Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

wandererer

14
Posts
2
Followers
208
Following
A member registered Mar 24, 2020 · View creator page →

Recent community posts

(1 edit)

Unsolicited feedback incoming:

Hey boss I noticed you've got a few lines of if has_token_stack(buffer, -x) to try and individually catch a bunch of possible cases.

There's an inbuilt thing already that can to do that (under ScriptsConditional>Combat): has_above_token_stack( TOKEN, int ).
So to clear a token with negative stacks, just slap a "not" in front of it:

  • if not has_above_token_stack(buffer,0):
    • clear_tokens(buffer)

Protip if you're using "not has_above_token_stack(0)" you might want to specify  -1 stacks instead of 0 stacks. Otherwise it will "clear" a stack of 0 tokens. Not a massive performance improvement by itself, but it's the principle of the thing. 

Also the has_wearable() condition can check multiple items so has_wearable(earrings_health_3,earrings_health_4) would probably save a cycle or two. But mostly it's much easier to read  in the UI when playing.

(This ain't a criticism or anything it's just a PSA cause I've been editing a mod with a lot of conditions and when using the brainwashing earrings that autoplays your turns the >15s laaaag vs Sandtrap mid-turn when checking/upgrading hundreds of cards before it continued playing gives me PTSD. The smaller the number of checks and scripts that end up actually running, the better.)

If it takes you this long to "finish" I'd recommend seeing a doctor. I'm starting to worry for you :/

but who is kissing? there's nobody here

Astute as ever, my dear Watson.

Now that's meta...

too steamy for google docs

not even just a little? :3

so, no head?

(2 edits)
Socialism is when the government does stuff. And it's more socialism the more stuff it does. And if it does a real lot of stuff... it's communism.

- Richard Wolff [jokingly explaining the difference between socialism and communism]

very carefully

This really says a lot about socioeconomic mobility in South Korea (and elsewhere). Now we eagerly wait for the sequel, in which we attempt to locate and anlayse The Goldest Spoon in the same manner. What interesting parallels can be drawn :D

Fntastic mod. Nice to finally experience it as the devs intended.