Jump to content

Pipboy Logs?


Recommended Posts

Posted

I know in New Vegas and Fallout 3 for that matter you can pick up tapes and disks which add entries to your Pipboy which you can then go to the DATA menu and then select MISC to review them all.

 

However, how does one create one of these in GECK?

Posted

They're notes. You create the text in the geck under Items/Note, then AddNote them. The same goes for audio, you create the entry under Note, pick a sound file to point it to.

Posted

If you want a physical note players can see in the environment, you'll want to use a MiscItem static that has a script that does AddNote and then deletes itself. Same for audio notes.

 

example script:

scn NoteAddAndRemove

begin OnAdd Player
   Player.AddNote YourNoteREF
   RemoveMe
end

The holographic diskette static in data\meshes\clutter\holodisk\holodisk01.nif or data\meshes\clutter\holodisk\holodisk01havok.nif found in the fallout meshes bsa works pretty good.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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