#WIP — Scribbled — A mod that adds “scribbled” (weaker, but more common) versions of jokers

1 messages · Page 1 of 1 (latest)

slim terrace
#

I’m making this mod, any suggestions?

tepid hornet
#

scribbled perkeo creates nonnegative copies

#

scribbled h. chad retriggers the first two cards once

slim terrace
#

so far i’m working on adding just the regular jokers, and then scribblifying them

#

that’s what I have so far

slim terrace
tepid hornet
#

scribbled stencil doesn't count itself as an empty slot

#

scribbled driver's license requires you to instead score 16 enhanced cards in the round to get the mult

dreamy oar
#

What's the benefit to having scribbled jokers instead of normal jokers?

tepid hornet
#

what's the benefit of having Joker over Abstract Joker?

tepid hornet
#

true

slim terrace
slim terrace
#

should I keep it pixelly?

amber perch
#

Hi

slim terrace
#

hi

#

so I have a shader that im trying to apply to an edition, but i dont know how lol

amber perch
#

sure! The first step is make sure the shader doesn't crash. Install debug plus and then use shaders watch Mods/pathTo/yourshader.fs

#

It will apply the shader to a single Jimbo joker and you can change it in real time. It is amazing

slim terrace
#

I did that, it dodnt crash, BUT the shader didnt apply either

amber perch
#

Well that's good! Did it pop up any errors in the terminal /console?

slim terrace
#

now its doing this

amber perch
#

ah, ok!

#

You must have an extern at the top of your shader file. It must be the name of your shader file. Then you must use it's x, y or r value within the main shader effect at all

slim terrace
#

its mostly blueprint mod's brainstorm shader with a few values tweaked

amber perch
#

I think the shader needs to have a method called effect

#

You are more hardcore than me, I only modified from the original shaders, I didn't write one from scratch

slim terrace
slim terrace
#

i just changed the color values mostly

amber perch
#

Ok for example, I have a shader called akashic.fs, it also defines itself in the extern declarations at the top of the shader.

extern MY_HIGHP_OR_MEDIUMP vec2 akashic;

#

If I comment out that line, it crashes.

slim terrace
#

so what do I need to change? just add extern MY_HIGHP_OR_MEDIUMP vec2 scribbled

#

?

amber perch
#

yep, do that and then make sure you also reference that variable in the effect method

#

you can do something like factor = 1.0 + scribbled.y;

slim terrace
#

oof lol

#

add local factor?

amber perch
#

sorry, just pick and int in your effect and add + scribbled.y or .r to it

#

I saw factor in your screenshot, but I was looking at the wrong section of code, it's not a var you use in your effect method

slim terrace
#

better?

amber perch
#

Isn't it called scrribled?

slim terrace
#

scribbled

amber perch
#

That's odd...if you paste your whole shader code over I can try and take a look 🙂

slim terrace
#

thanks!

#

in the meantime ill use chatgpt too lol

amber perch
#

I don't have any idea what's wrong. This honestly looks super weird and not like any shader I've seen

slim terrace
#

look at the blueprint mod, its similar\

amber perch
#

Not to be mean, it just looks very different.

slim terrace
#

ill try rebuilding it from smth else

amber perch
#

Wow this mod is a hilarious idea

slim terrace
#

thx lol

amber perch
#

I just noticed the description

#

RNA - "copies a random card" lol

slim terrace
#

thats actually such a good idea lol

#

i might steal that

amber perch
#

So! The Brainstorm shader also does not work from master, I just downloaded it and it has the same error

slim terrace
#

ahh

#

that makes sense

amber perch
#

sorry man.

slim terrace
#

im trying to build it from a cryptid shader

amber perch
#

You can look at mine, they all work! I am a professional programmer but...uh...not a pro shader programmer. These things are freaky

slim terrace
#

lol

amber perch
slim terrace
#

im just a guy in comp. Sci. class, so I have next-to-no clue what im doing

amber perch
#

can't be worse than my cooworkers

slim terrace
amber perch
#

Wait till you see how it doesn't work

slim terrace
#

lol

amber perch
#

I have a ton of shaders you can look at. As far as I know you have to copy over the boilerplate 'dissovle_mask' funtion and all of that. I found if I left out anything, the shader's would not work

slim terrace
#

ill look, thanks for helping me!

amber perch
#

sure!

amber perch
slim terrace
#

lol

amber perch
#

Pick two cards, changes one of them into the other 'Scribbled Death'

slim terrace
#

like, randomly?

#

thats awesome

amber perch
#

Yes! It's a worse version, right?

slim terrace
#

but not too awful either

amber perch
#

How about this take on the 'set three cards to a certain house'

Scribble House - 'Sets all three cards to a random house'

So if you had Club, heart, diamond, it would randomly pick one of the three houses and set them all to that

slim terrace
#

ooh

#

once i get vanilla working, ill add compatability with your mod first 🙂

#

imma head to bed, gn!