Is it possible to recompile a GSC script without relaunching the map?
BO2 Modding Support & Discussion
3
Posts
2
Posters
53
Views
1
Watching
-
The rationale being that it's tedious to have to quit/restart the match to test every single code change. Wondering if there's a better solution.
-
As someone kindly replied on Discord, the command
map_restartmakes the process MUCH faster. This is already a massive improvement over manually restarting the map.Leaving this open for now as there might be an even more convenient way that doesn't require restarting the map at all?
-
You can't. Bind the restart command to a key with
bind P "map_restart"