|
 |
|
|
|
|
|
GTA Modification Forums
gmax no extraction help please
 |
|
 |
| |
RanxeroX  |
|
Wielding Many Hats

Group: Members
Joined: Jan 1, 2008


|
I think what's probably happening in your case is that you're lacking another program that's needed to get the actual data out of Gmax. Unlike Kam's scripts for 3ds-Max, his scripts for Gmax do not actually write to a file - they write to Gmax's Script Listener window in text format. See, Gmax does not really allow exporting of files. It doesn't have the functions to let scripts export data. So Kam got around it by writing to the Listener window in text format. What you need is a program that will convert the text from the Listener window into binary format. At a minimum, you need a program called 't2b.exe'. You have to run it from a commmand line and specify parameters. It'll do the necessary conversion. A better solution, and one that I used, is to look for a program/archive called 'Gta-Max'. It includes t2b.exe and adds a small utility that runs out of the taskbar tray. What it does is stay running in the background and monitors Gmax for output to its Listener window. When it sees the text 'snoopstart' and 'snoopend', it knows that a Gta-type file has been exported and will do the conversion, using t2b.exe, for you. On the rare occasion that it doesn't catch it automatically, you can right-click the Gta-Max tray icon and select 'Manual Conversion' (or something like that). So, once you get ahold of that program and unpack/install it, run it first then fire up Gmax and do your exporting. Worked pretty slick for me back in the day! Hope this helped!
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
dehman137  |
|
Player Hater

Group: Members
Joined: Apr 21, 2011

|
| QUOTE (RanxeroX @ Tuesday, Oct 4 2011, 18:58) | I think what's probably happening in your case is that you're lacking another program that's needed to get the actual data out of Gmax.
Unlike Kam's scripts for 3ds-Max, his scripts for Gmax do not actually write to a file - they write to Gmax's Script Listener window in text format. See, Gmax does not really allow exporting of files. It doesn't have the functions to let scripts export data. So Kam got around it by writing to the Listener window in text format.
What you need is a program that will convert the text from the Listener window into binary format. At a minimum, you need a program called 't2b.exe'. You have to run it from a commmand line and specify parameters. It'll do the necessary conversion.
A better solution, and one that I used, is to look for a program/archive called 'Gta-Max'. It includes t2b.exe and adds a small utility that runs out of the taskbar tray. What it does is stay running in the background and monitors Gmax for output to its Listener window. When it sees the text 'snoopstart' and 'snoopend', it knows that a Gta-type file has been exported and will do the conversion, using t2b.exe, for you. On the rare occasion that it doesn't catch it automatically, you can right-click the Gta-Max tray icon and select 'Manual Conversion' (or something like that).
So, once you get ahold of that program and unpack/install it, run it first then fire up Gmax and do your exporting. Worked pretty slick for me back in the day!
Hope this helped! | ya i have that it came with kams script i ured it and it still doesnt extract
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
dehman137  |
Posted: Wednesday, Oct 5 2011, 02:10
|
Player Hater

Group: Members
Joined: Apr 21, 2011

|
| QUOTE (dehman137 @ Tuesday, Oct 4 2011, 21:06) | | QUOTE (RanxeroX @ Tuesday, Oct 4 2011, 18:58) | I think what's probably happening in your case is that you're lacking another program that's needed to get the actual data out of Gmax.
Unlike Kam's scripts for 3ds-Max, his scripts for Gmax do not actually write to a file - they write to Gmax's Script Listener window in text format. See, Gmax does not really allow exporting of files. It doesn't have the functions to let scripts export data. So Kam got around it by writing to the Listener window in text format.
What you need is a program that will convert the text from the Listener window into binary format. At a minimum, you need a program called 't2b.exe'. You have to run it from a commmand line and specify parameters. It'll do the necessary conversion.
A better solution, and one that I used, is to look for a program/archive called 'Gta-Max'. It includes t2b.exe and adds a small utility that runs out of the taskbar tray. What it does is stay running in the background and monitors Gmax for output to its Listener window. When it sees the text 'snoopstart' and 'snoopend', it knows that a Gta-type file has been exported and will do the conversion, using t2b.exe, for you. On the rare occasion that it doesn't catch it automatically, you can right-click the Gta-Max tray icon and select 'Manual Conversion' (or something like that).
So, once you get ahold of that program and unpack/install it, run it first then fire up Gmax and do your exporting. Worked pretty slick for me back in the day!
Hope this helped! |
ya i have that it came with kams script i ured it and it still doesnt extract | wait i might have found the problem does kams tool not work with version 1.2?
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
dehman137  |
Posted: Wednesday, Oct 5 2011, 23:25
|
Player Hater

Group: Members
Joined: Apr 21, 2011

|
| QUOTE (RanxeroX @ Tuesday, Oct 4 2011, 18:58) | I think what's probably happening in your case is that you're lacking another program that's needed to get the actual data out of Gmax.
Unlike Kam's scripts for 3ds-Max, his scripts for Gmax do not actually write to a file - they write to Gmax's Script Listener window in text format. See, Gmax does not really allow exporting of files. It doesn't have the functions to let scripts export data. So Kam got around it by writing to the Listener window in text format.
What you need is a program that will convert the text from the Listener window into binary format. At a minimum, you need a program called 't2b.exe'. You have to run it from a commmand line and specify parameters. It'll do the necessary conversion.
A better solution, and one that I used, is to look for a program/archive called 'Gta-Max'. It includes t2b.exe and adds a small utility that runs out of the taskbar tray. What it does is stay running in the background and monitors Gmax for output to its Listener window. When it sees the text 'snoopstart' and 'snoopend', it knows that a Gta-type file has been exported and will do the conversion, using t2b.exe, for you. On the rare occasion that it doesn't catch it automatically, you can right-click the Gta-Max tray icon and select 'Manual Conversion' (or something like that).
So, once you get ahold of that program and unpack/install it, run it first then fire up Gmax and do your exporting. Worked pretty slick for me back in the day!
Hope this helped! | ok i see where your going i think im close to exporting it says in the read me to distribute t2b with command line like this: c:\something.txt" "something.bin by replacing something with file ofcourse but only thing is what command line is it talking about?
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
RanxeroX  |
Posted: Thursday, Oct 6 2011, 19:29
|
Wielding Many Hats

Group: Members
Joined: Jan 1, 2008


|
The 'command line' is a hold-over from the old days of Windows and DOS when commands had to be executed at a DOS prompt. It's still occasionally used by programs but it's usually done in the background so you never see it do it's thing.
To get to a DOS prompt, either open up the Start menu and look for an entry under Accessories that says 'Command Prompt' or type 'cmd.exe' into the Run or Search input boxes.
Once you're at a prompt, you have to enter the proper text to get t2b.exe to run. Usually, you type the command (t2b.exe) and follow it with the parameters it needs. In this case, it's probably something like:
> [t2b.exe path]t2b.exe [source path/name] [dest path/name]
Before any of that will even work though, you have to cut and paste all the text from the Listener window into an editor and then save the text somewhere. This becomes your source path & name.
If I were you though, I wouldn't bother with any of that and just look for 'Gta-Max' like I already suggested. It will handle all of that dirty work for you.
And if you want to know more about using DOS, please Google it!
Good luck!
PS: BTW, it's preferable that you edit a single post if you have something to add rather than triple post (with quotes to boot!). It's generally frowned upon...
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
dehman137  |
Posted: Wednesday, Aug 22 2012, 14:48
|
Player Hater

Group: Members
Joined: Apr 21, 2011

|
| QUOTE (RanxeroX @ Thursday, Oct 6 2011, 19:29) | The 'command line' is a hold-over from the old days of Windows and DOS when commands had to be executed at a DOS prompt. It's still occasionally used by programs but it's usually done in the background so you never see it do it's thing.
To get to a DOS prompt, either open up the Start menu and look for an entry under Accessories that says 'Command Prompt' or type 'cmd.exe' into the Run or Search input boxes.
Once you're at a prompt, you have to enter the proper text to get t2b.exe to run. Usually, you type the command (t2b.exe) and follow it with the parameters it needs. In this case, it's probably something like:
> [t2b.exe path]t2b.exe [source path/name] [dest path/name]
Before any of that will even work though, you have to cut and paste all the text from the Listener window into an editor and then save the text somewhere. This becomes your source path & name.
If I were you though, I wouldn't bother with any of that and just look for 'Gta-Max' like I already suggested. It will handle all of that dirty work for you.
And if you want to know more about using DOS, please Google it!
Good luck!
PS: BTW, it's preferable that you edit a single post if you have something to add rather than triple post (with quotes to boot!). It's generally frowned upon... | Well i appreciate all your help, except i still have one problem, i can only extract weapons and peds, im currently working on a model to replace the andromada, but everytime i try to export the model, it cant compile the whole model and i get this error : exception econverterror in module t2b.exe at 00006236 '=' is not a valid interger, ive tried reinstalling the scripts and even gmax, but the game can never extract any of my vehicles, any idea why this is so?
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
| |
 |
|
 |
|
|
|
|