Search results for query: *

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

    Orsland 2021

    Ors submitted a new resource: Orsland 2021 - Orsland 2014, in 2021! Read more about this resource...
  2. Ors

    Playing a demo from intro cutscene affects the record attack menu's background

    The background colors go wild after you exit a demo that you start from the intro cutscene. It also seems to use a darker palette if you start the demo from the title screen.
  3. Ors

    Return of the menu glitches

    A couple of years ago a glitch was patched that allowed you to cheat score in record attack. It's back, but has to be executed in a different way. Select a saved game by pressing enter and exit simultaneously. If you get transferred to title screen, you can take the saved game's score and...
  4. Ors

    Ors' Random Whims

    I think I need a thread for my projects in case I'll do them as much as I've planned to do. (Extremely unlikely) I was a little bored and wanted to do some stuff with Lua. I recently tried some graphical things with OpenGL, and I thought why not drawing triangles and stuff in Lua as well. I...
  5. Ors

    Possible to check if player is IT?

    I'm making a Lua script for chat and I try to make a custom team chat work. I already found the ctfteam variable, which works in CTF and team match. But is there any way to check if a player has been found/caught?
  6. Ors

    GFZ3 boss invincibility bug

    I was doing record attempts again, and before I succeeded I had to save this replay. Among speedrunners this is known as Eggman doing memes. This bug has been in the run attempts for a while but I don't know if you were aware of this, so I'm posting the GIF.
  7. Ors

    Bugged unlockables

    This is simple to explain: Get an unlockable by finishing a level. (perfect bonus or x amount of emblems for example) Abort the level before the score is calculated in the HUD with ring and time bonus. Then you don't get info of unlocking anything. Actually you don't even unlock anything before...
  8. Ors

    Fixed [2.1.15] Score and emeralds on record attack and hidden levels

    This is different than my last report but still pretty similar idea. This allows you to get score and emeralds from saved games to hidden levels and record attack. Select a completed game save and go to its level select. Go on "start" button and do the next thing: press enter and then esc one...
  9. Ors

    Fixed [2.1.15] Record attack anywhere

    Select record attack like this: Press enter twice and esc very quickly. This is the least risky way to get the bug, since just one enter and esc in record attack menu often causes a crash. In the way I suggested you select record attack menu and choose to record a run in GFZ1, but esc lets you...
  10. Ors

    Find multi player starts by Lua

    Multi player starts don't have an MT_-object, so I tried mapthings.iterate and used "if (thing.type == 33)" to find them. Seems like they aren't listed there. Still, I tried the script with "if (thing.type == 1)" and it gave the amount of player 1 starts successfully. addHook("MapLoad", do...
  11. Ors

    What kind of advantage could video games give?

    I can start by telling that the biggest advantage in my opinion is that anyone who spends a lot of time online, will learn to speak English better than anywhere else, except if it's your mother tongue.. (especially if you spend time on forums and talk with foreign people. Then you'll be able to...
  12. Ors

    How to insert ^ to lump name?

    It feels a little embarrassing to ask things here so often without knowing how to help others, but I have a problem again: I use Slade to make WADs. When I was making a sprite called XXXX^0, the name was converted to "XXXX\0". EDIT: Thank you! It works now!
  13. Ors

    Is there arcsin, arccos and arctan?

    I'm messing around with Lua and need this for finding the angle (or aiming) between player's and object's height.
  14. Ors

    How do I set up TRANS10 - TRANS90 lumps?

    I know what these images should look like. This is the TRANS30 file for the new palette of AntiLand 2. Seems like I can't use it by converting it to doom graphics. How can I convert it to the working type of Lump? Thanks for helping!
  15. Ors

    Sprite crashes the game

    I'm sure about that it's some of my sprites. This is ORS3A1 (BMP) and every time the game has to render that the SRB2 crashes.
  16. Ors

    AntiLand 2

    Tribute to AntiChamber! I've started a new version of 2.0.6 Anti-land. Now the veriosn is 2.1.8 and it has a lot of Lua use in the obstacles. This video tells something about it. https://www.youtube.com/watch?v=HQ63KgT1mUg Features and upcoming features: • Annoying obstacles • A lot of...
  17. Ors

    Poly object problem

    I have a promblem with poly objects. The game doesn't render the texture properly on software mode. I thought I've done everything properly. Lines face outwards, have effect 5, there's only one sector in the map where the Poly object is when it rotates... Could someone help me a bit, please?
  18. Ors

    How to set new num_emblems in 2.1?

    It doesn't work anymore. MainCFG Category GameData = s_test2.dat NumEmblems = 30 Emblem 1 Hint = Don't get this! Type = Global X = 0 Y = 0 Z = 256 MapNum = 1 Sprite = v Color = SKINCOLOR_RED The emblem appears but I still need 160 to have them all.
  19. Ors

    Unlockable Trigger Linedefs (317 and 318)

    How do they work? I'd need them really much in my upcoming wad "Antiland 2" to make a saving system. How can I use them? At least they sound quite useful.
  20. Ors

    Fixed "Running in the wall in RVZ"

    If player runs on the lava waves to the wall, the game thinks there's a floor under the player: Player doesn't fall.
Back
Top