├── .gitattributes ├── .gitignore ├── README.md ├── RaCTrainer ├── ACIT │ ├── ACITForm.Designer.cs │ ├── ACITForm.cs │ ├── ACITForm.resx │ ├── ACITUnlocks.Designer.cs │ ├── ACITUnlocks.cs │ └── ACITUnlocks.resx ├── App.config ├── AttachPS3Form.Designer.cs ├── AttachPS3Form.cs ├── AttachPS3Form.resx ├── AutosplitterConfigForm.Designer.cs ├── AutosplitterConfigForm.cs ├── AutosplitterConfigForm.resx ├── AutosplitterHelper.cs ├── ChargebootColorPicker.Designer.cs ├── ChargebootColorPicker.cs ├── ChargebootColorPicker.resx ├── ConfigureCombos.Designer.cs ├── ConfigureCombos.cs ├── ConfigureCombos.resx ├── DiagnosticsForm.Designer.cs ├── DiagnosticsForm.cs ├── DiagnosticsForm.resx ├── DiskGameSelector.Designer.cs ├── DiskGameSelector.cs ├── DiskGameSelector.resx ├── FlagViewer.Designer.cs ├── FlagViewer.cs ├── FlagViewer.resx ├── GCUnlocks.Designer.cs ├── GCUnlocks.resx ├── IGame.cs ├── InputDisplay.Designer.cs ├── InputDisplay.cs ├── InputDisplay.resx ├── Inputs.cs ├── LuaAutomation.cs ├── Memory │ ├── IPS3API.cs │ ├── RPCS3.cs │ ├── Ratchetron.cs │ └── WebMAN.cs ├── MemoryForm.Designer.cs ├── MemoryForm.cs ├── MemoryForm.resx ├── ModLoaderForm.Designer.cs ├── ModLoaderForm.cs ├── ModLoaderForm.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── DataSources │ │ └── RaC1MpVersionForm.datasource │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── RAC1 │ ├── HovenHealthForm.Designer.cs │ ├── HovenHealthForm.cs │ ├── HovenHealthForm.resx │ ├── RAC1Form.Designer.cs │ ├── RAC1Form.cs │ ├── RAC1Form.resx │ ├── UnlocksWindow.Designer.cs │ ├── UnlocksWindow.cs │ └── UnlocksWindow.resx ├── RAC1Mp │ ├── RAC1MpForm.Designer.cs │ ├── RAC1MpForm.cs │ ├── RAC1MpForm.resx │ ├── RAC1MpHovenHealthForm.Designer.cs │ ├── RAC1MpHovenHealthForm.cs │ ├── RAC1MpHovenHealthForm.resx │ ├── RAC1MpUnlocks.Designer.cs │ ├── RAC1MpUnlocks.cs │ ├── RAC1MpUnlocks.resx │ ├── RaC1MpVersionForm.cs │ └── RaC1MpVersionForm.resx ├── RAC2 │ ├── RAC2Form.Designer.cs │ ├── RAC2Form.cs │ ├── RAC2Form.resx │ ├── RAC2JPForm.Designer.cs │ ├── RAC2JPForm.cs │ ├── RAC2JPForm.resx │ ├── RC2Unlocks.Designer.cs │ ├── RC2Unlocks.cs │ ├── RC2Unlocks.resx │ └── TAS │ │ ├── Racket2API.cs │ │ ├── Rackets2GUI.Designer.cs │ │ ├── Rackets2GUI.cs │ │ ├── Rackets2GUI.resx │ │ ├── ScriptSerializer.cs │ │ ├── TASEditorForm.cs │ │ └── TASEditorForm.resx ├── RAC3 │ ├── RAC3Form.Designer.cs │ ├── RAC3Form.cs │ ├── RAC3Form.resx │ ├── UYAUnlocks.Designer.cs │ ├── UYAUnlocks.cs │ └── UYAUnlocks.resx ├── RAC4 │ ├── RAC4BotsUnlocks.Designer.cs │ ├── RAC4BotsUnlocks.cs │ ├── RAC4BotsUnlocks.resx │ ├── RAC4Form.Designer.cs │ ├── RAC4Form.cs │ └── RAC4Form.resx ├── RacManConsole.Designer.cs ├── RacManConsole.cs ├── RacManConsole.resx ├── RacmanScripting.Designer.cs ├── RacmanScripting.cs ├── RacmanScripting.resx ├── SimpleInputDialogForm.Designer.cs ├── SimpleInputDialogForm.cs ├── SimpleInputDialogForm.resx ├── TOD │ ├── CategoryChoiceForm.Designer.cs │ ├── CategoryChoiceForm.cs │ ├── CategoryChoiceForm.resx │ ├── TODForm.Designer.cs │ ├── TODForm.cs │ └── TODForm.resx ├── autosplitters │ ├── acit-autosplitter.asl │ ├── rac1-autosplitter.asl │ ├── rac2-autosplitter-old.asl │ ├── rac2-autosplitter.asl │ ├── rac2-jp-autosplitter.asl │ ├── rac2planets.txt │ ├── rac3 no qe.asl │ ├── rac3-autosplitter.asl │ ├── rac4-autosplitter.asl │ ├── tod-autosplitter.asl │ └── todplanets.txt ├── defaultSkin.txt ├── ds3b.png ├── ds3drip.ico ├── ds3w.png ├── func.cs ├── offsets │ ├── ACIT │ │ ├── ACITAddresses.cs │ │ ├── ACITTimer.cs │ │ ├── ACITWeapon.cs │ │ ├── ACITWeaponFactory.cs │ │ └── acit.cs │ ├── RAC1 │ │ └── rac1.cs │ ├── RAC2 │ │ ├── rac2.cs │ │ └── rac2jp.cs │ ├── RAC3 │ │ └── rac3.cs │ ├── RAC4 │ │ ├── BotsUnlocks.cs │ │ ├── BotsUnlocksFactory.cs │ │ └── rac4.cs │ └── TOD │ │ └── tod.cs ├── packages.config ├── racman.csproj └── usr │ ├── ATB.usr │ ├── Any%.usr │ ├── NG+ No QE.usr │ └── NG+.usr ├── SPRX └── ratchetron_server.sprx ├── config.txt ├── controllerskins ├── Compact (VollSneepyy) │ ├── skin.png │ └── skin.txt ├── Compact │ ├── skin.png │ └── skin.txt ├── DS3 Black │ ├── skin.png │ └── skin.txt ├── DS3 Blue Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 Blue Gen 2 │ ├── skin.png │ └── skin.txt ├── DS3 Blue Gen 3 │ ├── skin.png │ └── skin.txt ├── DS3 Brown Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 Burgundy Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 Green Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 Green Gen 2 │ ├── skin.png │ └── skin.txt ├── DS3 Lavender Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 Lime Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 Orange Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 Pink Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 Purple Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 Purple Gen 2 │ ├── skin.png │ └── skin.txt ├── DS3 Red Gen 1 │ ├── redGen1.png │ └── skin.txt ├── DS3 Red Gen 2 │ ├── skin.png │ └── skin.txt ├── DS3 Turquois Gen 1 │ ├── skin.png │ └── skin.txt ├── DS3 White │ ├── skin.png │ └── skin.txt └── DS3 Yellow Gen 1 │ ├── skin.png │ └── skin.txt ├── mods ├── NPEA00385 │ ├── flight │ │ ├── automation.lua │ │ └── patch.txt │ ├── gb_sp_as_helper │ │ ├── gold_bolt.bin │ │ ├── gold_bolt.c │ │ ├── infobots.bin │ │ ├── infobots.c │ │ ├── item.bin │ │ ├── item.c │ │ ├── make.sh │ │ ├── npea00385.h │ │ ├── patch.txt │ │ ├── skillpoint.bin │ │ └── skillpoint.c │ ├── gemlik_midair_training_course │ │ ├── main.lua │ │ └── patch.txt │ ├── hardcore │ │ └── patch.txt │ ├── incremental_rng │ │ ├── patch.txt │ │ └── rand.bin │ ├── lock_rng │ │ └── patch.txt │ ├── ohko │ │ ├── main.lua │ │ └── patch.txt │ ├── randomizer │ │ ├── clear_vendor_data.bin │ │ ├── crc32.lua │ │ ├── deepcopy.lua │ │ ├── has_item.bin │ │ ├── has_thruster_heli_pack.bin │ │ ├── infobot.bin │ │ ├── logic0_Casual.lua │ │ ├── logic1_Speed.lua │ │ ├── logic2_Custom.lua │ │ ├── logicChosen.lua │ │ ├── main.lua │ │ ├── metal_detector_spot.bin │ │ ├── nanotech_vendor.bin │ │ ├── orxon_gates.bin │ │ ├── patch.txt │ │ ├── swap_weapon.bin │ │ ├── table_id.lua │ │ ├── thruster_pack_check.bin │ │ ├── tramp_vendor_cmp.bin │ │ ├── trespasser_hydrodisplacer.bin │ │ ├── unlock_item.bin │ │ ├── unlock_planet.bin │ │ ├── unlock_planet_message.bin │ │ └── vendor_class.bin │ ├── sfhelper │ │ ├── input.bin │ │ ├── input.c │ │ ├── inputp.bin │ │ ├── inputp.s │ │ ├── lv2.bin │ │ ├── lv2.s │ │ ├── make.sh │ │ ├── npea00385.h │ │ ├── patch.txt │ │ ├── render.bin │ │ ├── render.s │ │ ├── tramp.bin │ │ └── tramp.s │ └── simple_chaos │ │ ├── effects.lua │ │ ├── main.lua │ │ └── patch.txt ├── NPEA00386 │ ├── barlow_trainer │ │ ├── main.lua │ │ └── patch.txt │ ├── bl-mod │ │ └── patch.txt │ ├── clone │ │ ├── main.lua │ │ └── patch.txt │ ├── flight │ │ ├── automation.lua │ │ └── patch.txt │ ├── hoverboots │ │ ├── main.lua │ │ └── patch.txt │ ├── joba_trainer │ │ ├── main.lua │ │ └── patch.txt │ ├── ohko │ │ ├── main.lua │ │ └── patch.txt │ ├── rainbow-charge │ │ ├── main.lua │ │ └── patch.txt │ ├── rc2-save │ │ ├── patch.txt │ │ └── patch1.bin │ └── spiderbot-fix │ │ └── patch.txt ├── NPEA00387 │ ├── flight │ │ ├── automation.lua │ │ └── patch.txt │ ├── hoverboots │ │ ├── main.lua │ │ └── patch.txt │ ├── ohko │ │ ├── main.lua │ │ └── patch.txt │ ├── rainbow-charge │ │ ├── main.lua │ │ └── patch.txt │ ├── rc3-save │ │ ├── input.bin │ │ ├── input.c │ │ ├── inputp.bin │ │ ├── inputp.s │ │ ├── lv2.bin │ │ ├── lv2.s │ │ ├── make.sh │ │ ├── npea00387.h │ │ ├── patch.txt │ │ ├── tramp.bin │ │ └── tramp.s │ ├── simple_chaos │ │ ├── effects.lua │ │ ├── main.lua │ │ └── patch.txt │ └── suckman │ │ ├── README.txt │ │ ├── draw.bin │ │ ├── pad_redirect.bin │ │ ├── patch.txt │ │ └── suck.bin ├── NPEA00423 │ ├── dl-cs │ │ ├── address_gen.py │ │ ├── new_function.c │ │ ├── new_function.s │ │ ├── note.txt │ │ ├── override.bin │ │ ├── override.s │ │ ├── patch.txt │ │ └── patch.yml │ └── rc4-save │ │ ├── patch.txt │ │ └── patch1.bin └── libs │ ├── NPEA00385 │ ├── Game.lua │ ├── Moby.lua │ ├── MobyClass.lua │ ├── MobySeq.lua │ └── Ratchet.lua │ ├── NPEA00386 │ ├── Game.lua │ ├── Moby.lua │ └── Ratchet.lua │ ├── NPEA00387 │ ├── Game.lua │ ├── Moby.lua │ └── Ratchet.lua │ ├── NPEA00423 │ ├── Game.lua │ ├── Moby.lua │ └── Ratchet.lua │ └── standard │ └── middleclass.lua └── racman.sln /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/README.md -------------------------------------------------------------------------------- /RaCTrainer/ACIT/ACITForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ACIT/ACITForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/ACIT/ACITForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ACIT/ACITForm.cs -------------------------------------------------------------------------------- /RaCTrainer/ACIT/ACITForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ACIT/ACITForm.resx -------------------------------------------------------------------------------- /RaCTrainer/ACIT/ACITUnlocks.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ACIT/ACITUnlocks.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/ACIT/ACITUnlocks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ACIT/ACITUnlocks.cs -------------------------------------------------------------------------------- /RaCTrainer/ACIT/ACITUnlocks.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ACIT/ACITUnlocks.resx -------------------------------------------------------------------------------- /RaCTrainer/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/App.config -------------------------------------------------------------------------------- /RaCTrainer/AttachPS3Form.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/AttachPS3Form.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/AttachPS3Form.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/AttachPS3Form.cs -------------------------------------------------------------------------------- /RaCTrainer/AttachPS3Form.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/AttachPS3Form.resx -------------------------------------------------------------------------------- /RaCTrainer/AutosplitterConfigForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/AutosplitterConfigForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/AutosplitterConfigForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/AutosplitterConfigForm.cs -------------------------------------------------------------------------------- /RaCTrainer/AutosplitterConfigForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/AutosplitterConfigForm.resx -------------------------------------------------------------------------------- /RaCTrainer/AutosplitterHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/AutosplitterHelper.cs -------------------------------------------------------------------------------- /RaCTrainer/ChargebootColorPicker.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ChargebootColorPicker.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/ChargebootColorPicker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ChargebootColorPicker.cs -------------------------------------------------------------------------------- /RaCTrainer/ChargebootColorPicker.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ChargebootColorPicker.resx -------------------------------------------------------------------------------- /RaCTrainer/ConfigureCombos.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ConfigureCombos.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/ConfigureCombos.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ConfigureCombos.cs -------------------------------------------------------------------------------- /RaCTrainer/ConfigureCombos.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ConfigureCombos.resx -------------------------------------------------------------------------------- /RaCTrainer/DiagnosticsForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/DiagnosticsForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/DiagnosticsForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/DiagnosticsForm.cs -------------------------------------------------------------------------------- /RaCTrainer/DiagnosticsForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/DiagnosticsForm.resx -------------------------------------------------------------------------------- /RaCTrainer/DiskGameSelector.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/DiskGameSelector.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/DiskGameSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/DiskGameSelector.cs -------------------------------------------------------------------------------- /RaCTrainer/DiskGameSelector.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/DiskGameSelector.resx -------------------------------------------------------------------------------- /RaCTrainer/FlagViewer.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/FlagViewer.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/FlagViewer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/FlagViewer.cs -------------------------------------------------------------------------------- /RaCTrainer/FlagViewer.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/FlagViewer.resx -------------------------------------------------------------------------------- /RaCTrainer/GCUnlocks.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/GCUnlocks.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/GCUnlocks.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/GCUnlocks.resx -------------------------------------------------------------------------------- /RaCTrainer/IGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/IGame.cs -------------------------------------------------------------------------------- /RaCTrainer/InputDisplay.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/InputDisplay.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/InputDisplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/InputDisplay.cs -------------------------------------------------------------------------------- /RaCTrainer/InputDisplay.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/InputDisplay.resx -------------------------------------------------------------------------------- /RaCTrainer/Inputs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Inputs.cs -------------------------------------------------------------------------------- /RaCTrainer/LuaAutomation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/LuaAutomation.cs -------------------------------------------------------------------------------- /RaCTrainer/Memory/IPS3API.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Memory/IPS3API.cs -------------------------------------------------------------------------------- /RaCTrainer/Memory/RPCS3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Memory/RPCS3.cs -------------------------------------------------------------------------------- /RaCTrainer/Memory/Ratchetron.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Memory/Ratchetron.cs -------------------------------------------------------------------------------- /RaCTrainer/Memory/WebMAN.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Memory/WebMAN.cs -------------------------------------------------------------------------------- /RaCTrainer/MemoryForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/MemoryForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/MemoryForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/MemoryForm.cs -------------------------------------------------------------------------------- /RaCTrainer/MemoryForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/MemoryForm.resx -------------------------------------------------------------------------------- /RaCTrainer/ModLoaderForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ModLoaderForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/ModLoaderForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ModLoaderForm.cs -------------------------------------------------------------------------------- /RaCTrainer/ModLoaderForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ModLoaderForm.resx -------------------------------------------------------------------------------- /RaCTrainer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Program.cs -------------------------------------------------------------------------------- /RaCTrainer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /RaCTrainer/Properties/DataSources/RaC1MpVersionForm.datasource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Properties/DataSources/RaC1MpVersionForm.datasource -------------------------------------------------------------------------------- /RaCTrainer/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Properties/Resources.resx -------------------------------------------------------------------------------- /RaCTrainer/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/Properties/Settings.settings -------------------------------------------------------------------------------- /RaCTrainer/RAC1/HovenHealthForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1/HovenHealthForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1/HovenHealthForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1/HovenHealthForm.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1/HovenHealthForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1/HovenHealthForm.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC1/RAC1Form.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1/RAC1Form.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1/RAC1Form.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1/RAC1Form.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1/RAC1Form.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1/RAC1Form.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC1/UnlocksWindow.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1/UnlocksWindow.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1/UnlocksWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1/UnlocksWindow.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1/UnlocksWindow.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1/UnlocksWindow.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RAC1MpForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RAC1MpForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RAC1MpForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RAC1MpForm.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RAC1MpForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RAC1MpForm.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RAC1MpHovenHealthForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RAC1MpHovenHealthForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RAC1MpHovenHealthForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RAC1MpHovenHealthForm.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RAC1MpHovenHealthForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RAC1MpHovenHealthForm.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RAC1MpUnlocks.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RAC1MpUnlocks.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RAC1MpUnlocks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RAC1MpUnlocks.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RAC1MpUnlocks.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RAC1MpUnlocks.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RaC1MpVersionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RaC1MpVersionForm.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC1Mp/RaC1MpVersionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC1Mp/RaC1MpVersionForm.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC2/RAC2Form.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/RAC2Form.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/RAC2Form.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/RAC2Form.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/RAC2Form.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/RAC2Form.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC2/RAC2JPForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/RAC2JPForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/RAC2JPForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/RAC2JPForm.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/RAC2JPForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/RAC2JPForm.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC2/RC2Unlocks.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/RC2Unlocks.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/RC2Unlocks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/RC2Unlocks.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/RC2Unlocks.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/RC2Unlocks.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC2/TAS/Racket2API.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/TAS/Racket2API.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/TAS/Rackets2GUI.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/TAS/Rackets2GUI.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/TAS/Rackets2GUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/TAS/Rackets2GUI.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/TAS/Rackets2GUI.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/TAS/Rackets2GUI.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC2/TAS/ScriptSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/TAS/ScriptSerializer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/TAS/TASEditorForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/TAS/TASEditorForm.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC2/TAS/TASEditorForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC2/TAS/TASEditorForm.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC3/RAC3Form.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC3/RAC3Form.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC3/RAC3Form.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC3/RAC3Form.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC3/RAC3Form.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC3/RAC3Form.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC3/UYAUnlocks.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC3/UYAUnlocks.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC3/UYAUnlocks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC3/UYAUnlocks.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC3/UYAUnlocks.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC3/UYAUnlocks.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC4/RAC4BotsUnlocks.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC4/RAC4BotsUnlocks.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC4/RAC4BotsUnlocks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC4/RAC4BotsUnlocks.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC4/RAC4BotsUnlocks.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC4/RAC4BotsUnlocks.resx -------------------------------------------------------------------------------- /RaCTrainer/RAC4/RAC4Form.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC4/RAC4Form.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC4/RAC4Form.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC4/RAC4Form.cs -------------------------------------------------------------------------------- /RaCTrainer/RAC4/RAC4Form.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RAC4/RAC4Form.resx -------------------------------------------------------------------------------- /RaCTrainer/RacManConsole.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RacManConsole.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RacManConsole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RacManConsole.cs -------------------------------------------------------------------------------- /RaCTrainer/RacManConsole.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RacManConsole.resx -------------------------------------------------------------------------------- /RaCTrainer/RacmanScripting.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RacmanScripting.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/RacmanScripting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RacmanScripting.cs -------------------------------------------------------------------------------- /RaCTrainer/RacmanScripting.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/RacmanScripting.resx -------------------------------------------------------------------------------- /RaCTrainer/SimpleInputDialogForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/SimpleInputDialogForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/SimpleInputDialogForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/SimpleInputDialogForm.cs -------------------------------------------------------------------------------- /RaCTrainer/SimpleInputDialogForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/SimpleInputDialogForm.resx -------------------------------------------------------------------------------- /RaCTrainer/TOD/CategoryChoiceForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/TOD/CategoryChoiceForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/TOD/CategoryChoiceForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/TOD/CategoryChoiceForm.cs -------------------------------------------------------------------------------- /RaCTrainer/TOD/CategoryChoiceForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/TOD/CategoryChoiceForm.resx -------------------------------------------------------------------------------- /RaCTrainer/TOD/TODForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/TOD/TODForm.Designer.cs -------------------------------------------------------------------------------- /RaCTrainer/TOD/TODForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/TOD/TODForm.cs -------------------------------------------------------------------------------- /RaCTrainer/TOD/TODForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/TOD/TODForm.resx -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/acit-autosplitter.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/acit-autosplitter.asl -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/rac1-autosplitter.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/rac1-autosplitter.asl -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/rac2-autosplitter-old.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/rac2-autosplitter-old.asl -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/rac2-autosplitter.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/rac2-autosplitter.asl -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/rac2-jp-autosplitter.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/rac2-jp-autosplitter.asl -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/rac2planets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/rac2planets.txt -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/rac3 no qe.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/rac3 no qe.asl -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/rac3-autosplitter.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/rac3-autosplitter.asl -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/rac4-autosplitter.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/rac4-autosplitter.asl -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/tod-autosplitter.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/tod-autosplitter.asl -------------------------------------------------------------------------------- /RaCTrainer/autosplitters/todplanets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/autosplitters/todplanets.txt -------------------------------------------------------------------------------- /RaCTrainer/defaultSkin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/defaultSkin.txt -------------------------------------------------------------------------------- /RaCTrainer/ds3b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ds3b.png -------------------------------------------------------------------------------- /RaCTrainer/ds3drip.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ds3drip.ico -------------------------------------------------------------------------------- /RaCTrainer/ds3w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/ds3w.png -------------------------------------------------------------------------------- /RaCTrainer/func.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/func.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/ACIT/ACITAddresses.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/ACIT/ACITAddresses.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/ACIT/ACITTimer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/ACIT/ACITTimer.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/ACIT/ACITWeapon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/ACIT/ACITWeapon.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/ACIT/ACITWeaponFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/ACIT/ACITWeaponFactory.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/ACIT/acit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/ACIT/acit.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/RAC1/rac1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/RAC1/rac1.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/RAC2/rac2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/RAC2/rac2.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/RAC2/rac2jp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/RAC2/rac2jp.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/RAC3/rac3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/RAC3/rac3.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/RAC4/BotsUnlocks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/RAC4/BotsUnlocks.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/RAC4/BotsUnlocksFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/RAC4/BotsUnlocksFactory.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/RAC4/rac4.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/RAC4/rac4.cs -------------------------------------------------------------------------------- /RaCTrainer/offsets/TOD/tod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/offsets/TOD/tod.cs -------------------------------------------------------------------------------- /RaCTrainer/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/packages.config -------------------------------------------------------------------------------- /RaCTrainer/racman.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/racman.csproj -------------------------------------------------------------------------------- /RaCTrainer/usr/ATB.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/RaCTrainer/usr/ATB.usr -------------------------------------------------------------------------------- /RaCTrainer/usr/Any%.usr: -------------------------------------------------------------------------------- 1 |    2 | 3 | !" # -------------------------------------------------------------------------------- /RaCTrainer/usr/NG+ No QE.usr: -------------------------------------------------------------------------------- 1 |    2 | 3 |  -------------------------------------------------------------------------------- /RaCTrainer/usr/NG+.usr: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /SPRX/ratchetron_server.sprx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/SPRX/ratchetron_server.sprx -------------------------------------------------------------------------------- /config.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /controllerskins/Compact (VollSneepyy)/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/Compact (VollSneepyy)/skin.png -------------------------------------------------------------------------------- /controllerskins/Compact (VollSneepyy)/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/Compact (VollSneepyy)/skin.txt -------------------------------------------------------------------------------- /controllerskins/Compact/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/Compact/skin.png -------------------------------------------------------------------------------- /controllerskins/Compact/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/Compact/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Black/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Black/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Black/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Black/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Blue Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Blue Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Blue Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Blue Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Blue Gen 2/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Blue Gen 2/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Blue Gen 2/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Blue Gen 2/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Blue Gen 3/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Blue Gen 3/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Blue Gen 3/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Blue Gen 3/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Brown Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Brown Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Brown Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Brown Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Burgundy Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Burgundy Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Burgundy Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Burgundy Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Green Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Green Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Green Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Green Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Green Gen 2/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Green Gen 2/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Green Gen 2/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Green Gen 2/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Lavender Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Lavender Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Lavender Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Lavender Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Lime Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Lime Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Lime Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Lime Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Orange Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Orange Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Orange Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Orange Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Pink Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Pink Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Pink Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Pink Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Purple Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Purple Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Purple Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Purple Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Purple Gen 2/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Purple Gen 2/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Purple Gen 2/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Purple Gen 2/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Red Gen 1/redGen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Red Gen 1/redGen1.png -------------------------------------------------------------------------------- /controllerskins/DS3 Red Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Red Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Red Gen 2/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Red Gen 2/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Red Gen 2/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Red Gen 2/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Turquois Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Turquois Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Turquois Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Turquois Gen 1/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 White/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 White/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 White/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 White/skin.txt -------------------------------------------------------------------------------- /controllerskins/DS3 Yellow Gen 1/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Yellow Gen 1/skin.png -------------------------------------------------------------------------------- /controllerskins/DS3 Yellow Gen 1/skin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/controllerskins/DS3 Yellow Gen 1/skin.txt -------------------------------------------------------------------------------- /mods/NPEA00385/flight/automation.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/flight/automation.lua -------------------------------------------------------------------------------- /mods/NPEA00385/flight/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/flight/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/gold_bolt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/gold_bolt.bin -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/gold_bolt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/gold_bolt.c -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/infobots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/infobots.bin -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/infobots.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/infobots.c -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/item.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/item.bin -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/item.c -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/make.sh -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/npea00385.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/npea00385.h -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/skillpoint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/skillpoint.bin -------------------------------------------------------------------------------- /mods/NPEA00385/gb_sp_as_helper/skillpoint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gb_sp_as_helper/skillpoint.c -------------------------------------------------------------------------------- /mods/NPEA00385/gemlik_midair_training_course/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gemlik_midair_training_course/main.lua -------------------------------------------------------------------------------- /mods/NPEA00385/gemlik_midair_training_course/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/gemlik_midair_training_course/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00385/hardcore/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/hardcore/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00385/incremental_rng/patch.txt: -------------------------------------------------------------------------------- 1 | #- name: Incremental RNG 2 | 3 | ## rng stuff 4 | 0x5C8318: rand.bin 5 | -------------------------------------------------------------------------------- /mods/NPEA00385/incremental_rng/rand.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/incremental_rng/rand.bin -------------------------------------------------------------------------------- /mods/NPEA00385/lock_rng/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/lock_rng/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00385/ohko/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/ohko/main.lua -------------------------------------------------------------------------------- /mods/NPEA00385/ohko/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/ohko/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/clear_vendor_data.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/clear_vendor_data.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/crc32.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/crc32.lua -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/deepcopy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/deepcopy.lua -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/has_item.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/has_item.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/has_thruster_heli_pack.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/has_thruster_heli_pack.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/infobot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/infobot.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/logic0_Casual.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/logic0_Casual.lua -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/logic1_Speed.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/logic1_Speed.lua -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/logic2_Custom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/logic2_Custom.lua -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/logicChosen.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/logicChosen.lua -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/main.lua -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/metal_detector_spot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/metal_detector_spot.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/nanotech_vendor.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/nanotech_vendor.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/orxon_gates.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/orxon_gates.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/swap_weapon.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/swap_weapon.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/table_id.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/table_id.lua -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/thruster_pack_check.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/thruster_pack_check.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/tramp_vendor_cmp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/tramp_vendor_cmp.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/trespasser_hydrodisplacer.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/trespasser_hydrodisplacer.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/unlock_item.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/unlock_item.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/unlock_planet.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/unlock_planet.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/unlock_planet_message.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/unlock_planet_message.bin -------------------------------------------------------------------------------- /mods/NPEA00385/randomizer/vendor_class.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/randomizer/vendor_class.bin -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/input.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/input.bin -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/input.c -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/inputp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/inputp.bin -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/inputp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/inputp.s -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/lv2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/lv2.bin -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/lv2.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/lv2.s -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/make.sh -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/npea00385.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/npea00385.h -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/render.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/render.bin -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/render.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/render.s -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/tramp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/tramp.bin -------------------------------------------------------------------------------- /mods/NPEA00385/sfhelper/tramp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/sfhelper/tramp.s -------------------------------------------------------------------------------- /mods/NPEA00385/simple_chaos/effects.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/simple_chaos/effects.lua -------------------------------------------------------------------------------- /mods/NPEA00385/simple_chaos/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/simple_chaos/main.lua -------------------------------------------------------------------------------- /mods/NPEA00385/simple_chaos/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00385/simple_chaos/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/barlow_trainer/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/barlow_trainer/main.lua -------------------------------------------------------------------------------- /mods/NPEA00386/barlow_trainer/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/barlow_trainer/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/bl-mod/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/bl-mod/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/clone/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/clone/main.lua -------------------------------------------------------------------------------- /mods/NPEA00386/clone/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/clone/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/flight/automation.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/flight/automation.lua -------------------------------------------------------------------------------- /mods/NPEA00386/flight/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/flight/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/hoverboots/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/hoverboots/main.lua -------------------------------------------------------------------------------- /mods/NPEA00386/hoverboots/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/hoverboots/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/joba_trainer/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/joba_trainer/main.lua -------------------------------------------------------------------------------- /mods/NPEA00386/joba_trainer/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/joba_trainer/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/ohko/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/ohko/main.lua -------------------------------------------------------------------------------- /mods/NPEA00386/ohko/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/ohko/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/rainbow-charge/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/rainbow-charge/main.lua -------------------------------------------------------------------------------- /mods/NPEA00386/rainbow-charge/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/rainbow-charge/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/rc2-save/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/rc2-save/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00386/rc2-save/patch1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/rc2-save/patch1.bin -------------------------------------------------------------------------------- /mods/NPEA00386/spiderbot-fix/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00386/spiderbot-fix/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00387/flight/automation.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/flight/automation.lua -------------------------------------------------------------------------------- /mods/NPEA00387/flight/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/flight/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00387/hoverboots/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/hoverboots/main.lua -------------------------------------------------------------------------------- /mods/NPEA00387/hoverboots/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/hoverboots/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00387/ohko/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/ohko/main.lua -------------------------------------------------------------------------------- /mods/NPEA00387/ohko/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/ohko/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00387/rainbow-charge/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rainbow-charge/main.lua -------------------------------------------------------------------------------- /mods/NPEA00387/rainbow-charge/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rainbow-charge/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/input.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/input.bin -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/input.c -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/inputp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/inputp.bin -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/inputp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/inputp.s -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/lv2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/lv2.bin -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/lv2.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/lv2.s -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/make.sh -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/npea00387.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/npea00387.h -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/tramp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/tramp.bin -------------------------------------------------------------------------------- /mods/NPEA00387/rc3-save/tramp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/rc3-save/tramp.s -------------------------------------------------------------------------------- /mods/NPEA00387/simple_chaos/effects.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/simple_chaos/effects.lua -------------------------------------------------------------------------------- /mods/NPEA00387/simple_chaos/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/simple_chaos/main.lua -------------------------------------------------------------------------------- /mods/NPEA00387/simple_chaos/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/simple_chaos/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00387/suckman/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/suckman/README.txt -------------------------------------------------------------------------------- /mods/NPEA00387/suckman/draw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/suckman/draw.bin -------------------------------------------------------------------------------- /mods/NPEA00387/suckman/pad_redirect.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/suckman/pad_redirect.bin -------------------------------------------------------------------------------- /mods/NPEA00387/suckman/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/suckman/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00387/suckman/suck.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00387/suckman/suck.bin -------------------------------------------------------------------------------- /mods/NPEA00423/dl-cs/address_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/dl-cs/address_gen.py -------------------------------------------------------------------------------- /mods/NPEA00423/dl-cs/new_function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/dl-cs/new_function.c -------------------------------------------------------------------------------- /mods/NPEA00423/dl-cs/new_function.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/dl-cs/new_function.s -------------------------------------------------------------------------------- /mods/NPEA00423/dl-cs/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/dl-cs/note.txt -------------------------------------------------------------------------------- /mods/NPEA00423/dl-cs/override.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/dl-cs/override.bin -------------------------------------------------------------------------------- /mods/NPEA00423/dl-cs/override.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/dl-cs/override.s -------------------------------------------------------------------------------- /mods/NPEA00423/dl-cs/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/dl-cs/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00423/dl-cs/patch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/dl-cs/patch.yml -------------------------------------------------------------------------------- /mods/NPEA00423/rc4-save/patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/rc4-save/patch.txt -------------------------------------------------------------------------------- /mods/NPEA00423/rc4-save/patch1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/NPEA00423/rc4-save/patch1.bin -------------------------------------------------------------------------------- /mods/libs/NPEA00385/Game.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00385/Game.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00385/Moby.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00385/Moby.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00385/MobyClass.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00385/MobyClass.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00385/MobySeq.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00385/MobySeq.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00385/Ratchet.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00385/Ratchet.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00386/Game.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00386/Game.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00386/Moby.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00386/Moby.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00386/Ratchet.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00386/Ratchet.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00387/Game.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00387/Game.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00387/Moby.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00387/Moby.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00387/Ratchet.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00387/Ratchet.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00423/Game.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00423/Game.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00423/Moby.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00423/Moby.lua -------------------------------------------------------------------------------- /mods/libs/NPEA00423/Ratchet.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/NPEA00423/Ratchet.lua -------------------------------------------------------------------------------- /mods/libs/standard/middleclass.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/mods/libs/standard/middleclass.lua -------------------------------------------------------------------------------- /racman.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichaelRelaxen/racman/HEAD/racman.sln --------------------------------------------------------------------------------