Recent content by PencilVoid

  1. PencilVoid

    If AI were being used to modify code in SRB2, how would you feel?

    Generative AI raises enough questions about copyright and ownership that it probably isn't worth using it for your code. AI tools like ChatGPT work by training on content scraped from the internet; some code on the internet is released under the terms that if you use it in your own project, you...
  2. PencilVoid

    [Open Assets] Ahem Pack — Welcome to Releases Edition

    You might want to put a deathplane here. This skip is huge and pretty much guarantees an SPB if you take it in first place.
  3. PencilVoid

    Ring Racers Suggestions

    It would be very useful if Lua scripts could change numlaps without having to turn cheats on.
  4. PencilVoid

    DreamTracks (Chao Race Tests)

    Latest version seems to have some typos in Terraform Terrarium's level header and O_CMAZE's musicdef
  5. PencilVoid

    [Open Assets] PVSkinControls

    PencilVoid submitted a new resource: PVSkinControls - Finally, Bomb is dead Read more about this resource...
  6. PencilVoid

    [Open Assets] PVSkinControls 0.1.0

    Provides various commands to allow players and server admins to control what characters other people can use. Modules: No Core Chars (NoCoreChars.lua) Allows you to prevent core (vanilla) characters from being used, while selectively allowing certain characters. If a player is using a...
  7. PencilVoid

    Draft Tracks (Ring Racing Edition)

    Is this intentional?
  8. PencilVoid

    Unlocking [SPOILER] question

    A singleplayer game (like the tutorial) will pause if the window is unfocused, so you do need to be tabbed in for 10 minutes straight.
  9. PencilVoid

    The SRB2 Modding Community is Dead.

    There are probably dozens of factors that could be contributing to the SRB2 modding community apparently losing steam. Quite a few prominent modders got absorbed into STJr which limits their ability to work on mods. Some people also just move on from the game for one reason or another, which...
  10. PencilVoid

    Ring Racers Suggestions

    It would be very useful if models could be loaded from PK3 files. I remember there was a fork of SRB2 v2.1 by Lactozilla that had this functionality. If a future update has HWR2 and long sprite names it could be viable to create fake level geometry using models embedded in the PK3, which would...
  11. PencilVoid

    [Open Assets] The Bushmill Cup

    Hey, just wanted to let you know version 1.1.3 causes some warnings and errors to appear in console: lua_maydaysub is missing a comma at the end of line 10, which causes a warning to appear in console. The SOC parser complains about lines 59 and 60 in HEADERS.RACE. If you want to comment a...
  12. PencilVoid

    Low Voltage Maps

    PencilVoid updated Low Voltage Maps with a new update entry: Version 0.1.4 Read the rest of this update entry...
  13. PencilVoid

    Low Voltage Maps - Version 0.1.4

    Cold Zone Nerfed cave tripwire route There are no longer dash rings to launch the player up from the surface of the water; use a power item to blast as far across the water as you can before dropping in Removed a staff ghost that desynced as a result of this Added a fence on the downwards...
  14. PencilVoid

    CRYPTPACK

    Twelve causes a Lua error to appear upon transforming for the first time: This is because line 17 sets the Heavy Magician Box mobj's state to S_NULL, which deletes it. Line 18 then tries to access the mobj, which causes an error as it no longer exists. To fix it you could either swap the lines...
  15. PencilVoid

    Ring Racers Suggestions

    This is being addressed in 2.4. Tyron has shared screenshots of some controller/keyboard-specific button graphics.
Back
Top