My program doesn't have bugs. It just develops random features.

Difference between revisions of "Legacy:VitalOverdose"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
m (corrected contact email)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
==History==
 
==History==
  
Started out a programmer but jacked it in to study art/music. Years later while looking for ways to make money from my work i stumbled into ut2003 and have been hooked ever since.
+
Started out a programmer but jacked it in to study art/music. Years later while looking for ways to make money from my work i stumbled into ut2003 and have been hooked ever since.
  
 
==Skills==
 
==Skills==
Line 15: Line 15:
 
==Mapping Tutorials/Methods.==
 
==Mapping Tutorials/Methods.==
 
* [[Legacy:How To Make Elevators With Doors That Follow The Lift|How To Make Elevators With Doors That Follow The Lift]].
 
* [[Legacy:How To Make Elevators With Doors That Follow The Lift|How To Make Elevators With Doors That Follow The Lift]].
* [http://www.fataloverdose.copperstream.co.uk/Pages/PagesWithFiles/metalictextures/metalictextures.html Flash Movie:GFX techniques : Metallic Textures].
+
* [http://www.fataloverdose.copperstream.co.uk/Pages/PagesWithFiles/metalictextures/metalictextures.html Flash Movie: GFX techniques : Metallic Textures].
  
 
---- ----
 
---- ----
  
===Custom scripts===
+
==Custom Scripts. ==
* [[Legacy:VitalOverdose/TimedVehiclePropertyChanger|VitalOverdose/TimedVehiclePropertyChanger]]
+
 
 +
===Template scripts===
 +
* [[Legacy:VitalOverdose/TimedVehiclePropertyChanger | TimedVehiclePropertyChanger]]
 +
 
 +
----
  
 
===VitalsProMappingTools.===
 
===VitalsProMappingTools.===
  
All scripts can be downloaded as .u or .uc files.
+
====Vehicle Tools.====
* [[Legacy:VitalOverdose/Vital'S Pro Mapping Tools|Class Index]].
+
  
Or at my website  
+
====Note: These scripts will only work with ONSVehicles, but they will work in any game mode. ====
* [http://www.vitaloverdose.com vitaloverdose.com].  
+
*[[Legacy:VitalOverdose/AllMapVehicleFactory | AllMapVehicleFactory]]:An AsVehicleFactory Modified to run in all GameTypes: [http://www.fataloverdose.copperstream.co.uk/files/protools/allmapvehiclefactory/AllMapVehicleFactory.uc AllMapVehicleFactory.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/allmapvehiclefactory/mylevel.u mylevel.u].
 +
*[[Legacy:VitalOverdose/QuickVehicleSpawner | QuickVehicleSpawner]]:Single Spawn,all Map VehicleFactory, handy for testing levels with vehicles:[http://www.fataloverdose.copperstream.co.uk/files/protools/quickvehiclefactory/quickvehiclefactory.uc  QuickVehicleFactory.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/quickvehiclefactory/mylevel.u  mylevel.u].
 +
*[[Legacy:VitalOverdose/ONSVehicleTeleporter | ONSVehicleTeleporter]]:Now with improved bot control:[http://www.fataloverdose.copperstream.co.uk/files/protools/onsvehicleteleporter/onsvehicleteleporter.uc onsvehicleteleporter.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/onsvehicleteleporter/mylevel.u mylevel.u].
 +
*[[Legacy:VitalOverdose/ONSVehicleBooster | ONSVehicleBooster]]:A jump pad like actor for vehicles with lots of special features.:[http://www.fataloverdose.copperstream.co.uk/files/protools/onsvehiclebooster/onsvehiclebooster.uc onsvehiclebooster.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/onsvehiclebooster/MyLevel.u MyLevel.u].
 +
*[[Legacy:VitalOverdose/ONSVehicleEjectionTrigger | ONSVehicleEjectionTrigger]]:A land mine actor that ejects drivers:[http://www.fataloverdose.copperstream.co.uk/files/protools/onsejectiontrigger/ONSVehicleEjectionTrigger.uc ONSVehicleEjectionTrigger.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/onsejectiontrigger/MyLevel.u MyLevel.u].
 +
*[[Legacy:VitalOverdose/ONSVehicleSpeedTrap | ONSVehicleSpeedTrap]]:A speed activated trigger for vehicles: [http://www.fataloverdose.copperstream.co.uk/files/protools/onsvehiclespeedtrap/ONSVehicleSpeedTrap.uc ONSVehicleSpeedTrap.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/onsvehiclespeedtrap/MyLevel.u MyLevel.u].
 +
*[[Legacy:VitalOverdose/ONSVehicleFXTagger | ONSVehicleFXTagger]]:A land mine actor that Tags ONSVehicles with emitters on contact: [http://www.fataloverdose.copperstream.co.uk/files/protools/onsejectiontrigger/ONSVehicleEjectionTrigger.uc ONSVehicleEjectionTrigger.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/onsejectiontrigger/MyLevel.u MyLevel.u].
 +
 
 +
===Custom Movers.===
 +
*[[Legacy:VitalOverdose/VariableTimedMover | VariableTimedMover]]:A mover with variable opening or closing times.:[http://WWW.fataloverdose.copperstream.co.uk/files/protools/variabletimedmover/variabletimedmover.uc VariableTimedMover.uc],[http://WWW.fataloverdose.copperstream.co.uk/files/protools/touring/MyLevel.u MyLevel.u].
 +
*[[Legacy:VitalOverdose/DestructibleMover | DestructibleMover]] : A mover that can be destroyed by damage.:[http://WWW.fataloverdose.copperstream.co.uk/files/protools/destructable/destructable.uc Destructable.uc],[http://WWW.fataloverdose.copperstream.co.uk/files/protools/destructable/MyLevel.u MyLevel.u].
 +
*[[Legacy:VitalOverdose/TouringMover | TouringMover]]:A mover that loops its keyframes without reversing.:[http://WWW.fataloverdose.copperstream.co.uk/files/protools/touring/Touring.uc Touring.uc],[http://WWW.fataloverdose.copperstream.co.uk/files/protools/touring/MyLevel.u MyLevel.u].
 +
 
 +
===MiscMappingTools ===
 +
*[[Legacy:VitalOverdose/RandomRelocator | RandomRelocator]]:A single actor teleporter with random spawn points:[http://www.fataloverdose.copperstream.co.uk/files/protools/Randomrelocator/Randomrelocator.uc Randomrelocator.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/Randomrelocator/MyLevel.u MyLevel.u].
 +
*[[Legacy:VitalOverdose/JumpingTeleporter | JumpingTeleporter]]:A single actor teleporter with random spawn points:[http://www.fataloverdose.copperstream.co.uk/files/protools/JumpingTeleporter/JumpingTeleporter.uc JumpingTeleporter.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/JumpingTeleporter/MyLevel.u MyLevel.u].
 +
*[[Legacy:VitalOverdose/Wormhole | WormHole]]:This actor will teleport almost anything that comes in contact with it.
 +
[http://www.vitaloverdose.com Vitaloverdose.com].  
  
 
====Installing the Mod====
 
====Installing the Mod====
Line 34: Line 54:
  
 
----
 
----
 +
 +
===SFX Emitters===
 +
 +
A set up custom emitter scripts exploring the possibilities of intelligent particles in single player/offline games.
 +
*[[Legacy:VitalOverdose/SFXVehicleTeleporting | SFXVehicleTeleporting]] Particles that cause pain/damage.
 +
*[[Legacy:VitalOverdose/SFXPainful | SFXPainful]] Particles that cause pain/damage.
 +
*[[Legacy:VitalOverdose/SFXBoosting | SFXBoosting]] Particle that can boost an [[Legacy:ONSVehicle|ONSVehicle]].
 +
*[[Legacy:VitalOverdose/SFXTriggering | SFXTriggering]] Particles that cause pain/Damage.
 +
*[[Legacy:VitalOverdose/SFXEjecting | SFXEjecting]] Particles that can Eject pawns driving vehicles.
 +
*[[Legacy:VitalOverdose/SFXMonsterSpawning | SFXMonsterSpawning]] Particles that can Spawn [[Legacy:Monsters|Monsters]].
 +
*[[Legacy:VitalOverdose/SFXHealing | SFXHealing]] Particles that heal [[Legacy:Pawn | Pawns]].
 +
*[[Legacy:VitalOverdose/SFXSelfScaling | SFXSelfScaling]] Particles that automatically scale to the actor they are attached to.
 +
*[[Legacy:VitalOverdose/SFXUltraLight | SFXUltraLight]] Particles that can change the weight of an ONSVehicle for a set amount of time allowing it to be boosted over longer distances.
 +
*[[Legacy:VitalOverdose/InventoryFlare |InventoryFlare]] An Emitter with particles that spawn inventory items.
 +
*[[Legacy:VitalOverdose/ExampleFlares | ExampleFlares]] Some examples of Flares/Rockets.
  
 
==The Dropship MOD/The_DropShip_Controller==
 
==The Dropship MOD/The_DropShip_Controller==
*[[Legacy:VitalOverdose/The_DropShip_Controller|VitalOverdose/The_DropShip_Controller]]
+
*[[Legacy:VitalOverdose/The_DropShip_Controller | DropShip_Controller]]
  
 
A (beta)controller system for a vehicle dropship (working).
 
A (beta)controller system for a vehicle dropship (working).
  
 
----
 
----
 +
 +
===Short Scripts.===
 +
*[[Legacy:VitalOverdose/BotLock | BotLock]] How not to panic the bots while driving.
 +
*[http://wiki.beyondunreal.com/wiki/VitalOverdose/Short_Scripts#0.0.1 Amphibious volume] - Lets you swim about without drowning:[http://www.fataloverdose.copperstream.co.uk/files/protools/amphibiousvolume/AmphibiousVolume.uc AmphibiousVolume.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/amphibiousvolume/Mylevel.u Mylevel.u].
 +
*[http://wiki.beyondunreal.com/wiki/VitalOverdose/Short_Scripts#0.0.2 Untouch volume]    - Just like a normal volume but with added Untouch Events:[http://www.fataloverdose.copperstream.co.uk/files/protools/untouchvolume/UntouchVolume.uc UntouchVolume ],[http://www.fataloverdose.copperstream.co.uk/files/protools/untouchvolume/Mylevel.u mylevel.u].
 +
*[http://wiki.beyondunreal.com/wiki/VitalOverdose/Short_Scripts#0.0.3 NoTeleportMonsterController] - Stops monsters from randomly teleporting around a level:[http://www.fataloverdose.copperstream.co.uk/files/protools/notelleportmonstercontroller/NoTelleportMonsterController.uc NoTelleportMonsterController.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/notelleportmonstercontroller/mylevel.u Mylevel.u].
 +
*[http://wiki.beyondunreal.com/wiki/VitalOverdose/Short_Scripts#0.0.4 VariZoomGunner] -A stationary gunner with extended zoom options, designed for the map [http://www.outpt.co.uk/ ONS-Minus-ece] By Biv::[http://www.fataloverdose.copperstream.co.uk/files/protools/varizoomgunner/VariZoomGunner.uc VariZoomGunner.uc],[http://www.fataloverdose.copperstream.co.uk/files/protools/varizoomgunner/Mylevel.u mylevel.u].
  
 
==UnrealSearch==
 
==UnrealSearch==
Line 59: Line 101:
 
</code>
 
</code>
  
To add the Unreal search engine to firefox [http://rollyo.com/firefox.html?foxsid=37855 go here]
+
To add the '''Unreal Search Engine''' to firefox [http://rollyo.com/firefox.html?foxsid=37855 Click here]
  
 
----
 
----
  
I'm here to explore as much about uscript as possible and hopefully find work in the games industry. Im self taught with Uscript using the UnrealWiki and atari forums.
+
I'm here to explore as much about uscript as possible and hopefully find work in the games industry. Im self taught with Uscript using the UnrealWiki and Atari forums vitaloverdose@yahoo.co.uk
  
 
==Discussion==
 
==Discussion==

Revision as of 21:24, 27 December 2008

History

Started out a programmer but jacked it in to study art/music. Years later while looking for ways to make money from my work i stumbled into ut2003 and have been hooked ever since.

Skills


Mapping Tutorials/Methods.


----

Custom Scripts.

Template scripts


VitalsProMappingTools.

Vehicle Tools.

Note: These scripts will only work with ONSVehicles, but they will work in any game mode.

Custom Movers.

MiscMappingTools

Vitaloverdose.com. 

Installing the Mod


SFX Emitters

A set up custom emitter scripts exploring the possibilities of intelligent particles in single player/offline games.

The Dropship MOD/The_DropShip_Controller

A (beta)controller system for a vehicle dropship (working).


Short Scripts.

UnrealSearch

A customized search engine for firefox that lets you search unrealwiki plus these sites;

www.beyondunreal.com,www.epicgames.com,www.ataricommunity.com,www.moddb.com,www.unrealadmin.org,

www.unrealplayground.com,www.planetunreal.com,www.unrealfans.com,www.ut2k4mod.proboards30.com,

www.unreal.pexgames.com,www.frag-ops.com,www.angelmapper.com,www.modnmod.com,www.mods.gamez.com,

www.unreal-info.net,www.utstats.com,www.ut2004.levels4you.com,www.unrealmods.org,www.ut2004.jolt.co.uk,

www.unreal.multiplayer.it,www.archive.gamespy.com,www.vitaloverdose.com,www.utmaniac.com,

www.unrealtournament2004.com

To add the Unreal Search Engine to firefox Click here


I'm here to explore as much about uscript as possible and hopefully find work in the games industry. Im self taught with Uscript using the UnrealWiki and Atari forums vitaloverdose@yahoo.co.uk

Discussion