iAndyHD3 / WSLiveEditor

websocket server to interact with the geometry dash editor
5 stars 6 forks source link

[HELP] How can I link key frame object ? #10

Closed tbvns closed 6 months ago

tbvns commented 6 months ago

I want to make some object move with keyframes, but I can't figure out how to link two keyframes with this mod.

Is there something special I need to do ?

iAndyHD3 commented 6 months ago

this mod does not really do anything special, it just takes object strings and creates them using gd functions. the format of the string is exactly the same as when the level is saved to a string. i suggest you take a look at the uncompressed string of your level

tbvns commented 6 months ago

this mod does not really do anything special, it just takes object strings and creates them using gd functions. the format of the string is exactly the same as when the level is saved to a string. i suggest you take a look at the uncompressed string of your level

Is there a tool to see that ?

Edit: I found how to get the level string, it is supposed to be encrypted in base64 but when I try to decide it, it just gives me garbage.

Geming400 commented 5 months ago

@tbvns You could look at this: https://wyliemaster.github.io/gddocs/#/topics/encryption/robtop-cipher

And also maybe this: https://wyliemaster.github.io/gddocs/#/topics/localfiles_encrypt_decrypt

tbvns commented 5 months ago

Yea I asked the guy that made the website with all the new objects strings if he could find it and he said yes, now this is on the websites

Edit: I'm talking about https://flowvix.github.io/gd-info-explorer/