ModdingCan a mod trainer be created for Zwift?
Posted:
ModdingCan a mod trainer be created for Zwift?Posted:
Status: Offline
Joined: Apr 11, 20213Year Member
Posts: 1
Reputation Power: 0
I want to write mods for the PC version of Zwift
Zwift is an indoor cycling MMO game with 10's of thousands of users. I'm not new to modding. Search MoMadenU GTAV mods to see my suff Here's what I know so far:
* Almost all DLLs it loads except for sensors for Ant+ come from system32 * It is multi-threaded. Threads manage the multiplayer aspects. * I froze all threads except the main and sound threads and not only did the game not crash, I could still ride my bike, and I had the whole map to myself! Interesting, but not for what I want to do * It uses openGL for drawing * It dynamically streams in texture and sound files What I want to do: I want to be able to change and enhance the dashboard aspect of the UI I can probably use the main window handle to get the drawing context and draw stuff on the main screen, but that is not enough. I need an api to do things like get player route, ride time, distance, location etc. I know GTAV uses a DLL hook to get to the game scripting api. I believe there is some hash magic that yields the entry points into the running game. I honestly don't know how all that works.. Hard questions:
* Is it indeed the goal to get method entry points within the exe that can be called from a DLL you provide? * Is there a frame update() hook to be had like there is in any other game? Any help/wisdom would be much appreciated. -Mo . |
#2. Posted:
Status: Offline
Joined: Apr 23, 201113Year Member
Posts: 18,251
Reputation Power: 18482
Motto: JOKES UP !
Motto: JOKES UP !
Status: Offline
Joined: Apr 23, 201113Year Member
Posts: 18,251
Reputation Power: 18482
Motto: JOKES UP !
im sure it can i mean you on pc but might have to create the stuff you want yourself |
- 0useful
- 0not useful
Users browsing this topic: None