-
Notifications
You must be signed in to change notification settings - Fork 1
GSC Loading And Overrides
uji edited this page Mar 30, 2026
·
2 revisions
Project: Consolation supports custom GSC loading and overriding stock scripts.
Create a consolation folder inside your game directory.
Inside that folder, follow the same folder structure as the stock game scripts you want to override.
If you want to override the stock Conflict gametype script, create:
consolation/maps/mp/gametypes/dm.gsc
This lets you replace or extend the stock dm.gsc behavior through the Project: Consolation script loading path.
One use for this is making a custom FFA-style Conflict variant by replacing dm.gsc with your own logic.
Example showcase:
