nobumbump Posted November 12, 2021 Share Posted November 12, 2021 https://www.nexusmods.com/newvegas/mods/45739 - This is a great mod, and as someone who usually creates a backstory in my head for each character it's one that I couldn't imagine playing without. After all this time, it feels a bit lacking, doesn't it? Robco certified seemed to be able to add more backstories to this mod, so is it possible? It would also be super fun if we got starts like - "aspiring nipton mayor +5000 caps, +1 charisma, -1 Strength" that reference other well known mods. We could also go into scifi territory like "Clone, you gain +1 strength, END, and PER, but your childhood in a lab left you with -1 Charisma." Other faction starts like bright follower, novac resident, goodsprings cowboy or Freeside nobody are also ones I would be willing to play if made available. Is anyone interested in making more starts for the alternate start mod? Link to comment Share on other sites More sharing options...
Radioactivelad Posted November 12, 2021 Share Posted November 12, 2021 I've been wanting to make my own Alternate start mod since there's certain aspects of Roleplayer's that I don't like, but I'm not sure where to start with upending the whole chargen process. (Tried studying RAS but couldn't work it out.) Link to comment Share on other sites More sharing options...
madmongo Posted November 12, 2021 Share Posted November 12, 2021 When I made my own alternate start I just hacked into the VCG00 and VCG01 quests. You also need to modify the trigger outside of Doc Mitchell's door (make it persistent and give it an ID so that you can disable it via a script) and you need to run the script commands that this trigger runs when you exit Doc Mitchell's house. You can hack into the starting sequence in other ways but this is how I did it. I don't know how the other alternate start mods did theirs. My alternate start takes the player to a new interior where a Mr. Handy talks to the player and gives them their various starting options. You can make a copy of Doc Mitchell's vigor tester and come up with your own way of assigning the player's starting traits and all of that. You can pretty much do anything you want there since you'll have control over it. Here are my script changes if you want to see what I did: VCG00; DEMO ONLY - move to VCG01 start; and remove pip-boyPlayer.RemoveItem Pipboy 1 1Player.RemoveItem PipboyGlove 1 1imod WhiteISFXDisablePlayerControls 1 1;player.moveto VPlayerGameStartMarkerREF;--mongo-- player.moveto VCG01PlayerStartMarkerREFplayer.moveto zzMongoStartMarker;;--mongo--playmusic 1NoMusic; END DEMO CHANGE;bennyref.moveto VCG00BennyStartLocationMarker;set VCG00.fTimer to 1.0;set VCG00.bRunTimer to 1;Set GameHour to 23ForceWeather NVCemeteryIntro;;--mongo--ApplyImageSpaceModifier MQ08AllBlackedOutISFXplayer.setscale 1;player.setscale 0.5;;--mongo--DisablePlayerControls 0 0 0 0 1 0 0 ;immediately disable looking.; Give McMurphy a shovel; EDIT: DLC04Shovel works like a turd, leaving out for now;McMurphyREF.equipitem dlc04shovel 1; TEMP: DEMO CODE;;--mongo--PlayBink "FNVIntro.bik" 1 1 0 1McMurphyREF.Disable;JessupREF.Disable;set VCG00.bRunTimer to 1;SetStage VCG00 90; END DEMO CODEVCG01StopQuest VCG00; DEMO ONLY;BennyREF.evp;;BennyREF.MoveTo BennyTopsSandboxMarkerREF;player.moveto VCG01PlayerStartMarkerREF; END DEMO CHANGESVictorREF.disable; mongo-;set VCG01.fTimer to 0.2;;set VCG01.bRunTimer to 1;;EnablePlayerControls 0 0 0 0 1 ; enable looking;DisablePlayerControls 1 1 1 1 0 0 1 ; disable everything but looking;player.addscriptpackage VCG01PlayerSection0;;; note that the name is incorrect - the fade is from white now.RemoveImageSpaceModifier WhiteISFX;ApplyImageSpaceModifier VCG01FadeInFromBlackISFX *;;; Set door to Doc's house to not work initially;GSDocMitchellHouseIntDoorREF.setDestroyed 1; mongo-; mongo+GetPlayerName;; ShowRaceMenusetstage vcg01 200DisablePlayerControls 1 1 1 1 1 1 1EnablePlayerControls 1 0 0 1 1 1 0; only enable movement, looking, 3rd person, pip-boy, rollover text; mongo+; remove pip-boyPlayer.RemoveItem Pipboy 1 1Player.RemoveItem PipboyGlove 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts