Bridges

All about Maps, Mods & Creating them
Post Reply
death_program
Registered users
Registered users
Posts: 108
Joined: Fri Jan 25, 2008 11:09 pm
Location: location location location

Bridges

Post by death_program »

Death_program is back on the modding scene, with more noob questions! :roll:

You know in User_Error, where there are bridges that you can toggle with a switch, at least into the "on" position?

1. How do you do that? Do you need to use a WorldModel?
2. Can they be switched back and forth? (on/off)
3. Is it possible for there to be a delay?
User avatar
TronFAQ
[LDSO] Member
[LDSO] Member
Posts: 3022
Joined: Tue Jan 11, 2005 12:50 am
Do you own a copy of Tron 2.0?: Yes
What is your favorite Tron character color?: Cyan
What type of multiplayer do you like to play?: Deathmatch
Location: Ontario, Canada
Contact:

Re: Bridges

Post by TronFAQ »

This one is difficult to answer in a short space. There's a lot of steps involved. This is a really abbreviated version of how to make a switch.

First you need two WorldModels, one with the appearance of the switch turned on and the other off. Both sit in exactly the same location, but one is hidden at all times. You take turns swapping which is hidden, depending on the state the switch is in. The switch WorldModels are just for show. The actual SlidingSwitch object that does the work, sits in front of the WorldModels and is invisible.

You add a SlidingSwitch object, and it swaps the switch models as well as does whatever it is that the switch is supposed to activate. If you want it to turn on an energy bridge, you set the bridge to be hidden to start with. Then you send a command like "msg BridgeName (hidden 0)" to make it appear, and "msg BridgeName (hidden 1)" to make it disappear (all without the quotes). BridgeName is whatever the bridge WorldModel object is named. The same type of command is used to hide and unhide the switch models.

In the properties of the SlidingSwitch, you click the "Commands" button and type whatever commands you want the switch to do when the player turns it on, in the "PowerOnCommand" field. And whatever you want to happen when it gets switched off, goes in the "OffCommand" field.

If you want a delay, you edit the "OnWaitTime" field in the SlidingSwitch properties.

If you load the M02-03 sample map that came with the editing tools, you can steal all the parts to the switch (and the bridge) from there, and modify them.
User avatar
win3k
[LDSO] Member
[LDSO] Member
Posts: 417
Joined: Thu Jan 13, 2005 2:26 am
Location: UK

Post by win3k »

Morning chaps
This one is difficult to answer in a short space
What he said.
You know in User_Error, where there are bridges that you can toggle with a switch
Which level? There's a fair few stunts n' tricks in UE, and it would help to know which particular portion of secret sauce you were hunting after

win3k.
ldso://win3k - Living Dead System Operators
[2.0PD] - 2.0 Program Developers
death_program
Registered users
Registered users
Posts: 108
Joined: Fri Jan 25, 2008 11:09 pm
Location: location location location

Post by death_program »

tronfaq: Thanks, that explains it well enough to get me rolling.

win3k: I can't remember the level name, but it was the one where there was a column in the center, and you had to go around the column fighting ICP's and at the end of each level there was a mini-boss fight... It's hard to explain.
User avatar
TRON.dll
Registered users
Registered users
Posts: 497
Joined: Mon Feb 18, 2008 6:41 pm
Location: Encom 511
Contact:

Post by TRON.dll »

That was the Pentagon.

OOOOOOHHHHHHHHHHH! I JUST REALIZED WHY YOU CHOSE TO USE THE PENTAGON!
The MCP mentions taking over the Pentagon in the movie! Am I right????
Image
http://timewastergames.blogspot.com

Timewaster Games = teh w00t :D
User avatar
zook_one
[LDSO] Member
[LDSO] Member
Posts: 750
Joined: Thu Jun 15, 2006 9:42 am
Location: SoCAL
Contact:

Post by zook_one »

I recommend checking out the Single Player Level that Monolith provided with the Level creation tools.

There are 2 energy bridges on that level with switches that flicker them on. I have been using those bridges as a basis for a lot of things in my levels. Bridges and Forcefields, etc.
ldso:// - Living Dead System Operators
[2.0PD] - 2.0 Program Developers
death_program
Registered users
Registered users
Posts: 108
Joined: Fri Jan 25, 2008 11:09 pm
Location: location location location

Post by death_program »

I've seen it before, but I can't remember where it is... where is the Single Player file?
User avatar
Mor.Evil-1
[LDSO] Site Admin
[LDSO] Site Admin
Posts: 496
Joined: Thu Jan 06, 2005 10:59 pm
Do you own a copy of Tron 2.0?: Yes
What is your favorite Tron character color?: Red
What type of multiplayer do you like to play?: Deathmatch
Location: L.A. Calif.

Post by Mor.Evil-1 »

Open up dedit,
Then click on worlds,
Then click on retail singleplayr,
Then click and open M02-03.

All sorts of goodies you can learn from that map!

G/L enjoy =)
ldso:// Living Dead System Operators Clan
[2.0PD] 2.0 Program Developers
Support the movement!
http://www.flynnlives.com

See you on the Grid!!
death_program
Registered users
Registered users
Posts: 108
Joined: Fri Jan 25, 2008 11:09 pm
Location: location location location

Post by death_program »

I tried that. I guess I can go try it again...
User avatar
Mor.Evil-1
[LDSO] Site Admin
[LDSO] Site Admin
Posts: 496
Joined: Thu Jan 06, 2005 10:59 pm
Do you own a copy of Tron 2.0?: Yes
What is your favorite Tron character color?: Red
What type of multiplayer do you like to play?: Deathmatch
Location: L.A. Calif.

Post by Mor.Evil-1 »

If for any reason you dont have that level in dedit,
I would be more than happy to copy it for you and send it your way.

Just let us know =)

g/l

Mor
ldso:// Living Dead System Operators Clan
[2.0PD] 2.0 Program Developers
Support the movement!
http://www.flynnlives.com

See you on the Grid!!
User avatar
tronman63304
Registered users
Registered users
Posts: 142
Joined: Sun May 10, 2009 8:38 pm
Do you own a copy of Tron 2.0?: Yes
What is your favorite Tron character color?: Cyan
What type of multiplayer do you like to play?: Deathmatch

Re: Bridges

Post by tronman63304 »

i dont have map can you send it to me would make it a lo easyer for me wish i coud use turbocad
while hacking his computer and arguing with the MPC tronman was shot with a laser from behind and digitized. when half digitized a message window poped up and it read
fatal error file canot be transfered click ok to cancel
WARNING file will be lost
Post Reply