Page 1 of 1

(CLOSED) How do you change the scripts in \src\fpsgame?

Posted: February 17th, 2020, 3:20 pm
by rolandicard1028
EDIT: Closed. Figured out.
I wanted to change text that says the name and description of gamemodes while in the menu and while loading. Such as:

{ "SP", M_LOCAL | M_CLASSICSP, "Play single player." },
{ "Demo", M_DEMO | M_LOCAL, "Playback a demo." },
{ "Lobby", M_LOBBY, "Shoot around in lobbies." },

I also want to add a gamemode combining Capture the Banana and Banana Relay.

But, unfortunately it defaults to just the normal scripts.

How do I change this text?

Re: (CLOSED) How do you change the scripts in \src\fpsgame?

Posted: February 25th, 2020, 8:33 am
by Mike
Awesome work figuring it out!