Search results for query: *

  • Users: OtherChen
  • Content: Threads
  • Order by date
  1. OtherChen

    Vessle Blast (Vehicles for 2.2)

    Vessle Blast aims to be a complete rebuild of my Vehicles mod from 2015-16. Take control of specialized combat vehicles known as Vessles, and battle it out across SRB2's zones! Here's how to try it yourself: Load the PK3, and play as the Driver character on any map. As the Driver, press...
  2. OtherChen

    Other Chen tries to Lua

    Hiya, I'm on break so I'm gonna start a Lua editing thread. I've made a prototype character inspired by Mario's acrobatic moves in the 3D games. The character select screen used to work, but now it doesn't has been fixed! Thanks DerpyBubblez. Mario's Moves: Triple Jump: jump three times in a...
  3. OtherChen

    New player states?

    I've noticed that I can directly set the player's mobj state in Lua, and animated states work just fine. For instance, p.mo.state = S_PLAY_ROLL correctly sends the player into their rolling animation, even if I remove or change some of the frames in the WAD. I want to make a character crouch...
  4. OtherChen

    [Open Assets] Fludd

    Wield the power of everyone's favorite talking shower head from Super Mario Sunshine! Press Fire or Fire Normal to use FLUDD. Press Next/Prev Weapon to switch nozzles, or use the number keys. NOZZLES (1) Squirt Nozzle: aim and shoot in any direction. Use while in a body of water to refill the...
  5. OtherChen

    Other Chen's scrap yard

    Download the alpha builds from Dropbox! https://www.dropbox.com/sh/brij38asnbjtxhh/AADeIelOxLLkZWTkGjqnmvjGa?dl=0 (Also download Vehicles 0.17, available on Dropbox or from this very message board) So I got Zone Builder working. This will be a demo map with plenty of air, land, and sea to roam...
  6. OtherChen

    Lua: check for object above water

    I'm trying to make something hover close to the ground/water without touching it. Ground is easy: (thing.z - thing.floorz). For water, (thing.z - thing.watertop) doesn't work unless the object is underwater, so I'm spawning a "sinker" dummy mobj on the floor under the object and checking its...
  7. OtherChen

    Lua: Access cvars, console output, and the player's camera

    1: Can Lua read or write the game's built-in cvars like "friendlyfire" and "showfps"? Alternatively, can it read the literal console output like "friendlyfire is 'On' default is 'Off'"? I'd like to make non-damaging weapons affect teammates only if friendly fire is enabled, for example. 2: The...
  8. OtherChen

    Vehicles (plus a beta level)

    Robotnik dug out his old "Mega-Badnik 2142" blueprints and repurposed them into battle vehicles! They'll spawn naturally on most vanilla SRB2 maps, but you can always type spawnvehicle to give yourself a new ride in co-op mode. Press Custom 1/2/3 to exit a vehicle. THE VEHICLES: JET PLANE...
  9. OtherChen

    [Open Assets] Spy watch

    A high-tech watch inspired by TWINE, Goldeneye, and Perfect Dark; designed to disrupt your opponents without hurting them directly. Press Custom 1 to switch between 5 different functions, then press Fire to use the watch. Press any weapon switch key to turn off the watch so you can use your ring...
  10. OtherChen

    Rewind

    Hold Custom 3 to move backward in time for up to 10 seconds. Your position, velocity, jump ability, and the air in your lungs are all restored, and you can even use the ability while being hurt or exiting the level. You can be hurt, but not killed, while rewinding. You can't rewind after dying...
  11. OtherChen

    [Open Assets] Paper Mario Bros.

    The Mario Bros. in a Sonic game? With even MOAR abilities? MARIO'S ABILITIES Press Jump in the air to do a Tornado Jump, and hold Jump afterward to drift slowly to the ground. You can strafe back and forth quickly, but your maximum speed is reduced. Press Spin on the ground to throw a hammer...
  12. OtherChen

    [Open Assets] Local timescale

    Slow down and speed up time (or at least pretend you're slowing down and speeding up time) by tapping Custom 1 as Sonic or SRB1 Sonic. Only your character is affected; enemies, bosses, and the environment will move as normal. FIXED: Whirlwind shields KNOWN ISSUES: Doesn't work in water or...
  13. OtherChen

    [Open Assets] Threat meter: Go faster when people aren't watching!

    Perfect for those with antisocial tendencies, this meter will raise and lower your stats depending on how close other players are to you. When the meter's full, you can barely walk, but when there's no one around and the meter drops to zero, you run super fast and even become transparent! An...
  14. OtherChen

    [Open Assets] Sticky feet

    Walk upside down like CHAOTIX Espio by holding Jump while hitting the ceiling. You can't run fast or spindash, and you'll jump off once you release the button. No jumping required (it works with springs too)! Fits any character ability! You can use your ability after jumping off (but not after...
  15. OtherChen

    [Open Assets] Admin Tools + Mod Skin

    Two separate mods in one post. You can use them together, but many of the Mod Skin functions can be done easier with Admin Tools. ----- Don't feel like using Terminal? admintools.lua is a more lightweight alternative. ALL PLAYERS whois: dummy command to check parts of player names. If two...
  16. OtherChen

    Admin powers skin: how to restrict unpriveliged players from using it?

    I'm putting together a simple skin for server hosts and admins with stuff like invisibility, noclip, and insta-kill explosions. I'd like to prevent most players from selecting the skin by killing them instantly if a certain flag isn't set. But how would I set such a flag? Currently I've got a...
  17. OtherChen

    [Open Assets] Missile Game 3D (slightly less painful)

    It's like Mach Speed, but IN SPACE AIR Slowly accelerate toward your crosshair, with no way to stop yourself except running into a wall! Mouselook and chasecam-toggle are highly recommended. Go fast! Pretend you're really flying a missile! Works in any gravitational environment: down, up, or...
  18. OtherChen

    [Open Assets] Quick Attack (now configurable!)

    Pikachu best fighter 2002, Falco and G&W are scrubs Press Custom 1 (by default) to unleash the Quick Attack -- an all-directional double dash that follows your movement keys. You can customize the behaviour of the Quick Attack using the console variables below. Note that some of them will have...
  19. OtherChen

    [Open Assets] Physics manipulation (now works in match and stuff)

    Three abilities for screwing around with momentum: Hold Custom 1 to "lock" your current speed for a short time, passing through bad stuff like lava and bullets. You can use it at the beginning of a jump to extend it, run across a level gap without jumping, and extend the range of springs. Fully...
Back
Top