#Enable current windblume event decorations

17 messages · Page 1 of 1 (latest)

unkempt dock
#

Hi, I wanted to make some fancy shots of mondstadt in windblume decorations in free camera mode, but for some reason mondstadt has always had what I think are decorations from the last windblume when I log in to my locally hosted gc server.

My game client is up to date, and I'm using the latest resources from the #resources channel.

I was fiddling with scene ID's (SceneTeleporter plugin) but can't seem to find a relevant scene. My other idea was to manually start the windblume quest, but they don't even seem to be in the gm handbook. Is there anything I can do to force the new windblume decorations, or do I have to wait for the updated resources?

uneven parcel
#

You would need the relevant scene tag to be active in your world, the quests likely won't trigger it since they aren't correctly implemented in the first place

unkempt dock
#

Ty for the info. Any guidance on how I'd go about activating said tags, or if it's even worth trying at this stage?

uneven parcel
#

Just edit src file where current scene tags are set in, it's just hardcoded, change it to what you want, build the jar, run the server with it

unkempt dock
#

Hmm, this is all pretty advanced. If I got right, I have to edit one of the .java files from the src folder in grasscutter directory, then build my own grasscutter.jar, that much sounds doable, but it's not immediately obvious to me which one of them the "current scene tags are set in", or how they would even look like

#

Any info that would point me in the right direction would be much appreciated. In the meantime I'll try to make sense of what ppl here have been saying regarding the scene tags in the past, and report back if I have any luck

uneven parcel
unkempt dock
#

So, I'm guessing I need to add a block like this with the corresponding numbers

#

Ir just append a .addSceneTagIdList(X) line to an existing block?

uneven parcel
#

add, edit, remove, whatever is needed for the tag/scene you want

#

do make sure you are writing for the correct scene as well

unkempt dock
#

K, I assume the scene id I am looking for is 3, since that's where all the overworld stuff seems to reside (I have also been successfully able switch between the dream and real sumeru tree variants by un-escaping the tags that are already there), so I assume all I need to do now is find out which scene tag number corresponds to the windblume decorations, and that's where I'm stuck. Is there a file somewhere, similar to gm handbook, that I can peruse to see the list of scene tags (hopefully with human-readable descriptions), or perhaps someone could tell me the right tag id?

unkempt dock
#

I've had some limited success with the bruteforce line, the decorations are all there, but they are overlapping with the non-windblume assets. Guess I'll have to just narrow down the range thru some trial and error, and apply only the windblume scene tag. I'll report back if if I have any success

unkempt dock
#

Got my windblume decorations fully working when I nuked all scene and tag IDs and only leth the following block in the file

#

I guess the scene tag in question is somewhere between 154 and 200, but my stuff is working so cba to find out the exact tag

#

@uneven parcel thanks for pointing me to the right file, as well as making a better cultivation fork! Absolute legend