Search found 4 matches

by Word of Wind
28 Aug 2019, 21:29
Forum: Modding forum
Topic: Chaos% mod project
Replies: 12
Views: 26301

Re: Chaos% mod project

One of the effects I'm having in my chaos% mod is turning off framelimiter temporarily, however there seems to be an issue with it. Turning it off and on worked fine on my laptop, however when I tried it again on my normal PC, the game screen would freeze when turning frame limiter back on. This ...
by Word of Wind
21 Aug 2019, 21:48
Forum: Modding forum
Topic: Chaos% mod project
Replies: 12
Views: 26301

Re: Chaos% mod project

I forgot to post this but I was indeed looking for the debug addresses and found plenty of them just by testing a lot of stuff. There are still some missing that I didnt figure out but heres what I got:

5EAD55 = show counters (some useful)
5EAD59 = skip left textures
5EAD5B = no traffic car spawns ...
by Word of Wind
14 Aug 2019, 09:50
Forum: Modding forum
Topic: Chaos% mod project
Replies: 12
Views: 26301

Re: Chaos% mod project

//show ped and car ID
COUNTER showpedid = 6204833
COUNTER one = 1
CHANGE_GANG_CHAR_RESPECT (showpedid, one, 111)

That's one of the debug registry keys, so the others are probably near there.

I tried it and it indeed works. However I'm not really genius on how to find the other addresses, so if ...
by Word of Wind
08 Aug 2019, 11:34
Forum: Modding forum
Topic: Chaos% mod project
Replies: 12
Views: 26301

Chaos% mod project

Hello.

I'm currently on a project to create chaos% mod for GTA2. For those who don't know what Chaos% is in general, its a "common" mod among GTA speedrunners where the game will trigger random effects and events during the speedrun attempt. Here's an example that was made for Vice city: https ...