Jump to content

Teleportation


Orakle2000

Recommended Posts

Hello.

Im wondering if there is anyway of creating a teleport pod like the one in fallout 3 ( garden of eden save dad quest ) but in fallout new vegas.

If so is there any tutorials on how to create one. If not is there any other ways to teleport you´re character to another place?

(Ofc not using the pipboy, commands or a simple door)

 

thx in advance! =)

 

//Orakle2000

Link to comment
Share on other sites

Hello.

Im wondering if there is anyway of creating a teleport pod like the one in fallout 3 ( garden of eden save dad quest ) but in fallout new vegas.

If so is there any tutorials on how to create one. If not is there any other ways to teleport you´re character to another place?

(Ofc not using the pipboy, commands or a simple door)

 

thx in advance! =)

 

//Orakle2000

 

Quick teleport tutorial:

 

1) Set up an activator like the dad pod

2) attach the following script

 

begin onActivate player

player.moveTo whereveryouwanttheteleportlocationtobe ;(Use a marker for this ideally, or a cell in general is good)

;add your own effects
;imod imodnamegoeshere can create a coolish screen effect depending on what you find
;PlaySound - plays a sound, make sure it ain't a looping sound though, if it is, use a doOnce condition on the script

end

 

Simples :)

Link to comment
Share on other sites

 

 

Quick teleport tutorial:

 

1) Set up an activator like the dad pod

2) attach the following script

 

begin onActivate player

player.moveTo whereveryouwanttheteleportlocationtobe ;(Use a marker for this ideally, or a cell in general is good)

;add your own effects
;imod imodnamegoeshere can create a coolish screen effect depending on what you find
;PlaySound - plays a sound, make sure it ain't a looping sound though, if it is, use a doOnce condition on the script

end

 

Simples :)

 

 

Awesome! thx m8! :D

Link to comment
Share on other sites

 

 

Quick teleport tutorial:

 

1) Set up an activator like the dad pod

2) attach the following script

 

begin onActivate player

player.moveTo whereveryouwanttheteleportlocationtobe ;(Use a marker for this ideally, or a cell in general is good)

;add your own effects
;imod imodnamegoeshere can create a coolish screen effect depending on what you find
;PlaySound - plays a sound, make sure it ain't a looping sound though, if it is, use a doOnce condition on the script

end

 

Simples :)

 

err now i got a problem, it wont let me save the script...

Link to comment
Share on other sites

  • Recently Browsing   0 members

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