How to CREATE A.......?

Discuss thug2 modding, post your own, share your ideas, ask questions.
omglol
Posts: 12
Joined: Fri Dec 25, 2009 7:28 pm
Contact:

How to CREATE A.......?

Postby omglol » Fri Jan 22, 2010 2:06 am

How are you supposed to create:

BBCAS
A TRAINER w/ perfect rail/manual balance
Mods

I Have all modding tools (CT Hex Editor De/Compiler) but i dont know how ti use it to make mods and stuff



Thanks!
:D


4 Any1 who needs a De/Compiler,
HERE YA GO!!!!!!!!!!!
Attachments
Decompiler & Compiler.rar
A De/Compiler
(29.45 KiB) Downloaded 569 times
Eraser
Site Admin
Posts: 911
Joined: Tue Apr 21, 2009 4:42 pm
Location: Lithuania
Contact:

Re: How to CREATE A.......?

Postby Eraser » Sat Jan 23, 2010 11:59 pm

How to cheat a bbcas.. I don't think anyone knows in here.

How to create a trainer using cheat engine... I was trying to explain how but it will take some time to explain, might explain you tomorrow.

As for modding thug2, be specific what you want. If you want to learn mod yourself, you can put the decompiler/compiler (qblauncher/explorer) in
"D:\games\Tony Hawk's Underground 2\Game\Data\scripts\game\skater"

and choose airtrick.qb for example, decompile it, edit text file that you get when decompiled. You can start reading the script and try to understand how it work, for starters, you can edit tricks names (only air, because it's airtricks.qb) and scores, but editing scores is something more than just adding a number in there, you'll also need a hex value of that number)

Use this tutorial from THPS3, it's pretty much the same for thug2:







Now to edit a trick in thps3 download qb explorer:
http://thps-mods.com/download/click.php?id=37

Put these 2 files in D:\Games\Thps3\Data\Scripts

Open QbLauncher.exe and select airtricks.qb and decompile it. Look at the same folder for AirTricks.txt file and open it

Look for:

Code: Select all

$Params$ = :s{$Name$ = %sc(8,"Kickflip")$Score$ = %i(100,00000064)$Anim$ = $Kickflip$$Nollie$ = $NollieKickflip$$ExtraTricks$ = $KickflipExtras$:s}:s}


Code: Select all

%sc(8,"Kickflip")

You can edit the name of the kickflip trick

Code: Select all

$Score$ = %i(100,00000064)

Edit the score of the kickflip. NOTE When you change the 100 to lets say 50000, look at this place: %i(100,00000064)
It's a hex code of the number, use http://www.permadi.com/tutorial/numConvJs/index.html to convert from decimal to hex (type 50000 in decimal field and you'll get a hex value that you must put into %i(100,00000064) so it will be like %i(50000,0000C350)

Now save the .txt file and use the QbExplorer to compile the file. Rename the file from airtricks.txt.qb to airtricks.qb
dennis344
Posts: 18
Joined: Sat Mar 27, 2010 8:27 am
Contact:

Re: How to CREATE A.......?

Postby dennis344 » Sat Mar 12, 2011 7:24 am

@eraser
when using that decompiler
I decompile ex. gamemenu
Its blank in txt and theres no qbi and all that.
Know how to fix it?

Return to “THUG2 modding”

Who is online

Users browsing this forum: No registered users and 18 guests