#[PRERELEASE] Extended Joker Contexts

63 messages · Page 1 of 1 (latest)

vague furnace
#

Extended Joker Contexts is a helper mod made to add extra joker contexts for modded jokers to use. Set to prerelease until a few more contexts (like joker retriggers during individual card scoring) and until Steamodded 1.0.0 is out of alpha
REQUIRES: Steamodded 1.0.0 + Lovely
GitHub page: https://github.com/GauntletGames-2086/ExtendedJokerContexts/tree/v0.8-PRERELEASE

GitHub

Creates several custom joker contexts. Contribute to GauntletGames-2086/ExtendedJokerContexts development by creating an account on GitHub.

#

Surely it's not broken (clueless)

torpid cosmos
#

surely

sly peak
#

so now i have a code to steal to start putting my jokers into newest steammoded

#

epic :]

candid plover
#

i think the idea is that this would be a dependency of your mod

vague furnace
#

Basically yea

torpid cosmos
#

i'm stealing some code for graveyard

candid plover
sly peak
jade yew
#

i dont really want to have a dependency attached to my mod for a few very specific cases, so i might just look at how you did some stuff and write my own code, is that ok?

vague furnace
#

Should be fine to do as long as it wouldn’t trigger the contexts in this mod (so those that are fine with dependencies and use this mod won’t double trigger their/your effects) and not the retrigger code in the same position used in this mod (several retrigger code stacked on top of each other with not end well).

jade yew
#

yeah absolutely

#

i just need a specific joker that gives multiple effects

onyx magnet
#

@vague furnace is it ok if i use the debuffed individual context in cryptid? i dont want to introduce a dependency so is it ok if i just rename the context and put it in its own lovely file in cryptid? (crediting you of course)

#

btw how exactly did you manage to get these functional

#

ive tried to add my own context calls for stuff like enhancments and its never worked

vague furnace
#

Yeah you can

vague furnace
#

Joker retriggers are basically just surrounding the other functions with another one calced like the retrigger contexts.

#

This should honestly make its way into Steamodded, at least the card destroying stuff.

onyx magnet
#

they are injecting into state_events

#

what

vague furnace
#

It’s the function in state events that handles scoring for just about everything

onyx magnet
#

ok

#

ive been doing that

#

when i tried to patch this in it didnt work

#

basically a more rudimentary form of your debuffed_individual

#

what

#

i copied debuffed individual into a toml file

#

it didnt work

vague furnace
#

I’ll look into it

#

Did it at least patch?

onyx magnet
#

was it those 2 functions in the lua file?

onyx magnet
#

tried adding the functions in the lua file, and it still refuses stubbornly

#

is there something wrong with how im calling the context?

vague furnace
#

It’s context.debuffed_individual

onyx magnet
#

i changed it in the lovely file

#

to avoid incompatibility with this mod

#

@vague furnace i renamed everything to its original values, and it sill didnt function

#

ima see if downloading the mod will make it work

#

even if it incurs are dependency

vague furnace
#

It’s not working on my end either

onyx magnet
#

oh shoot

#

i think its a steamodded issue then

#

it broke custom contexts

vague furnace
#

It is super outdated

onyx magnet
#

oh yeah

#

im still only using the basic lovely patch though

#

and even that doesnt function

#

nor doesn any lovely patch ive made that has calculate_joker or eval_card in it

vague furnace
#

OHHHH

#

I see the issue

#

calculate_joker ignores debuffed cards

#

And I never removed the check

onyx magnet
#

can you fix it?

vague furnace
#

Or maybe not one sec

#

Ok nvm I just screwed up the calculate function of the test joker xdd

#

Tested with this and it worked, might just be the way that your joker handles it.

vague furnace