ineedbots / iw4_bot_warfare

The Bot Warfare mod for MW2
https://www.moddb.com/mods/bot-warfare
112 stars 27 forks source link

Create delayed_bots.gsc (fixes #76) #82

Closed Bluscream closed 5 months ago

Bluscream commented 7 months ago

This will make bots wait for the first player to spawn before spawning any bots. It works, but is very much a workaround and should not be merged as is. Instead a solution should be proposed so this functionality can be provided by via a dvar by the mod.

Related to #76

Bluscream commented 6 months ago

I also have https://github.com/xlabs-mirror/iw4-gsc-scripts/blob/main/scripts/mp/spawnoverride.gsc available which adds more spawns to SP maps

ineedbots commented 5 months ago

I also have https://github.com/xlabs-mirror/iw4-gsc-scripts/blob/main/scripts/mp/spawnoverride.gsc available which adds more spawns to SP maps

mapents file would be the correct solution

ineedbots commented 5 months ago

I want this integrated into the scripts, not seperate, also the coding style is completely different. I will implement this.

Bluscream commented 5 months ago

mapents file would be the correct solution

DDG does not know what that is https://duckduckgo.com/?q=mapents+file but sounds like something i could look into if i had some documentation

want this integrated into the scripts, not seperate, also the coding style is completely different. I will implement this.

thanks :)