#Wait, what?

1 messages ยท Page 1 of 1 (latest)

viral flare
#

What are you even doing to cause the extra messages to appear?

topaz drift
#

Oh, I get it. Undo construction order has been randomized?

#

Thats cursed.

cold zinc
#

@ exfret new randomizer idea just dropped

viral flare
#

somehow, exfret hasn't randomized the names yet
CCCCC has been doing this since 23/01/2026

neon agate
#

Are you fast replacing the pipes from left to right by any chance?

viral flare
celest meadow
#

I did...

viral flare
#

you did?

#

๐Ÿ‘

celest meadow
#

Have you not looked at the mod options?

viral flare
#

I haven't loaded up the mod or installed it

celest meadow
#

Well, you won't see others playing with the setting on then either (for obvious reasons ๐Ÿ˜› )

viral flare
#

mainly because I'm mostly working on my own mod right now

cold zinc
celest meadow
#

I thought so myself until someone played with that AND icons randomized and got to space and did some planet stuff before quitting

#

...on max chaos

#

@viral flare

#

Also, if you want truly unplayable there is randomized colors

viral flare
celest meadow
#

"randomly" generating isn't what a randomizer does, that's procedural generation, which admittedly does involve randomness and there is overlap, but the point of a randomizer is to shuffle the existing game without needing to create new content ad hoc

#

Basically in a nutshell I'm not good enough to make c's everywhere in the game, that's just too hard

#

Although I did manage to make a duck localization one time

viral flare
#

welcome to planet Half Diagonal Rail everyone

#

not sure why it says to me that it's nauvis, it really shouldn't be doing that

celest meadow
#

Where? In the debug?

viral flare
celest meadow
#

Yeah if it's in the debug I can't really change that lol

viral flare
#

location-name: nauvis

#

not sure why it's there at all

celest meadow
#

Seems like it's recommended that you play with this setting on

celest meadow
#

It doesn't show up without you turning on a certain debug setting

viral flare
#

I don't remember turning it on, but I'll try to see if I can turn it off

#

wait vulcanus has cliff explosive ore now

celest meadow
#

didn't it always ๐Ÿ˜‚

#

Just... in a different way

viral flare
#

even the achievements are randomized

violet bay
#

the undo queue has been... reversed

cold zinc
celest meadow
celest meadow
violet bay
#

intended no, know how i think?

#

the main mod has nothing to do with undo/redo. this is just compatibility work

viral flare
violet bay
#

actually the opposite, people keep asking 'why not do xyz' and i have to go bro no this just does one really specific thing

violet bay
#

undo_redo_stack

celest meadow
celest meadow
#

it being read-only does not mean its members are

viral flare
celest meadow
#

what's a method

celest meadow
violet bay
#

:p

#

okay so its very annoying to do but its like java programming but you only have formal getters/removers and informal setters

#

get and remove is obv

#

items hold actions and each action is one thing 'place x, remove y, etc'

#

upgrading something is represented by a place and remove action on the same item

#

to add actions to the stack you need to set the undo_index in the action when it occurs. this includes build_entity, destroy, fast replacin, etc

celest meadow
#

ye I gathered as much