Is it possible, and if so how, do you create new server types for terminals. And if you can't make a new server, is there a list of the introductions each server make? Thank you for any help.
I accedently found this, and believe it's what your looking for btw here is the GECK Wiki link------->>http://geck.gamesas.com/index.php/Useful_Scripts
Script Type: Object
Script requires the Fallout Script Extender.
To be placed on a terminal, it changes the usual "Robco" headers to your liking.
ScriptName TerminalChangeShort toggleFloat minitimerShort activatedBegin OnActivate player set activated to 1 Activate ;For people without FOSE, still works. con_setgamesetting sComputersHeader1 "GREAT ACADEMY OF VALHALLA" con_setgamesetting sComputersHeader2 "Republic of Valhalla" con_setgamesetting sHackingHeader "VALHALLA REPUBLIC TERMLINK PROTOCOL" con_setgamesetting shackingintro01 "WELCOME TO VALHALLA REPUBLIC TERMLINK" con_setgamesetting shackingintro06 "Initializing Valhalla Republic MF Boot Agent v2.1.9" con_setgamesetting shackingintro09 "Copyright 2156-2234 Academy of Valhalla"EndBegin MenuMode if activated == 1 set activated to 2 endifEndBegin GameMode if activated == 2 set activated to 0 ;On shutting down the terminal. Makes sure it doesn't show up on others. con_setgamesetting sComputersHeader1 "ROBCO INDUSTRIES UNIFIED OPERATING SYSTEM" con_setgamesetting sComputersHeader2 "COPYRIGHT 2075-2077 ROBCO INDUSTRIES " con_setgamesetting sHackingHeader "ROBCO INDUSTRIES (TM) TERMLINK PROTOCOL" con_setgamesetting shackingintro01 "WELCOME TO ROBCO INDUSTRIES (TM) TERMLINK" con_setgamesetting shackingintro06 "Initializing Robco Industries(TM) MF Boot Agent v2.3.0" con_setgamesetting shackingintro09 "Copyright 2201-2203 Robco Ind." endifEnd
I hope this helps you out.
bigcrazewolf