Search results for query: *

  1. LeonardoTheMutant

    [Open Assets] LeonardoTheMutant's Murder Mystery

    LeonardoTheMutant updated LeonardoTheMutant's Murder Mystery with a new update entry: Technical update (v1.2) Read the rest of this update entry...
  2. LeonardoTheMutant

    [Open Assets] LeonardoTheMutant's Murder Mystery - Technical update (v1.2)

    There are no new features or noticeable changes to the gameplay this time, this is mostly a technical update meant to replace some of the, really outdated and poorly realized, parts of code. I also tried to focus on "MM mods" in this update. Some of the changes were made with a thought to make...
  3. LeonardoTheMutant

    [Open Assets] LeonardoTheMutant's Murder Mystery

    LeonardoTheMutant updated LeonardoTheMutant's Murder Mystery with a new update entry: There is no joke, this is v1.1 Read the rest of this update entry...
  4. LeonardoTheMutant

    [Open Assets] LeonardoTheMutant's Murder Mystery - There is no joke, this is v1.1

    First update after the official release. Primarily fixed issues found in v1.0 and reorganized some files. The changes brought by this update: - Updated and fixed the issues in "Stauf's Mansion" (MAPKC) plus expanded the map by adding a new shortcut in the house with a very minimalistic copy of...
  5. LeonardoTheMutant

    [Open Assets] LeonardoTheMutant's Murder Mystery

    LeonardoTheMutant submitted a new resource: LeonardoTheMutant's SRB2 Murder Mystery - A port of the popular multiplayer game in SRB2, inspired by MM in Gmod and Minecraft Read more about this resource...
  6. LeonardoTheMutant

    [Open Assets] LeonardoTheMutant's Murder Mystery 1.2

    LeonardoTheMutant's Murder Mystery A port of the popular multiplayer game for Sonic Robo Blast 2 Inspired by Murder Mystery in Garry's Mod and variations of it Minecraft Back in February 2023, I joined a random SRB2 server claiming to host a Murder Mystery game. The owner of that server was...
  7. LeonardoTheMutant

    When opening srb2 sprites with Slade they appear with a weird incorrect color palette

    Set the palette to "Sonic Robo Blast 2" in the top-right corner of the SLADE window
  8. LeonardoTheMutant

    Zone Builder does not run in Wine

    Try launching ZB from Terminal instead. Also make sure you have DirectX and .NET Framework 4.8 installed
  9. LeonardoTheMutant

    srb2 wont open

    Can you send the latest log of the game? It is actually very useful for troubleshooting
  10. LeonardoTheMutant

    Fix aPNGs in OpenGL

    GIF as a format suppots only 256 colors with no transparency pixels. DOOM (or IdTech1 engine itself) was originaly designed for VGA 320x200 mode with 256 colors. Software renderer in SRB2 supports higher resolutions but doesn't expand the color range. OpenGL uses 16-bit (or probably even 32-bit)...
  11. LeonardoTheMutant

    2.2.11 32 bit android problem.

    Uhh... 2.2.11 is the latest version and everyone are playing this one right now. 2.2.9 is outdated. Did you try to download SRB2 2.2.11 for Android from https://www.srb2.org/download?
  12. LeonardoTheMutant

    How do i even add an add-on in srb2 when its in a folder?

    You need to create AUTOEXEC.CFG in your game folder, when game starts it reads this file and executes everything inside it as in-game Console commands. Here's the example of how I use it: name LeoTM color "Crimson" file addons/colors.wad alias CLEAR CLS fov 100
  13. LeonardoTheMutant

    How do i even add an add-on in srb2 when its in a folder?

    You can add folder on game startup from command prompt as well, you just need to add -folder argument to the command line, works similarly to -file
  14. LeonardoTheMutant

    2.2.11 doesn't allow "rejointimeout" to be set from LUA

    Firstly, sorry if this is not a bug and if my English sucks. I am developing a custom gametype where each Player join/quit is critical to the gameplay. For example when the player hits "Quit/Leave the game" menu option or simply "Alt+F4" and the "rejointimeout" is NOT set to NONE the player_t...
  15. LeonardoTheMutant

    Trouble with making a Dedicated Server for friends

    If that message appears it means that you didn't port forward properly, you can join your localhost/LAN games but other don't
  16. LeonardoTheMutant

    Why doesn't the map maker for srb2 work on windows 7?

    If the Zone Builder setup fails to install dependencies you can download and try installing them yourself, you need DirectX 9 and Microsoft .NET framework (somewhat version 4.8) for ZB to run
  17. LeonardoTheMutant

    How would I get the race's countdown once a player finishes the stage?

    According to SRB2 wiki player.realtime is a writable value and is used by Race gametype as a personal finish time so I think you can use it for your purposes. But I can't imagine how "DNF" will work there.
  18. LeonardoTheMutant

    How would I get the race's countdown once a player finishes the stage?

    Unfortunately all level timers are always READ-ONLY and you can't modify them at all. You can read the Countdown timer from the mapheader and that's it. If not talking about modifying the global timer that's visible on HUD in vanilla I can probably suggest to make your own timer functionality...
  19. LeonardoTheMutant

    Sonic Adventure DX Race

    It's for Multiplayer, did you set the game type of the game to "Race"? (Multiplayer > Host LAN/Internet > Select Gametype/Level)
  20. LeonardoTheMutant

    Sonic Adventure DX Race

    If you guys have problems with record times, delete all of them on these maps and make new. Make new tactics
Back
Top