Search results

  1. Volt Cruelerz

    Legacy

    A while back, I made mention of intent to release assorted things. The following is the first of hopefully many, but I'm interested in hearing thoughts on a smaller piece before I dump large volumes of things on the internet. Over the past nine years, I've been dreaming up a science fiction...
  2. Volt Cruelerz

    Come Poke Some Holes In My Legalese!

    Over the past several years, I've been attempting to write a science fiction novel. The realization I've come to over the past few weeks is that I am not skilled enough to write a novel for my world. What I have done, however, is create what I believe is a very fertile world in which others...
  3. Volt Cruelerz

    My Cat is Psychotic

    I have a strange cat. I realize of course that all cats are strange, but mine might be a little too far out there. She's almost 15 now and is getting more and more bizarre by the day. She was a rescue (her mother was a stray and she was orphaned when her mother was hit by a car; animal control...
  4. Volt Cruelerz

    Sweat Dissolving my Mouse?

    Well, as most of you might guess, I spend a bit more time at my computer than most people. As such, I spend a great deal of my life with my hand on my mouse. Now, hyperhydrosis runs in my family (yay -_-) so my hands will randomly start getting that way from time to time. I've known for years...
  5. Volt Cruelerz

    Download TorqueScript Notepad++ Style Plugin

    The following is a style I created for Notepad++ to work better with TS for those of us that don't have Torsion (which costs 40 bucks). It autodetects the .cs, .gui, and .mis files commonly used for Legions as well as things such as syntax highlighting. The style itself is in XML so you could...
  6. Volt Cruelerz

    Download Online File Access & File I/O

    While working on LTS, we've been attempting to create a viable method of transferring data from a third-party server to the client for mods. The result is the mod you'll find below. File I/O and Server/Client communication have been two of the biggest hurdles we've attempted to overcome as...
  7. Volt Cruelerz

    Download [Client Script] Server Queue

    One of the little annoyances about playing an online game is that you must dedicate yourself to one server at a time. This means that if you want to join one server but it is full and still really want to play, you'll join a different server than what you'd prefer. If you want to go onto the...
  8. Volt Cruelerz

    Download [Client Mod] Dynamic Bars

    I once offhandedly said that bars could be made to change colors. It turns out they can. DynamicBars.cs is a mod that creates new bars that change color based upon energy level (blue>white) and health (green>red). They default to the upper left hand part of the screen. If you wish them to...
  9. Volt Cruelerz

    [Question] Accessing Player Data from Client

    I've been looking for a while now and it really is seeming as if the player data is locked down in the engine. Now, some things are available through functions such as getControlObjectSpeed() and getControlObjectAltitude(), but it seems like everything else is locked down. Ideally, I'd like to...
  10. Volt Cruelerz

    Download [Server Mod] Shield Core

    I don't think it takes a lot of guesswork to figure out what this core is. It's an energy shield that drains energy and takes damage to energy as long as it is up. Because players regenerate more energy when on the ground than when in the air, I had difficulty in balancing the core. What I...
  11. Volt Cruelerz

    Download [Client/Server Mod] Skin Selection

    Note for Advanced Users: I have written this as a bit of an idiot's guide. If you are familiar with the console/programming, my apologies but given that there is no GUI, I wanted to help the others through the process. Well, after numerous people complaining about how this didn't make the...
  12. Volt Cruelerz

    Download [Server Mods] Flammenwerfer and Shatterbolt

    Both of these are minimods and are packaged independently below, together, and Legions Aero will also have both of them packaged inside of it later. Why Should I be Interested? Flammenwerfer and Shatterbolt are the first Legions mods to have status effects. Flammenwerfer Flammenwerfer...
  13. Volt Cruelerz

    Download [OUTDATED] Legions Aero

    Legions Aero is a Client/Server mod. It adds four new armor classes in addition to the loadouts and weapons listed below: Striker (light Aero), Crasher (medium Aero), Bomber (heavy Aero), and Dreadnought (v. heavy Aero). Aero classes have slightly increased thrust, significantly increased mass...
  14. Volt Cruelerz

    Inside out Player Models

    I'm working on adding some new classes/weapons to the game and for whatever reason, the base player models are inside out. The additional things like jets, the gun, and the core are all in the right spot, but the player model is white and inside out. It's really weird... Right now, I'm just...
  15. Volt Cruelerz

    How to get IP address from server

    I've been looking through the torque guide, and I haven't found anything that looks promising aside from NetConnection::GetAddress() which just yielded an error when used in-game. So, how does one go about getting the IP address of the server they are currently connected to? (Yes, this is...
  16. Volt Cruelerz

    Download [Server Mod] TrU PhX

    Pronunciation: Due to the fact that I apparently fail at phonetic things, the mod should be pronounced True Physics, not whatever else you people may come up with. Introduction: This was a quick mod I set up. It makes all projectiles inherit 100% of your velocity. Yes, it screws with your head...
  17. Volt Cruelerz

    LTS Mod is now Accepting Beta Applications

    Beta Application is now Closed The Fallen Development team has progressed to a point where we are confidant that our code is mostly functional and ready for a closed testing. We are entering alpha testing at this time as well, so as our code is going through the stages of alpha testing, we...
  18. Volt Cruelerz

    I'm so glad my girlfriend loves video games too

    Because otherwise, I might end up like this guy... At least things didn't turn out that bad. In my case at least, I'd be able to put her on craigslist as well for more or less identical reasons ;)
  19. Volt Cruelerz

    [Career Stat Tracking Mod] Artist Wanted!

    -Contest Closed- Winner: 57th Enryu Intro: Well, in addition to the stats, we're adding achievements and would really love to have some artwork to go with them that would appear onscreen when someone gets one of them. None of us (3lionz, Shisk, The Disaster, or myself) is terribly good at...
  20. Volt Cruelerz

    How to convert characters to/from ASCII in TS

    Pretty much what the title says... How is/can this be done in TS? EDIT: I guess it would also be very helpful to know how to generate random numbers. Answers to either of these would be great:)
Top