elsewhat / gtav-mod-scene-director

GTA V mod for Director Mode
Other
30 stars 11 forks source link

Possibility to change key shortcuts #5

Open ersignee opened 1 year ago

ersignee commented 1 year ago

Hey, I'd like to disable some of the features for your mod like the END key to explode nearby vehicles but there is no keybind for that or other shortcuts in the .ini file. Can you add it or tell me where to change the keys? Also, the discord links in the gta5-mods.com page are expired so I can't even ask for help in the discord! Thanks!

elsewhat commented 1 year ago

Sorry, no easy way to do this.

You would have to comment out this line and rebuild the mod (which requires some setup) https://github.com/elsewhat/gtav-mod-scene-director/blob/07f7489a0db4bcacd17e9824dd0a5da4902b42a8/script.cpp#L7358

ersignee commented 1 year ago

Could you release a version of the mod without all keybinds? (commented out) or if you could explain how to rebuild the mod so I can do it myself

PS. maybe you could set a bool modifiable in the .ini to enable/disable all the shortcuts if changing them its a problem, and then instead of commenting out just include the declarations in the if (shortcuts_toggle_bool)

Michael21107 commented 2 months ago

@elsewhat