#Scaling Ante & More Ante Stakes

1 messages · Page 1 of 1 (latest)

hushed portal
#

(REQUIRES Talisman) Adds 18 simple stakes that increase ante scaling and adds more antes for more challenging gameplay. Recommended for crazy modpacks. You can change each stake's ante scaling in the AntonosStake.lua

Each Stake type has 6 stakes, with the sixth being the most powerful
https://github.com/Antonos101/Scaling-Ante-Stakes.git

GitHub

Contribute to Antonos101/Scaling-Ante-Stakes development by creating an account on GitHub.

#

🥰

wicked roost
#

You put 1x files in 2x folder

#

Also can you put all files in root of repo? It will be much appreciated

hushed portal
#

Oh damn I didn't have that problem

#

Though that it was working, gotta fix it today

hushed portal
#
  • Fixed 1x files being in 2x folder.
  • Changed name of "Antonos Stakes" to "Increased Ante Stakes" for better understanding.
  • Added 6 "More Ante Stakes" that increase the ante needed to win the game by 2.
  • Added 6 "Crazy Stakes" that are a combination of More Ante Stakes and Increased Ante Stakes for more challenging gameplay.
  • Removed 5 stakes from the Increased Ante Stakes so that each type of stake is 6, with the sixth being the most powerful.
  • Updated the stakes description for better understanding of what they do.
#

Scaling Ante & More Ante Stakes

wicked roost
#

I am looking forward to add the mod, but I wish the file structure can be modified a bit

hushed portal
#

Thank you for showing interest

#

This is my first mod so I don't really know what I am doing 🫠

wicked roost
#

I am simply suggesting you should not nest the files inside another folder 📁

#

Because lovely patches are going to be a pain when we doing git stuff

#

Also wow it's your 5th day joining the discord and already a mod! Awesome

hollow sorrel
#

jimbo..... i remember you're balatros......

wicked roost
hushed portal
#

Yeah I should have made it more creative but didn't have any ideas

#

Probably should have made him with a frown or something

hushed portal
wicked roost
#

Simply put all essential files directly inside repo

#

Alongside readme

#

So your repo should just look like this, not in a AntonosStakes_main folder

hushed portal
#

So :
AntonosStakes_main/repo/all essential files (files in the screen shot)

wicked roost
#

Ye

hushed portal
#

Okay

#

What does repo exactly mean? What does it change

wicked roost
#

Isn't it renamed to scaling ante stakes

wicked roost
#

Namely, the root directory of your project

hushed portal
#

Oh okay

wicked roost
#

If you still not sure what to do, I can make a PR for you to merge (if that's necessary)

hushed portal
hushed portal
wicked roost
#

Okay

#

I'll still do a PR and let you know, it's not necessary for you, but it will be better managed for me

hushed portal
#

Well okay

#

I wouldn't mind a little bit of tinkering

dusty ravine
#

Basically the reason, if Dim didn't explain is that when a mod is in a modpack, the repo becomes a folder in it, and if the files are nested, then that'd make the mod nested

#

and it wouldn't work

hushed portal
#

Thanks for explaining

wicked roost
#

Mostly because of lovely patches being dicks

dusty ravine
#

indeed

hushed portal
#

So how does this PR stuff work? Should I accept something?

dusty ravine
#

you shoulda got a notif

hushed portal
#

Okay

hushed portal
#

Thanks for the honest work

nova hornet
hushed portal
#

For More Ante Stakes?

nova hornet
#

The increased ante stakes

hushed portal
#

It's additive as this line of code suggests:
G.GAME.modifiers.scaling = (G.GAME.modifiers.scaling or 1) + 1

So if we are on ante 2 with the game modifier scaling + 1, the required chips will be 900, 1350, 1800 rather than 800 and 1200.

green kite
#
G.GAME.modifiers.scaling = (G.GAME.modifiers.scaling or 1) + 1
```(a little easier to read than plain text)
hushed portal
#

In other words: + 1 = 12.5% so 12.5% of 800 = 100 -> 100+800 = 900

nova hornet
#

Yeah but like on the 3rd or 4th stake what happens

wicked roost
#

Also I think your latest release should be v0.9.1 not v9.1

hushed portal
# nova hornet Yeah but like on the 3rd or 4th stake what happens

So the 3rd and 4th stakes are green and black, the green stake increases the ante scaling by 25% and applies the previous stakes that are the white stake (which gives 12.5% increased ante scaling) and the red stake (which gives 12.5% increased ante scaling). So now we have 12.5% (white stake) + 12.5% (red stake) + 25% (green stake) = 50% increased ante scaling making the blinds on ante 2 have 1200, 1800, 2400 (boss blind).

50% of 800 (800 being the base chips required without stakes) = 400 -> 400+800 = 1200
50% of 1200 = 600 -> 600+1200 = 1800
50% of 1600 = 800 -> 800+1600 = 2400

The black stake gives increased 25% scaling but with the other stakes applied (white, red and green) it goes to 75% increased ante scaling.

Tell me If I something confuses you...

hushed portal
cinder marlin
#

Would also suggest removing that lovely folder from your repo that isn’t doing anything for your mod, it might cause some issues if using this and crimstakes

hushed portal
#

Okay

#

Does anyone know how to fix this? It says that It applies the red stake while it doesn't, the blind still gives money

#

I don't want it to show that it applies the normal red stake, it should rather show that it applies the more ante white stake and red stake

stiff pier
#

dang wish this mod worked

amber glen
#

all you have to do is remove the talisman dependency and version line from the lua file tbh

stiff pier
#

Oh real? Thanks

crystal scroll
wicked roost