[1.9.2] GT5 Master Mod

  • Thread starter Thread starter Nenkai
  • 524 comments
  • 415,980 views
No, it shouldn't. As long as you use tracks that work with pit stops. Which is most of them to be fair. You'd have to trial and error it or see if there's a list to check if a race is on a track where put stops don't or won't work.
Hi there, I hope you're doing well. I've been looking into modifying events, but unfortunately I'm a bit lost; the instructions aren't very clear. Did he make the changes via FTP? Because he doesn't explain how to access the folder. Textdata/gt5/bspec_event
 
To modify events you need to open the extracted files on a PC or Mac (ideally) and you can modify the files in a couple of ways. Have you got the extracted files on a PC? You need to have used GTTOOLSHARP from command prompt.
 
To modify events you need to open the extracted files on a PC or Mac (ideally) and you can modify the files in a couple of ways. Have you got the extracted files on a PC?
I only have the mod files, but that's not a problem if I need to copy or transfer the files via FTP to the computer.
 
I only have the mod files, but that's not a problem if I need to copy or transfer the files via FTP to the computer.
Yes, you need to copy them to a computer first and the use GTTOOLSHARP to extract them. Then once extracted, you can modify the events to your hearts desire. You do need to repack them again with GTTOOLSHARP once you're done. What I'd always recommend is keeping the original files saved as a backup in case you break something. Happens to the best of us.

When I'm modding I do it bit by bit, check it works, then a bit more, check it works etc. I always save the original files and the last couple of versions of my mod so I can step back if I need to.

You can download GTTOOLSHARP and find some instructions here: https://nenkai.github.io/gt-modding-hub/ps3/basics/volume_system/#understanding-pdipfs

You need to run command prompt from the folder the GTTOOLSHARP.exe is located in, not from your desktop.
 
Last edited:
Yes, you need to copy them to a computer first and the use GTTOOLSHARP to extract them. Then once extracted, you can modify the events to your hearts desire. You do need to repack them again with GTTOOLSHARP once you're done. What I'd always recommend is keeping the original files saved as a backup in case you break something. Happens to the best of us.

When I'm modding I do it bit by bit, check it works, then a bit more, check it works etc. I always save the original files and the last couple of versions of my mod so I can step back if I need to.

You can download GTTOOLSHARP and find some instructions here: https://nenkai.github.io/gt-modding-hub/ps3/basics/volume_system/#understanding-pdipfs

You need to run command prompt from the folder the GTTOOLSHARP.exe is located in, not from your desktop.
No worries, I'll transfer everything; it'll take a little while. We agree we are talking about the files located in game/bces00569
 
I think I'm ultimately too bad at this to succeed; I can't decompress and I don't understand how to use the command prompt as requested. after looking at the beginner's help, gttool is in a folder on my desktop. Path: bureau/decompression gt5/win-x64, I have tried rereading the page provided for cmd usage help several times, or I don't know if I'm formulating the path incorrectly.
 

Attachments

  • IMG_20260507_032617.webp
    IMG_20260507_032617.webp
    195.3 KB · Views: 1
  • IMG_20260507_032615.webp
    IMG_20260507_032615.webp
    188.6 KB · Views: 1
Last edited:
I think I'm ultimately too bad at this to succeed; I can't decompress and I don't understand how to use the command prompt as requested.Even after looking at the beginner's help, gttool is in a folder on my desktop. Path: bureau/decompression gt5/win-x64, I haven't tried rereading the page provided for cmd usage help several times, or I don't know if I'm formulating the path incorrectly.
I think I've managed to open the command prompt in the folder, but I still feel like I'm doing it wrong. Maybe I misunderstood something, but copy and paste the command as requested. If you see anything that's done incorrectly, please let me know, as I'm not used to using the command prompt.
 

Attachments

  • 17781181161636473261833457118823.webp
    17781181161636473261833457118823.webp
    108.2 KB · Views: 1
Quick tip: If you press PrtSc on your keyboard, it will make a screenshot of what’s on your computer screen. Once you press it, just click “paste” here. It will offer us a much better look at what’s on your screen.

Another tip: When you upload a picture, you can insert into your post so it’s easier to see too.
 
Quick tip: If you press PrtSc on your keyboard, it will make a screenshot of what’s on your computer screen. Once you press it, just click “paste” here. It will offer us a much better look at what’s on your screen.

Another tip: When you upload a picture, you can insert into your post so it’s easier to see too.
It's true that I could have done it directly from the PC, thanks for the tip 😉
 
Ok @Motorsport-e3 , you seem most of the way there. I've just checked how I've done this before as I've not done it for a few months and the way I do it, I save the original PDIPFS folder in the same folder with GTTOOLSHARP. I renamed the PDIFPS folder PDIPFS_ORIGINAL (you can't leave have spaces in the folder names IIRC) so one thing that might be causing trouble is the folder "decompression gt5" but not 100% sure on that.

Also, the path seems incorrect you seem to be missing the first part of the command line. For example, mine is also on the desktop but the path to my folder is: GTToolsSharp unpack -i C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GTToolsSharp.exe\PDIPFS -o C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GT6_1.22\PDIPFS

Just to make sure you're getting it right, to run CDM from the folder you go into the folder where gttoolsharp.exe is located and type in "CMD" here:

1778135452196.webp


Then from CMD you insert your command to unpack the file.

You only type the input command once you are ready to re-pack, the file path should again follow the same format where it directs to the unpacked file location on your hard drive and includes the initial part of the command line.

So the input command should start: GTToolsSharp pack -i PDIPFS -p C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GT6_1.22\PDIPFS -o C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\New

That should run the unpacking and repacking commands correctly which depending on how many files you are extracting can take a few minutes, and then the extracted (or repacked) folders will appear where you've requested them to appear.
 
Last edited:
Ok @Motorsport-e3 , you seem most of the way there. I've just checked how I've done this before as I've not done it for a few months and the way I do it, I save the original PDIPFS folder in the same folder with GTTOOLSHARP. I renamed he PDIFPS folder PDIPFS_ORIGINAL (you can't leave have spaces in the folder names IIRC) so one thing that might be causing trouble is the folder "decompression gt5" but not 100% sure on that.

Also, the path seems incorrect you seem to be missing the first part of the command line. For example, mine is also on the desktop but the path to my folder is: GTToolsSharp unpack -i C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GTToolsSharp.exe\PDIPFS -o C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GT6_1.22\PDIPFS

You need to direct it to the desktop location on your hard drive.

Just to make sure you're getting it right, to run CDM from the folder you go into the folder where gttoolsharp.exe is located and type in "CMD" here:

View attachment 1535141

Then from CMD you insert your command to unpack the file.

You only type the input command once you are ready to re-pack, the file path should again follow the same format where it directs to the unpacked file location on your hard drive and includes the initial part of the command line.

So the input command should start: GTToolsSharp pack -i PDIPFS -p C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GT6_1.22\PDIPFS -o C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\New

That should run the unpacking and repacking commands correctly which depending on how many files you are extracting can take a few minutes, and then the extracted (or repacked) folders will appear where you've requested them to appear.
Thank you for this very detailed explanation, after several attempts it finally told me that I was missing dotnet 9.0.15 so I installed it, It alerted me to this in the CMD. But thanks to your last message, I think I'll finally be able to unwind. I'll keep you posted, I'm going to reorganize my files pretty much like yours, and I think that should work. Thanks again, you're awesome! 👍👍
 
Last edited:
Ok @Motorsport-e3, tu es presque au but. Je viens de vérifier comment je faisais auparavant, car je ne l'ai pas fait depuis quelques mois. Ma méthode consiste à sauvegarder le dossier PDIPFS d'origine dans le même dossier que GTTOOLSHARP. Je renomme ensuite ce dossier PDIPFS en PDIPFS_ORIGINAL (il me semble qu'il ne faut pas laisser d'espaces dans les noms de dossiers). Le problème pourrait venir du dossier « decompression gt5 », mais je n'en suis pas certain à 100 %.

De plus, le chemin d'accès semble incorrect ; il manque apparemment la première partie de la ligne de commande. Par exemple, mon dossier se trouve également sur le bureau, mais son chemin d'accès est : GTToolsSharp unpack -i C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GTToolsSharp.exe\PDIPFS -o C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GT6_1.22\PDIPFS

Pour être sûr que vous avez bien compris, pour exécuter CDM depuis le dossier, accédez au dossier où se trouve gttoolsharp.exe et tapez « CMD » ici :

View attachment 1535141

Ensuite, depuis l'invite de commandes, vous insérez votre commande pour décompresser le fichier.

Vous ne saisissez la commande d'entrée que lorsque vous êtes prêt à recompresser ; le chemin d'accès au fichier doit à nouveau respecter le même format, en pointant vers l'emplacement du fichier décompressé sur votre disque dur et en incluant la partie initiale de la ligne de commande.

La commande d'entrée devrait donc commencer par : GTToolsSharp pack -i PDIPFS -p C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GT6_1.22\PDIPFS -o C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\New

Cela devrait exécuter correctement les commandes de décompression et de recompression, ce qui peut prendre quelques minutes selon le nombre de fichiers extraits, puis les dossiers extraits (ou recompressés) apparaîtront à l'endroit où vous avez demandé qu'ils apparaissent.
Je pense être proche du but ; j'ai effectué les modifications comme vous me l'avez conseillé, mais il semblerait qu'il manque des fichiers dans mon dossier pdipfs. Pourtant, après vérification, j'ai bien le dossier pdipfs complet.
1778186095795.webp

1778186170390.webp
 
Je pense être proche du but ; j'ai effectué les modifications comme vous me l'avez conseillé, mais il semblerait qu'il manque des fichiers dans mon dossier pdipfs. Pourtant, après vérification, j'ai bien le dossier pdipfs complet.
View attachment 1535283
View attachment 1535284
Can you post in English, I can translate, but it's an English language forum 👍.

I looks like you have the wrong files. You need to extract either the PDIPFS folder from the mod download only (but that will only have the modded files) or the full PDIPFS folder from the game directory on your PS3. So you should copy either of those over to your chosen location to unpack from. However, just to repeat, it works for me with the PDIPFS folder (the packed one you want to unpack) in the same folder where the gtoolsharp.exe is located. It didn't work for me otherwise.

The command I used appears to be different in structure to yours in a couple of ways I've highlighted red "GTToolsSharp unpack -i C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GTToolsSharp.exe\PDIPFS -o C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GT6_1.22\PDIPFS"

Note, the folder gttoolsharp.exe is in for me is called GTToolsSharp.exe and the PDIPFS folder is placed in that.

1778189843363.webp


Inside the full games not yet unpacked PDIPFS folder there should be load sof files (this is GT6 but it's like this for GT5).

1778189930680.webp


The mod files only have two files:

1778189980021.webp


Either of the mod only or full game should unpack successful if in the correct location and with the right command.
 

Attachments

  • 1778189916504.webp
    1778189916504.webp
    33.3 KB · Views: 0
Can you post in English, I can translate, but it's an English language forum 👍.

I looks like you have the wrong files. You need to extract either the PDIPFS folder from the mod download only (but that will only have the modded files) or the full PDIPFS folder from the game directory on your PS3. So you should copy either of those over to your chosen location to unpack from. However, just to repeat, it works for me with the PDIPFS folder (the packed one you want to unpack) in the same folder where the gtoolsharp.exe is located. It didn't work for me otherwise.

The command I used appears to be different in structure to yours in a couple of ways I've highlighted red "GTToolsSharp unpack -i C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GTToolsSharp.exe\PDIPFS -o C:\Users\davea\Desktop\GT6_Modding\GT6_v1.22_Modding\GT6_1.22\PDIPFS"

Note, the folder gttoolsharp.exe is in for me is called GTToolsSharp.exe and the PDIPFS folder is placed in that.

View attachment 1535295

Inside the full games not yet unpacked PDIPFS folder there should be load sof files (this is GT6 but it's like this for GT5).

View attachment 1535297

The mod files only have two files:

View attachment 1535298

Either of the mod only or full game should unpack successful if in the correct location and with the right command.
Excuse me, yes, I think it's my translation that must have translated before sending. I'm re-downloading the file because I did it via FileZilla may have had a bug during the transfer because I don't have all the folders; some are missing. I've started another copy to USB and I'll keep you updated. As soon as the transfer is complete 😉
 
Back