Freakler / CheatDeviceRemastered

A Cheat Device for Grand Theft Auto Liberty & Vice City Stories for PlayStation Portable
62 stars 12 forks source link

Feature request: balloons on minimap for VCS #6

Open pmsobrado opened 1 year ago

pmsobrado commented 1 year ago

Could this be implemented, just list hidden packages can be shown in minimap on LCS?

Thanks!

Freakler commented 1 year ago

It is and has been on the todo list for a long time. Balloons are handled by the script afair so it is the perfect candidate for a userscript and the reason why I haven't looked into it yet. Someone just has to do it

So yes, it is possible of course!

Freakler commented 1 year ago

I'll leave this open. But everyone is welcome to join the Discord for discussion and help!

pmsobrado commented 1 year ago

Great, thanks!

danssmnt commented 8 months ago

This probably can be implemented as an userscript. There's an opcode for marking icons on minimap.

LCS: 02AD: add_sprite_blip_for_coord 1@ 2@ 3@ sprite 4@ store_to 5@ 1@, 2@ and 3@ are X, Y, Z (coordinates) 4@ is the sprite 5@ is where is the blip gonna be stored

VCS is the same but opcode is 00C6.

pmsobrado commented 8 months ago

You mean manually adding each balloon coordinate? I was thinking of a more automatic/automated way...