SRB2 Golf

[Open Assets] SRB2 Golf v0.6.2.1

Because someone had to do it!

SRB2 Golf is a gametype heavily inspired by 2.0's exe mod XSRB2 by Inuyasha, where you could transform the game into a fun match of mini-golf!

This mod aims to facilitate the creation of golf courses with support for multiple holes per course, a complete scoring system using putts and rings, position-based checkpoints, badly and barely reworked physics, low putts and high putts akin to Kirby's Dream Course and, of course, multiplayer support!

There are still more features to be added to the mod, but I am opting to release it as-is as an incentive to keep working on it into the future (peer pressure is some pretty powerful stuff) and to drum up interest in map-making for golf courses!

srb2win_O7fzbXMVKy.png


srb2win_EA9md3lBoV.png


srb2win_L4oQBbKG57.png


-CONTROLS-

  • SPIN: Enter a putt state. While in this state, press spin again to putt, or jump to cancel your putt.
  • CUSTOM 1: Toggle "high putt" mode. Your directional arrow should flick upwards, and your next putts will now take you upwards in an arc.
  • PREVIOUS / NEXT WEAPON: Set how fast the putt bar charges.
    • Going lower than speed 1 will toggle manual mode, where you can manually set the power of your putt.
You can view these controls at any time during gameplay by pressing the Toss Flag button.

The "Simple" and "Strafe" control styles are supported, but a couple of players have reported errors with them. If you come across any errors please report them to me directly on Discord.

-IMPORTANT INFO-

In order to play golf maps you'll need to create a multiplayer session for yourself and select the newly added Golf game mode from the game mode list.

This is a limitation in SRB2 that I am looking into, but right now it seems the only way to add the game mode directly into the single player menu would require the creation of an .exe mod, which is more trouble than it's worth for one small menu change.

In order to create a course, your map will need holes, course warp coordinates, a course par, a line in the level header specifying your map is a golf map and, optionally, a custom color for the player's putt bar for that map. We will go through each one of these below, but to set the game type to golf all you need to do is change this line in your level header:

SLADE_RxhtNzbbaX.png


Moving on...

Holes are created in the same way as any level end sector. Simply assign an area with Special 8192 and that area will be considered the end of a course.

hole.png


This is all you need to do to create a course with one hole. If you wish to add more, read on!

To create more holes, you will need to add the golf mod .pk3 file as a resource. This should add the thing type 3500, the golf marker, to your thing list.

Builder_rI77p10tOh.png


This marker indicates where a player will be headed after touching a hole. Its position will indicate the player's new X, Y and Z position, their angle, as well as when they should be warped there. This is extremely important, as it will determine in which order your course will play out!

The player's next marker is decided through the marker's angle, in this way:

  • A marker deciding the second course a player will head to will need no special changes to its angle value. In other words, you're free to set the angle the player will spawn at and leave it like that.
    Builder_mQ7LmUf1lG.png
  • A marker deciding the THIRD COURSE AND ONWARDS will need to have their angles changed. After touching a hole in the second course, the mod will then start looking for a new golf marker that has the player's angle [ +360 * (HOLE NUMBER - 2) ]. This may sound confusing, but it's honestly pretty easy to wrap your head around. here's an example:
    Builder_thlIhzeOAD.png
  • After course 2, start counting up from 1. That means course 3 will be 1, course 4 will be 2, course 5 will be 3 and so on. Multiply this number by 360, then add in the angle the player will be at when they spawn. that's it!
    Course 3 >>(360 * 1) + player angle
    Course 4 >>(360 * 2) + player angle
    Course 5 >>(360 * 3) + player angle
    Course 6 >>(360 * 4) + player angle
    . . .
    Course N >>(360 * (N - 2)) + player angle
This will allow you to create as many holes in your map as you want, and have players warp to the start of the areas with those holes easily.

A "par" is the optimal number of putts needed to clear a course. This number will determine how many points a player will get when they reach a hole, so make sure to give each course a fair par! IMPORTANT: A par 1 will still give players the hole in one bonus if they complete your course in one putt, so try giving your courses a par of at least 2.

To give a map with only one course a par, all you need to do is edit the map's level header to include this line:
SLADE_vHDE3FgLW4.png

This will determine the par for the one hole in your map. Now, if your map has more than one course you will need to add a par for every hole, separated by a ; symbol, like this:
SLADE_8lv3pL5NG8.png

Easy!

By default, a level will have no putt bar color and will instead use a character's skin color as the bar color and their inverse skin color as the charging bar color. color color color color. Here is sonic in a map without any colors specified, using a blue putt bar and an orange charge bar:

srb2win_ZYmsohS6yj.png


If you want to use custom colors in your map, add these lines to your level header:

SLADE_KbVhLFdzSW.png


the numbers used are taken from SRB2's skin colors, so use that as your reference when picking your bar colors. The colors used above are bronze and moss, resulting in these bar colors:

srb2win_DEW5YjbMiU.png


Skin colors and their numbers can be checked here: https://wiki.srb2.org/wiki/List_of_skin_colors

If you want players to keep their shields after completing a hole, add the line Lua.CarryShield = true to your level header

SLADE_Gd8nIiTThe.png


This will allow players to keep their shields into the next courses. This feature is OFF by default.

After everything is in place, make sure to give your map a Go_ prefix in its filename and you're all set to go!

  • playersforgolfexit
    • Sets how many players need to complete all courses in a map before a level end timer of 2:30 minutes appears. Set to 3/4 by default.
    • Can be set to 'all' , '3/4' , '1/2' or '1/4'

-FAQ-

  • XSRB2's Aether Shrine golf course, ported with Inuyasha's permission then edited to better fit the mod
  • Support for using shield powers while spinning in the air and letting map makers decide if a shield should be kept or not between holes
  • Tweaked spectator mode allowing players to examine the course ahead without losing course progress
  • Multiplayer support, with map change countdowns after enough players finish a map
  • Support for map creation with multiple courses

  • Shot trajectory prediction
  • New camera angles to better adjust your shots (don't count on it)
  • Better support for co-op maps in golf mode
  • A tutorial map
  • More QoL changes
  • Even more stuff to come! Maybe! Who knows! Definitely more bugs!

Yes! Although playing the mod like that is not officially supported yet given how co-op maps are built to accommodate an entirely different play style, making them highly softlock-prone.

To play other maps while using golf controls, load a golf map then open the game's console and type in:
map [desired map number] -force

Snolf is a character wad, and as such creating golf courses based on the little guy would come with some limitations that would need to be solved on a per-map basis. The idea here is to provide a tool for map makers and a fun game mode for all SRB2 characters above all else.

-CREDITS AND THANK YOUS-

Inuyasha
, both for creating XSRB2 and allowing me to port his golf maps over to my mod!
Golden, for being a great lua teacher and nice dude overall!
Amperbee, for helping me figure out a pretty big bug in my code!
Xelork, for being that shiny beacon of positivity I can always rely on!
The entirety of the SRB2 Brasil discord community, for putting up with my endless bull for months on end!
Author
JonBaxter
Downloads
3,961
Views
9,419
Extension type
pk3
File size
1.4 MB
MD5 Hash
f3cf04d4d7311be58379b2e6ea222092
First release
Last update
Rating
4.75 star(s) 12 ratings

More resources from JonBaxter

Share this resource

Latest updates

  1. Version 0.6.2.1 Not-so-hot-fix

    Removed a force shield left over from course testing. Sorry! Just a quick fix. I've started...
  2. Version 0.6.2

    Plenty of fixes this time, including a way to hopefully allow players using the Simple control...
  3. Version 0.6.1

    This update introduces a small "controls" sliding list to the top-right of the screen that can...

Latest reviews

It's a great mod, i just want it to have more custom maps and more built-in maps in that case.
Upvote 0
This is so great! I would recommend this for people who want to play golf in SRB2!
10/10
Upvote 0
IT'S SNOLF THE FUCKING GOLFBALL-




10/10. Good mod.
Upvote 0
Absolutely Amazing. A massively creative game mode with tons of potential for the future. My only irk is the lack of courses to support Golf. Looking forward to see how this develops overtime, so please keep up the excellent work!
Upvote 0
its a very good golf mod!
Upvote 0
Really fun mod! Has really good mapping potential, currently making a map for it myself. Hype for more updates and maps from the community.
Upvote 0
A fun mod with a lot of potential. My only issue is that the controls were a little hard to get used to at first, but other then that I really enjoyed it. I'd personally add an in-game guide or a quick tutorial map to better explain the control scheme to new players. Keep up the good work :)
JonBaxter
JonBaxter
yep, a tutorial level is being planned and I was thinking of leaving a small HUD item attached to the right of the screen saying "controls - Custom 2" that opens up when you press that key, showing you the mod's controls
Upvote 0
Awesome! Had a lot of fun. I'll be making some maps for this new gamemode. Congrats, Jon!
Upvote 2
Mario Golf: Super R-- Wait, wrong game.
Jokes aside, this mod's actually pretty fun, even if the mod only has one level. Although I'm sure more Kirby's Dre-- Dangit, I mean, SRB2 Golf maps will come by sooner or later by the fans!
JonBaxter
JonBaxter
I'm actually trying to rework Aether Shrine a bit to be less unforgiving as a whole and also add a tutorial level soon-ish. we'll see how that goes.
Upvote 2
G O L F
Upvote 1
Back
Top