since multiple people requested a r_fullbright tool I decided to make one.
There's not much to say about it, just start it and it will enable r_fullbright.
(It's made in C#, requires .NET Framework 4.6.1 and I didn't obfuscate it so you can look at the code if you want to )
PS: I wanted to include a virus scan and a screenshot but I am not allowed to post links. (Detection Rate: 1/54)
Great, I was trying to create one too, but failed to do so using addresses posted in another thread (no links...). Your address for r_fullbright seems different, how did you come to that address?
Originally Posted by Scoudem
Great, I was trying to create one too, but failed to do so using addresses posted in another thread (no links...). Your address for r_fullbright seems different, how did you come to that address?
The offsets from Lillilatex's thread works if you mean that one.
Originally Posted by [NEWACCOUNT]Yano
The offsets from Lillilatex's thread works if you mean that one.
EDIT: The one from Lillilatex isn't a dvar. Check out R_InitDrawMethod() for more information about it!
Thanks for making this really needed it
Originally Posted by penneltenn
Thanks for making this really needed it
Glad to hear, thank my post if you like it
Originally Posted by __Xen0
EDIT: The one from Lillilatex isn't a dvar. Check out R_InitDrawMethod() for more information about it!
What do you mean by that?
Thank you Xen0
Originally Posted by Scoudem
What do you mean by that?
In that function (R_InitDrawMethod) the variable that Lillilatex is using gets set, so I guess you could do some reversing there and maybe find out why it didn't work for you. My guess would be that you set it to 1, but if I remember correctly you have to set it to 5 or 9... (Or you just use my program :P)