Help - Search - Members - Calendar
Full Version: Starting the player
The Nexus Forums > Specific Games > Morrowind > Morrowind Plug-Ins > TES Construction Set
Serrieth
I am creating a new mod that deals with the player starting in a spot that I want him to be in. But I don't know how? Is it a script?

Ex.
The player in Morrowind starts out in a Imperial prison ship.

How do I make the player start in a spot that I want him to be in.
Turambar-MasterOfDoom
There are some scripts for CharGen at startup i think that sets the players starting location. This script is called "CharGen"
;global character generation script

begin CharGen

;short CharGenState is a global
; 1 = start
; -1 = all done. Set from CharGenDoorExitCaptain. Can save game after that is set

DisablePlayerControls
DisablePlayerJumping
DisablePlayerViewSwitch
DisableVanityMode
DisablePlayerFighting
DisablePlayerMagic
Player-> excl.gif PositionCell 61,-135, 24, 340, "Imperial Prison Ship" excl.gif
ChangeWeather "Bitter Coast Region" 1 ;sets beginning weather to cloudy, looks nicer
set CharGenState to 10

stopscript CharGen

end CharGen

-there are some other scripts on the player starting after charGen that refer to the player taking some actions to activate menus and functions ingame. You will have to change the references in this scripts to the references you want to use in your starting location so you can actually play the game proper.
Don88
Hey man thanks for that I was lookin' for the same thing!! I was lookin for a script called Start or Begin or somethin'!! Ne ways thanks for the info!!! biggrin.gif
Serrieth
cool.gif Thanks! I knew CharGen had somthing to do with the player, but I could not find it. Thanks again!
Turambar-MasterOfDoom
no problem... smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.