Arthur

Results 7 comments of Arthur

> > Hi [@ShinyWasabi](https://github.com/ShinyWasabi) [@maybegreat48](https://github.com/maybegreat48) . Is it a good thing if we can add a button `Save Changes to this PV` when its a pv? Its weird that people...

`Global_1887305[PLAYER::PLAYER_ID() /*610*/].f_10.f_32` This global can be used to start any freemode mission by their FMMC ID (0-340). Use value 314 for UFO abduction, and 340 for Pizza Work.

> Do you happen to have a list of all FHMC ids & what they correlate to handy? Googlefu failed. Yes, I'll make a script for this.

Why not just use a JSON or something?

> I recall this caused issues with unlocks Yeah, that's why I came up with this solution here: https://github.com/YimMenu-Lua/RankEditor/blob/main/rank_editor.lua However, when you input a very high rank, the game ends...

I've just looked into this a bit. The game gets the data for news card from `https://prod.cloud.rockstargames.com/global/sc/news/[news_key]/[language].json`. Which has a structure like this: ```json { "types": [ "transition" ], "date":...

> It shouldn't add too much bloat, we already have code for searching script patterns: https://github.com/YimMenu/YimMenuV2/blob/enhanced/src/game/gta/ScriptPointer.cpp I honestly think this is a better approach then hard coding global indexes, because...