Fallout Wiki
Advertisement
Fallout Wiki

Some links of interest[]

internal:[]

external:[]

More on console functions[]

Moding resources[]

Couple of script batches:[]

Use at your own peril !

Little something to do :[]

setZoneRespawns  35a6c 1 ; AlexandriaArms
setZoneRespawns  35a6b 1 ; ChryslusBuilding
setZoneRespawns  35a6f 1 ; CorvegaFactory
setZoneRespawns  35a70 1 ; DeathclawSanctuary
setZoneRespawns  35a71 1 ; DunwichBuilding

setZoneRespawns 35a75 1 ; ForgeZone

setZoneRespawns 70bcc 1 ; FortConstantineZone
setZoneRespawns  35a79 1 ; HubrisComics
setZoneRespawns  35a78 1 ; HamiltonsHideaway
setZoneRespawns  35a7f 1 ; LOBEnterprises
setZoneRespawns  35a80 1 ; MamaDolce
setZoneRespawns  35a83 1 ; MirelurkNestingHole
setZoneRespawns  35a8a 1 ; NtlGuardDepot

setZoneRespawns 35a8b 1 ; NukaColaPlant
setZoneRespawns  35a8f 1 ; RedRacer
setZoneRespawns  35a90 1 ; RobcoFactory
setZoneRespawns  35a91 1 ; RockCreekCave
setZoneRespawns  35a94 1 ; SpringvaleSchool
setZoneRespawns  35a95 1 ; SuperDuperMartZone
setZoneRespawns  35a99 1 ; Vault106
setZoneRespawns  35a9a 1 ; Vault108
setZoneRespawns  35a9d 1 ; Vault92Zone
setZoneRespawns  35aa2 1 ; YaoGuaiDen

Cease fire between Brotherhood of Steel and Brotherhood Outcasts:[]

setEnemy 30512 1d3ff 1 1 ; BoS Generic neutral to Outcasts
setEnemy 1d3fe 1d3ff 1 1 ; BoS neutral to Outcasts
modFactionReaction 30512 1d3ff 100 ; changing default reaction of -100 to 0 
modFactionReaction 1d3fe 1d3ff 100 ; changing default reaction of -100 to 0

Simple team move - doesn't clear waiting flag[]

prid 6a775 ; Dogmeat
moveto player
prid 2b8e1 ; Charon
moveto player
prid 62735 ; Cross
moveto player
prid 2d9cf ; Fawkes
moveto player

Team move and they wait no more[]

prid 6a775 ; Dogmeat
set waiting to 0
moveto player
evp
prid 2b8e1 ; Charon
set waiting to 0
moveto player
evp
prid 62735 ; Cross
set waiting to 0
moveto player
evp
prid 2d9cf ; Fawkes
set waiting to 0
moveto player
evp

Healing script[]

resethealth
restoreav perceptioncondition 100
restoreav endurancecondition 100
restoreav leftattackcondition 100
restoreav leftmobilitycondition 100
restoreav rightattackcondition 100
restoreav rightmobilitycondition 100

Some screenshots:[]

Wiki Badge[]

<badge user="ThorX"/>

Advertisement