I've tried to edit the "Chargen" script. I want the character to start in a specific room, "-Alternative Start Selection", with only vanity mode and view switch disabled. This is what I have:
;global character generation scriptbegin CharGen;short CharGenState is a global; 1 = start; -1 = all done. Set from CharGenDoorExitCaptain. Can save game after that is setDisablePlayerViewSwitchDisableVanityModePlayer->PositionCell 4672, 3456, 12736, "-Alternative Start Selection"ChangeWeather "Bitter Coast Region" 1 ;sets beginning weather to cloudy, looks nicerset CharGenState to 10stopscript CharGenend CharGen
When I try to save the script, I get told that I need to enter a Cell ID on Line 11. As you can see, I clearly have, and I've made sure there's no typos. In game, I'll start in the normal ship near the door out, with everything disabled that should be normally. That shouldn't happen. Can anyone tell me what I've done here?
Also, I created a book that is supposed to help with Chargen. When clicked for the first time, I should get the "enablenamemenu" script. When clicked for the Second time, "enableracemenu", etc, until the last time clicked I'll get "enablestatreviewmenu", and I'll get that every other time I click it.
My problem is, I don't know how to go about this. Again, some help would be appreciated. Thanks :goodjob:
One last question: Is an alternative start mod something you'd all be interested in? It's a personal mod, but I'll release it if anyone is interested.