Jump to content

Recommended Posts

there are many custom gamemodes on the workshop,willows starving floor, reforged,  smashup, but i wanna know how to make the gamemode thingy change from "default" to "custom" after that i can make a mod myself but i just wanna know how to change the thingy

On 5/13/2024 at 11:33 AM, clubpnguinmster said:

there are many custom gamemodes on the workshop,willows starving floor, reforged,  smashup, but i wanna know how to make the gamemode thingy change from "default" to "custom" after that i can make a mod myself but i just wanna know how to change the thingy

I found this code in Willow's Starving Floor's modinfo file
 

game_modes =	
{
	{
		name = "starvingfloor",
		label = "Starving Floor",
		description = "*Work together to survive waves of enemies.\n*Buy equipment in the shop between rounds.\n*Choose a class to help the team in various ways.",
		settings =
		{
			ghost_sanity_drain = false,
			ghost_enabled = false,
			portal_rez = false,
		}
	}
}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...