Custom game in gray in my mod

salaminizer

Colorado Internacional
Joined
Aug 12, 2006
Messages
221
Location
Porto Alegre, Brasil
I have started a mod from "scratch", that is, kinda based on the Defense mod (which take a lot of things out of the game) and I can't start a custom game, it's in gray.

I'm sure that there's something missing that I have to add, because I have a mod with almost no content: 2 units, 1 building, 2 civs (normal and barbarian), 2 leaders (normal and barbarian) and 1 tech. my guess is that I need one more civ (and 1 leader then) and something like a future tech, but just to be sure I thought I'd ask here.

I have taken out some victory conditions too and left just one civic (with 4 options)

thank you.
 
Have you checked the mods ini file ? There might be something like
ForceGameOptions or ForceScenario set.
 
I checked it... AllowPublicMaps was set to zero :P

it's fixed now

Spoiler :


[CONFIG]

; Scenario file (Single player)
ForceScenario = 0

; No Custom Scenario option in main menu
NoCustomScenario = 0

; Modular XML Loading
ModularLoading = 0

; Custom Art from user folder is not loaded
NoCustomArt = 0

; Custom XML and Python from user folder are not loaded
NoCustomAssets = 0

; No team play allowed
NoTeams = 0

; Always start in the standard era
ForceStandardEra = 1

; Read Game options from XML, not .ini
ForceGameOptions = 0

; Skip the Main menu
SkipMainMenu = 0

; This mod is only for single player games
SinglePlayerOnly = 0

; Allow public maps to be used with this mod
AllowPublicMaps = 1

; Mod Image file
ImageFile = 0

; Name of Mod
Name = Experimental Mod

; Description of Mod
Description = The Experimental mod

CheatCode = chipotle
 
Back
Top Bottom