Open Tricks

[Open Assets] Open Tricks v1.2.2 + DLC 1.0.1

This content may be freely modified and/or maintained by anyone.

Togen

Member
Togen submitted a new resource:

Open Tricks - why do they call it showboating if I'm in a go-kart?

OpenTricks is an extensible addon for introducing tricking mechanics into SRB2Kart.

Gameplay

During the start of each race, you will be presented a chance to select your trick style for the course. Press BRAKE (or your configured button) while rising in the air to begin a trick. When your cursor passes over the sweet-spot, release the button to perform a trick. Succeed and you can attempt more tricks until you land.

View attachment 80169
Peelout...

Read more about this resource...
 

Benji

Member
Is there a way to remove the meter mechanic from new engines (trick styles) we implement? We could add any past tricks we want if we can do that.
 

Togen

Member
Meterless Open Tricks Style:
local function NothingThinker(player)
  player.OpenTricks.meter.timer = -1 -- any number outside of the normal range will do.
  player.OpenTricks.meter.sweetspot = FRACUNIT -- ditto.
end

OPENTRICKS_ADD("nothing", "wow!", "K_TRNULL", "K_TRNULL", false, nil, NothingThinker, nil, nil)

This is ugly and weird, though.

I will add a more organic means of blocking tricks to my to-do list.
 
Last edited:

Togen

Member
Togen updated Open Tricks with a new update entry:

first update in <24 hours or your money back

  • Made Open Trick boosts stack with vanilla boosts.
  • Added smaller splitscreen icons to the existing styles.
  • Changed the command prefix to "otrx_" to hopefully alleviate netid issues.
    • If you're time-traveling and want to try out v1, the prefix there is "otricks_".
  • Added otrx_mul as a server variable determining the relative strength of all Open Trick boosts.
  • Replaced the Augment "wheel" vfx, reduced the length of Augment trails.
    • Wheels edited...

Read the rest of this update entry...
 
This is a really neat addon- I like the options and flexibility it gives to customizing your trick style that best suits the current track or your preferred playstyle.

Dropdash doesn't really play all that nicely with certain jumps and wind rides, I've realized.

kart0026.gif

kart0028.gif
 

Togen

Member
Togen updated Open Tricks with a new update entry:

Downloadable Content

Open Tricks
  • Added otrx_x and otrx_y as means to control the gameplay UI. Non-zero values will override the logic that Open Tricks uses to determine the x/y position.
  • Added the Item key to the list of inputs that lock your selection when held. In effect, you can't change your trick selection while holding Brake, Drift, or Item.
  • Fixed multiple issues related to creating a list of non-banned styles.
  • Rewrote the code for displaying multiple trick icons.
  • Tucked in the...

Read the rest of this update entry...
 

Togen

Member

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Top