Search results for query: *

  1. 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
  2. LeonardoTheMutant

    srb2 wont open

    Can you send the latest log of the game? It is actually very useful for troubleshooting
  3. 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)...
  4. 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?
  5. 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
  6. 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
  7. 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...
  8. 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
  9. 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
  10. 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.
  11. 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...
  12. 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)
  13. 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
  14. LeonardoTheMutant

    Sonic Adventure DX Race

    LeonardoTheMutant updated Sonic Adventure DX Race with a new update entry: V6 - Twinkle Park Read the rest of this update entry...
  15. LeonardoTheMutant

    [Open Assets] Sonic Adventure DX Race - V6 - Twinkle Park

    Hello Racers! Have you played Sonic Adventure or DX port? You did...??? Well... I'm sure you wanted to have a multiplayer mode in this game such as... RACE (original Sonic and Eggman vs Tails aren't in count) Meet the Sonic Adventure DX Race for SRB2! This circuit race pack includes some...
  16. LeonardoTheMutant

    where to start with learning SRB2 LUA

    Well, I am also learning LUA right now and sometimes wiki is giving not enough base for what I want, so I open mods I have downloaded and look in LUAs they have
  17. LeonardoTheMutant

    where to start with learning SRB2 LUA

    Try looking on SRB2 wiki, it has nice tutorial for beginners
  18. LeonardoTheMutant

    SRB2 Build Source Code

    Dude, you're trying to do unreal, first of all Basic is an interpreter language, second, all the game's code is on C actually, and third, Visual Basic is a programming language, not an IDE if you mean this
  19. LeonardoTheMutant

    MIDI music

    The playback of the MIDI in SRB2 (as anywhere else) depends on soundfonts and/or MIDI playback device, check out the Sound Options > Advanced Settings and check what MIDI PLAYER is set to. The best way to listen MIDI is to playback it with Fluidsynth, however you will need an .SF2 file...
  20. LeonardoTheMutant

    Sonic Adventure DX Race

    LeonardoTheMutant updated Sonic Adventure DX Race with a new update entry: Sonic Adventure DX Race V5 - Emerald Summer update Read the rest of this update entry...
Back
Top