Need some info about something

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Quanta StarFire

New Member
Jan 23, 2001
13
0
0
Whitby, Ontario
Visit site
hehe I'm a total newbie for editing/level design/etc. of pretty much any kind (except for a sh*tty-ass Duke3D map I made a LONG time ago), but I was wondering.....can you set something up so that whenever YOU launch a Redeemer, you say something like "FEEL THE PAIN!" or something or other? =P

Also....where's a good place to go to learn about level design? =P
 

Luminuis

Herald of the Newest Dawn
Yes...and No...

Depends, you mean have a sound bite that your char says?


if so...that will take some work...and some knowledge of UScript..and it will have to be a published mod or else you'll have a version mis-match on the redeemers and you won't be able to play online at all.



So yes...it is possible...but...not easy.

You might wanna wait awhile, then again, UScript is pretty easy, if your lucky Chris or Fuzz will pop in with one of their ever-useful tuts on that.


Welcome.
 

Quanta StarFire

New Member
Jan 23, 2001
13
0
0
Whitby, Ontario
Visit site
=P

That bad =P I just want it to automatically say something when I launch the 'Deemer (which will crash into something when I break into my hysterical evil laughter because I'm no longer paying attention to it ;) No sound, just a text message ^_^
 

ChrisToth.hu

Level Designer
Oct 2, 2000
2,740
0
0
Atlantis
I think that must have UScript involved...

If you are familiar with Object Oriented programming then it will be a piece of cake for you...

Check
The coding tuts at http://www.planetunreal.com/chimeric
The UScript language reference (variable types, examples...)at http://unreal.epicgames.com
And Brandon Reinhart's tut on OOP http://www.orangesmoothie.org/tuts/GM-OOtutorial.html

If you can do the Scripting then you will be able to do the message with screen messages and with sound too. (Or with both)