Welcome, Guest. Please login or register.
03/13/23, 08:15 AM

Author Topic: Super Sprints  (Read 4438 times)

0 Members and 1 Guest are viewing this topic.

Offline dhenn

  • Veteran Driver
  • *****
  • Posts: 580
  • Coolness: 20
Super Sprints
« on: 09/04/11, 09:08 PM »
Is there any where on the internet that I can D/L the super sprints in PTA physics, if not is there a way of converting the GNS version?

Offline Sage

  • Racin Grafix Painter
  • Veteran Driver
  • *
  • Posts: 1215
  • Coolness: 58
    • Acme Signs
Re: Super Sprints
« Reply #1 on: 09/04/11, 10:05 PM »
How to change physics:

Series Name - the name of the series that you are going to create.

Series Folder Name - The name of the folder in the \series directory

Physics Type - What physics you will use. There are only 4 choices, Cup (same as NASCAR Winston Cup stock cars), Busch Grand National (slightly lower horsepower & weight, shorter wheelbase), Craftsman Truck (lower hp & weight to Cup cars, less aerodynamic), Papyrus Trans Am (very similar to Trans Am cars, but not exact).

Physics Extension - 3 letter extension that files have to be named for the physics change to work correctly. There again are only 4 choices; Cup = "cup", Busch Grand National = "gns", Craftsman Truck Series = "cts", and Papyrus Trans Am = "pta".

The following steps are the EASIEST way to create a new mod/series, you may
modify and/or change steps when you understand what you're doing.

The new series we're going to create is the Python Pace Car series.
The Series Folder Name will be "python"
It will use Papyrus Trans Am Physics

1) Copy your \series\cup folder to \series\python

2) Rename the cup.dat to python.dat

3) Unpack your python.dat (using Winmip2 or datx), find the make_a files. Rename them as following:
(If using Winmip, you'll find them in the \unpack directory. You'll need to copy them up to the same directory as the pta.dat for them to work. If using datx, you can delete the extra files if you want.) You need to rename these specific files to the Physics extension for the physics change to work.
make_a_pta.3do
make_a_pta.cam
make_a_pta_light_cockpit.3do
make_a_pta_pieces.3do
make_a_pta_shadow.3do
make_a_pta_ui.3do

4) Rename all car files from "carname.cup.car" to "carname.pta.car".

5) Using Winmip2 or a hex editor, edit the .car file to have "car_class=4" (see note at bottom)


6) Edit series.def (with a text editor such as notepad), example below (see note at bottom):
[Series]
car_classes=17 ; Bitwise-or of allowed classes.
given_name=Python Pacecar v1.0 ; Unlocalized series name
type=3 ; (0=cup, 1=gns, 2=truck, 3=transam, 4=pta)

7) If you want setups, go to your Drivers\yourdriver\setups directory and copy and rename them as well (from "cup" to "pta")


Quick reference for Physics Type

Cup physics
car_classes = 3 (in series.def file)
type = 0
car_class = 1 (in .car file)
Physics extension = cup

Busch Grand National Physics
car_classes = 5 (in series.def file)
type = 1
car_class = 2 (in .car file)
Physics extension = gns

Craftsman Truck Physics
car_classes = 9 (in series.def file)
type = 2
car_class = 3 (in .car file)
Physics extension = cts

Papyrus Trans Am Physics
car_classes = 17 (in series.def file)
type = 3
car_class = 4 (in .car file)
Physics extension = pta


Files that must have the physics extension set:
make_a*.* files found in the original cup.dat
(for example)
make_a_pta.3do
make_a_pta.cam
make_a_pta_light_cockpit.3do
make_a_pta_pieces.3do
make_a_pta_shadow.3do
make_a_pta_ui.3do

car files
(for example)
j_kohl.pta.car

setups
(for example)
monza_race.pta.sim
I went outside once. The graphics weren't all that great.
I suffer from CDO. It's like OCD, but in alphabetical order, LIKE IT SHOULD BE!
If you can't spill it, it ain't 'paint'!

Offline racnfan

  • Tire Changer
  • *
  • Posts: 15
  • Coolness: -2
Re: Super Sprints
« Reply #2 on: 09/08/11, 05:41 PM »
Second option(easier), if series folder contains:

make_a_gns.3do
make_a_gns.cam
make_a_gns_light_cockpit.3do
make_a_gns_pieces.3do
make_a_gns_shadow.3do
make_a_gns_ui.3do

Just delete them, dat file contains pta physics.

Offline dhenn

  • Veteran Driver
  • *****
  • Posts: 580
  • Coolness: 20
Re: Super Sprints
« Reply #3 on: 09/15/11, 09:32 PM »
I followed those steps and for some reason when I open it, the game crashes... what am I doing wrong? I thought there was a super sprint in the pta physics somewhere... I wish i was smarter at the whole computer thing! :96:

Offline swingeasy

  • Racin Grafix Painter
  • Veteran Driver
  • *
  • Posts: 731
  • Coolness: 13
  • I've had a bad day !!!!
Re: Super Sprints
« Reply #4 on: 09/16/11, 12:17 PM »
Second option(easier), if series folder contains:

make_a_gns.3do
make_a_gns.cam
make_a_gns_light_cockpit.3do
make_a_gns_pieces.3do
make_a_gns_shadow.3do
make_a_gns_ui.3do

Just delete them, dat file contains pta physics.

Wait a minute, are you saying you can change physics in mods by deleting the above 6 make files?  Delete them from where?  These files are in the dat file.  They are not in the series folder.  If I am missing something here please tell me.  I have changed physics quite a few times.
 :smiley_confused1:
NASCAR 2003, DO I NEED TO SAY ANYTHING MORE!!!!!

ENJOY LIFE NOW - IT HAS AN EXPIRATION DATE!!

Offline swingeasy

  • Racin Grafix Painter
  • Veteran Driver
  • *
  • Posts: 731
  • Coolness: 13
  • I've had a bad day !!!!
Re: Super Sprints
« Reply #5 on: 09/16/11, 12:46 PM »
Second option(easier), if series folder contains:

make_a_gns.3do
make_a_gns.cam
make_a_gns_light_cockpit.3do
make_a_gns_pieces.3do
make_a_gns_shadow.3do
make_a_gns_ui.3do

Just delete them, dat file contains pta physics.

OK, racnfan, I see what your talking about now.  I had never used the Super Sprint mod before.  I didn't know it had the make files in the series folder, most mods dont.  You are right, partly.  Delete these files from the series folder:
make_a_gns.3do
make_a_gns.cam
make_a_gns_light_cockpit.3do
make_a_gns_pieces.3do
make_a_gns_shadow.3do
make_a_gns_ui.3do

Then you have to change the car files to .pta physics and change the series.def to read like this:

[Series]
car_classes=17                                ; Bitwise-or of allowed classes.
given_name= SuperSprint Series                    ; Unlocalized series name
type=3                                       ; (0=cup, 1=gns, 2=truck)

I have changed the Super Sprint mod over to pta physics using this method and it works great.  I have never used this mod before but it looks like a pretty fun mod, especially on dirt.




[attachment deleted by admin]
« Last Edit: 09/16/11, 12:56 PM by swingeasy »
NASCAR 2003, DO I NEED TO SAY ANYTHING MORE!!!!!

ENJOY LIFE NOW - IT HAS AN EXPIRATION DATE!!

Offline dhenn

  • Veteran Driver
  • *****
  • Posts: 580
  • Coolness: 20
Re: Super Sprints
« Reply #6 on: 09/16/11, 02:33 PM »
I am really computer stupid... I am not sure what I am doing wrong... I cannot get it to work... bummer...

Offline swingeasy

  • Racin Grafix Painter
  • Veteran Driver
  • *
  • Posts: 731
  • Coolness: 13
  • I've had a bad day !!!!
Re: Super Sprints
« Reply #7 on: 09/16/11, 02:37 PM »
Are you SURE you did everthing just like I listed it above?  It worked fine for me.

OK, I'll make it easy for you, I will post a link to it here as soon as I can.  Shouldn't be very long.
NASCAR 2003, DO I NEED TO SAY ANYTHING MORE!!!!!

ENJOY LIFE NOW - IT HAS AN EXPIRATION DATE!!

Offline swingeasy

  • Racin Grafix Painter
  • Veteran Driver
  • *
  • Posts: 731
  • Coolness: 13
  • I've had a bad day !!!!
Re: Super Sprints
« Reply #8 on: 09/16/11, 03:16 PM »
OK, here ya go.  You'll have to get pta setups somewhere or make your own.  Hope this works for ya.  Just put it in your series folder.

http://www.mediafire.com/?6wclv9rbj23wosx
NASCAR 2003, DO I NEED TO SAY ANYTHING MORE!!!!!

ENJOY LIFE NOW - IT HAS AN EXPIRATION DATE!!