Difference between revisions of "Questions"

681 bytes added ,  23:01, 24 June 2006
imported>MaXiMiUS
imported>DragoonWraith
(→‎Changing player start position: OBMM might help you)
Line 334: Line 334:
::I know those lines, but I wanted to know if it's possible to do without having to let the player modify the .ini... so is it?
::I know those lines, but I wanted to know if it's possible to do without having to let the player modify the .ini... so is it?
::--[[User:Trotim|Trotim]]
::--[[User:Trotim|Trotim]]
:::[[User:DragoonWraith|<font face="Oblivion,Daedric" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 23:01, 24 June 2006 (EDT): If you want to avoid trusting the player to edit his .ini correctly, you could either provide a .ini file for him, or make the mod a [[Oblivion Mod Manager|.omod file]], and Script it to edit the ini for you... the script would be this:
EditINI [General] SStartingCell "Cell"
EditINI [General] SStartingCellX X-coord
EditINI [General] SStartingCellY Y-coord
EditINI [General] SStartingWorld "Worldspace"
:::Forces you to use [[OBMM]], though.


== Black Soul Gems, Azura Style! ==
== Black Soul Gems, Azura Style! ==