Nenkai / Grimoire

Work-In-Progress Custom Gran Turismo 5 & 6 Custom Server.
MIT License
21 stars 0 forks source link

Will there be (atleast limited) support for the Track Path Editor? #3

Open Foxlum opened 2 years ago

Foxlum commented 2 years ago

I believe it was a server side system, unsure if its possible to recreate that part of the server, (not sure if packet data was recorded from it) and use with a patched apk or something.

mcrisostomo commented 2 years ago

Great question!

Nenkai commented 2 years ago

The app first connected to the PSN in order to get the profile to upload the tracks to, then connect to an api that the GT6 server exposed. In theory this can all be supported by editing the app, but to be honest i'm not sure it is worth the time. I've created a patched app that can save the tracks into files, so as long as a way to authenticate outside of the game is created (for instance linking your discord account to an official discord bot) you could be able to directly upload these files to it, which will then be uploaded on the server so that you can then play them ingame.

Currently the custom server already supports playing custom tracks. Just not uploading them as that's tricky to do.