Jump to content

Mod location help?


SubjectProphet

Recommended Posts

I downloaded a mod for the nanosuit from Crysis last night, and I can't find it. The file here on TESnexus seems to have disappeared, but here's a link to the mod (alternate)

 

http://elderscrolls.filefront.com/file/Crynet_Systems_Nanosuit;106679

 

(WARNING: This site leads out of the forums. Click at you're risk.)

 

It looks interesting. I really would like to find the suit.

Link to comment
Share on other sites

Just out of curiosity do you have obse (v17 or greater) installed? I have not played in the CS for a while so I am a bit rusty at it, but the armor should be given to you when you start the game. In the CS the use info for your armor only references scrips instead of an actor or a container. The Script which seems to be responsible for giving you the armor reads as follows (the box seems to have messed with indents and stuff):

 

scn twNanoGiveQuestScript

short obse

 

Begin GameMode

if obse != 1

If ( GetOBSEVersion < 17 )

MessageBox "Crynet Systems: Nanosuit requires OBSE v17 or higher for advanced functions"

stopquest twNanoSuitQuest

else

set obse to 1

printc "Crynet Systems: OBSE online"

endif

endif

player.addItem twNanosuit 1

player.addItem twNanosuitHelm 1

stopquest twNanoGiveQuest

End

 

 

 

Now, I know very little about scripting but it appears to add the items to your inventory. If that isn't working just try using your console to enter in the player.additem lines at the bottom one at at time:

player.addItem twNanosuit 1

player.addItem twNanosuitHelm 1

 

Good luck and I hope this helps you out :happy: . Oh...I would like to help you out with the CS but I haven't even touched it in months so I would probably do more harm than good :laugh: .

Link to comment
Share on other sites

Just out of curiosity do you have obse (v17 or greater) installed? I have not played in the CS for a while so I am a bit rusty at it, but the armor should be given to you when you start the game. In the CS the use info for your armor only references scrips instead of an actor or a container. The Script which seems to be responsible for giving you the armor reads as follows (the box seems to have messed with indents and stuff):

 

scn twNanoGiveQuestScript

short obse

 

Begin GameMode

if obse != 1

If ( GetOBSEVersion < 17 )

MessageBox "Crynet Systems: Nanosuit requires OBSE v17 or higher for advanced functions"

stopquest twNanoSuitQuest

else

set obse to 1

printc "Crynet Systems: OBSE online"

endif

endif

player.addItem twNanosuit 1

player.addItem twNanosuitHelm 1

stopquest twNanoGiveQuest

End

 

 

 

Now, I know very little about scripting but it appears to add the items to your inventory. If that isn't working just try using your console to enter in the player.additem lines at the bottom one at at time:

player.addItem twNanosuit 1

player.addItem twNanosuitHelm 1

 

Good luck and I hope this helps you out :happy: . Oh...I would like to help you out with the CS but I haven't even touched it in months so I would probably do more harm than good :laugh: .

 

Now I understand. OBSE was needed, didn't know that.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...