Off Topic > Off Topic
Have you hacked a game before?
mod-man:
--- Quote from: SUSHI on September 17, 2017, 08:18:54 PM ---
That's hilarious. I always wanted to try and get some Perfect Dark maps loaded into blockland, but at the time I had no idea how I would even pull that off. *cries*
--- End quote ---
i cant remember the name of it, but i used to have this program that essentially acted as a printscreen function for directx. you could literally copy any scene from anything that used directx to display itself, and then save it to any standard modeling format. i used it to rip animal crossing and soul caliber assets all the time, and it worked so well. the rips where clean and all my models looked just like they did in-game
if anyone knows what im talking about hit me up with the name again. id love to use it again
SUSHI:
--- Quote from: mod-man on September 19, 2017, 05:50:10 PM ---i cant remember the name of it, but i used to have this program that essentially acted as a printscreen function for directx. you could literally copy any scene from anything that used directx to display itself, and then save it to any standard modeling format. i used it to rip animal crossing and soul caliber assets all the time, and it worked so well. the rips where clean and all my models looked just like they did in-game
if anyone knows what im talking about hit me up with the name again. id love to use it again
--- End quote ---
Ninja Ripper or 3D Ripper DX
FelipeO_O_:
I havent done any hacking in my life.
Just corruptions 'cause i was a kid what just didnt understand hexadecimal stuff.
But i pretend to
Headcrab Zombie:
--- Quote from: Shift Kitty on September 19, 2017, 04:51:16 PM ---Yeah servers eventually started to force users to have RenGuard.
What bothered me about RenGuard is that for about the first half of the time I spent playing Renegade, big head models were not considered cheating despite the rest of the community wanting it gone. Getting headshot from behind a big rock was never fun.
--- End quote ---
Are you sure?
I swear I remember using cosmetic skins and Renguard wouldn't let me
Juncoph:
--- Quote from: FelipeO_O_ on September 19, 2017, 06:57:37 PM ---Just corruptions 'cause i was a kid what just didnt understand hexadecimal stuff.
But i pretend to
--- End quote ---
hex=base10=binary
0=0=0
1=1=1
2=2=10
3=3=11
4=4=100
5=5=101
6=6=110
7=7=111
8=8=1000
9=9=1001
a=10=1010
b=11=1011
c=12=1100
d=13=1101
e=14=1110
f=15=1111
10=16=10000
11=17=10001
12=18=10010
13=19=10011
14=20=10100
15=21=10101
16=22=10110
17=23=10111
18=24=11000
19=25=11001
1a=26=11010
1b=27=11011
1c=28=11100
1d=29=11101
1e=30=11110
1f=31=11111
20=32=100000
etc
it's just a base 15 number system instead of the standard base 10 we're so used to
edit: added binary for the sake of number scale comparison (binary being base 2, of course)