The Buildable Jeep for your jurassic parking lot. hehe.
+13
Pachycephalosaurus
Spino_man
Clonehunter
procompsognathus101
RaptorSpinoRex
Spinosaurus hunter
Raging Raptor
Spartan 117
Raptor X
super spino
Allosaurus571
Gopher
thegrimmshow
17 posters
Page 1 of 2
Page 1 of 2 • 1, 2
The Buildable Jeep for your jurassic parking lot. hehe.
Here is a mod that will let you build an unusable safari jeep in your park.
Known issues:Cannot be demolished(so think if you really want this for your park.),and cannot be built on top of a path.
(if you want this on top of your path then you should build the jeep first and then put a path under it.)
and the icon for this is a tombstone.
NOTE:
this tutorial is not as detailed as you want it but if you find any problems understanding it you may tell me and ill answer you directly.
Files you have to mess with:
Go to you Units folder and find jeep.ini & jeep.inx.
copy and paste them on your desktop.
after that rename them jeep2.ini and jeep2.inx.
Second step:
Go to your Models folder and search for the jeep.tmd.
Copy and paste it on your desktop again.
after it. rename it jeep2.tmd.
Now that you are finished with the easy part.
Third step:
Go to your desktop and open up both jeep2.ini & jeep2.inx
Once you have opened it. copy this code and overwrite the original.(remember to overwrite this on the jeep2.ini)
Now that you are done modding the jeep2.ini let's head for the jeep2.inx
Open up jeep2.inx
Copy this code and paste it
Now. you are done with the easier part.
Fifth and final step
Go to GUI/Locales/ and open Eng.txt.
Hit ctrl+f or just Search for the line:
And when you have found it,copy this code
And then hit ctrl+f again to search for the line
Now that you're finished dealing with the easiest part of this mod.
We will now make it buildable.
Head back to the GUI folder and find buildmenu.ini
Copy this code
Get every file (eg; jeep2.ini,jeep2.inx,jeep2.tmd in there proper folders)
Now that everything is done. cross your fingers and wish for the best.You can now build a safari jeep in your park. (I suggest you build this beside your safari depots so that it may look like that your depot has a parking lot.)
hehe. hoped you will like this mod and use it for your future packs just don't forget the credits to me .please inspire me to do more.
here is a screenshot of this mod.
Known issues:Cannot be demolished(so think if you really want this for your park.),and cannot be built on top of a path.
(if you want this on top of your path then you should build the jeep first and then put a path under it.)
and the icon for this is a tombstone.
NOTE:
this tutorial is not as detailed as you want it but if you find any problems understanding it you may tell me and ill answer you directly.
Files you have to mess with:
- Code:
Units folder
Models folder
Eng.txt
GUI/buildmenu.ini
Go to you Units folder and find jeep.ini & jeep.inx.
copy and paste them on your desktop.
after that rename them jeep2.ini and jeep2.inx.
Second step:
Go to your Models folder and search for the jeep.tmd.
Copy and paste it on your desktop again.
after it. rename it jeep2.tmd.
Now that you are finished with the easy part.
Third step:
Go to your desktop and open up both jeep2.ini & jeep2.inx
Once you have opened it. copy this code and overwrite the original.(remember to overwrite this on the jeep2.ini)
- Code:
Unit {
Name=jeep;
Directory=AUnitJeep;
TClass=AUnitJeep;
ScreenName=$Unit_jeep2;
Help=$UnitHelp_jeep2;
FootprintX= 1 ;
FootprintY= 1 ;
UseINX= 1 ;
}
Traits {
Health=0;
Visual=0;
Audio=0;
Smell=0;
Damage=0;
ProtectMod=0;
Territory=0;
Energy=0;
Metabolism=0;
LifeSpan=0;
FoodVal=0;
FoodReq=0;
Mass=3000.0;
Radius=1.0;
CamRadius=4.0;
VisRadius=4.0;
Speed=0;
HeadRadius=0;
MoveAnimSpeed=0;
RunAnimSpeed=0;
MaxForce=5000.0;
NHRate=2.0;
GoalTolerance=0;
Arrival=0;
Acc=0;
Dec=0;
PathStrt=0;
PlanStrt=0;
FieldWt=0;
TurnDamp=0;
SteerLevel=0;
Size=0;
BuildCost=0;
FenceBreak=0;
FlockSize=0.0;
FlockCoh=0;
FlockSep=0;
FlockRad=0;
CenterHeight=0;
SelectionBoxRadius=0;
LookH=0;
LookV=0;
StepCat=0;
FleeMod=0;
PredNeed=0;
PreyVal=3.0;
DecayTime=0;
RampageTime=0;
ComatoseTime=0;
HungerThirstStress=0;
TurnSpdThresh=0.001;
}
Flags {
UnitFlags= 0 ;
UnitFlagsID= 154 ;
}
Drives {
Drive_Hunger=0.0;
Drive_Thirst=0.0;
Drive_Defecate=0.0;
Drive_Sleep=0.0;
Drive_Defend=0.0;
Drive_Play=0.0;
Drive_Communicate=0.0;
}
Animations {
Model=jeep2;
}
PerceptionInputs {
PInput_Organic=0.0;
PInput_Repellent=0.0;
PInput_Meat=0.0;
PInput_Carnivore=0.0;
PInput_Herbivore=0.0;
PInput_Aquatic=0.0;
PInput_Plant=0.0;
PInput_MaxSpeed=0.5;
PInput_Size=0.7;
PInput_Offensive=0.8;
}
UnitSpecific {
NumFireParticles= 20 ;
NumSmokeParticles= 40 ;
NumSmoulderParticles= 30 ;
UserControlledNHRate= 0.9 ;
StopAndWaitTime= 10 ;
MinHornDelta= 3 ;
MinHornDeltaTolerance= 2.8 ;
}
DNATraits {
Aggression=0.0;
Playfulness=0.0;
Appetite=0.0;
Energy=0.0;
Speed=0.0;
LethalGene=0.0;
}
Now that you are done modding the jeep2.ini let's head for the jeep2.inx
Open up jeep2.inx
Copy this code and paste it
- Code:
Building {
Health = 100;
BuildingType = slave;
}
PreviewScene
{
CamPosition = {0, -6.5, -10};
CamAngle = 30;
Model
{
Model = jeep2;
Position = {0, 0, 0};
}
Model
{
Model = GrndPW;
Position = {0, 0, 0};
}
}
Now. you are done with the easier part.
Fifth and final step
Go to GUI/Locales/ and open Eng.txt.
Hit ctrl+f or just Search for the line:
- Code:
Unit_jeep "Land Cruiser";
And when you have found it,copy this code
- Code:
Unit_jeep2 "Land Cruiser Design";
And then hit ctrl+f again to search for the line
- Code:
UnitHelp_
- Code:
UnitHelp_AUnitjeep2 "A Model Of the Safari Jeep,Basically a design for your park.";
Now that you're finished dealing with the easiest part of this mod.
We will now make it buildable.
Head back to the GUI folder and find buildmenu.ini
Copy this code
- Code:
unit = jeep2;
Get every file (eg; jeep2.ini,jeep2.inx,jeep2.tmd in there proper folders)
Now that everything is done. cross your fingers and wish for the best.You can now build a safari jeep in your park. (I suggest you build this beside your safari depots so that it may look like that your depot has a parking lot.)
hehe. hoped you will like this mod and use it for your future packs just don't forget the credits to me .please inspire me to do more.
here is a screenshot of this mod.
Last edited by thegrimmshow on Tue Apr 28, 2009 9:35 am; edited 1 time in total
thegrimmshow- Dino Moderator
Re: The Buildable Jeep for your jurassic parking lot. hehe.
Lol, funny! An army of jeeps! Not very useful, but hilarious!
Gopher- Admin
Re: The Buildable Jeep for your jurassic parking lot. hehe.
If you made them exploded jeeps, I'd give you double Reps! XD
It would then be a Jeep junkyard!
It would then be a Jeep junkyard!
Gopher- Admin
Re: The Buildable Jeep for your jurassic parking lot. hehe.
It could make JP San Deigo more realistic.
Allosaurus571- Admin
Re: The Buildable Jeep for your jurassic parking lot. hehe.
Awesome.
Nice discovery, nonetheless.
Nice discovery, nonetheless.
Gopher- Admin
Re: The Buildable Jeep for your jurassic parking lot. hehe.
This mod is somewhat not new to me. I've seen a mod like this on Modding Gensis. I forgot the guy's name but he used the same stragey to make dinosaur statues. Still cool mod and it's very helpfull for taking pics.
super spino- Dilophosaurus
Re: The Buildable Jeep for your jurassic parking lot. hehe.
I think it was Trassic.
Allosaurus571- Admin
Re: The Buildable Jeep for your jurassic parking lot. hehe.
This makes me want to add a new rule...
Gopher- Admin
Re: The Buildable Jeep for your jurassic parking lot. hehe.
To this forum: Give credit to people!
Gopher- Admin
Re: The Buildable Jeep for your jurassic parking lot. hehe.
awe. sorry,[if you think that i copied someones idea.] BUT, i made this mod on my own. i discovered this way back and so is my build able ranger helicopter. and was using it before i ever had my own account on MG. by the way i'm back, but still not for long. and the dino statues can only be made when you add a specified dinosaur model into the build menu. i think.
thegrimmshow- Dino Moderator
Re: The Buildable Jeep for your jurassic parking lot. hehe.
Awesome ! I did it, its cool !
Spartan 117- Pachycephalosaurus
Spartan 117- Pachycephalosaurus
Re: The Buildable Jeep for your jurassic parking lot. hehe.
haha just one of those mods that make you smile
Raging Raptor- Dino Moderator
Re: The Buildable Jeep for your jurassic parking lot. hehe.
yeah.really.but i'm going to fix these so you could drive it.after you built it.
thegrimmshow- Dino Moderator
Re: The Buildable Jeep for your jurassic parking lot. hehe.
i REALLY wanna find out how to skin a safari! We could make it look so cool! Id put a raptor on one side, and a rex on the other.
Raging Raptor- Dino Moderator
Re: The Buildable Jeep for your jurassic parking lot. hehe.
Nice find, it's cool!
Spinosaurus hunter- Pachycephalosaurus
Re: The Buildable Jeep for your jurassic parking lot. hehe.
hahhah funny mod
RaptorSpinoRex- Professional Modder
Re: The Buildable Jeep for your jurassic parking lot. hehe.
It is.But we know he is gone,so obviously you won't get a reply from him saying thanks.
procompsognathus101- Velociraptor
Re: The Buildable Jeep for your jurassic parking lot. hehe.
awe . thanks. hehe. did i just surprised you? I'm not gone yet. I was just busy with my stuff. don't worry I'll be back soon.
thegrimmshow- Dino Moderator
Re: The Buildable Jeep for your jurassic parking lot. hehe.
You're still here! I remember your last visit was around January?
procompsognathus101- Velociraptor
Page 1 of 2 • 1, 2
Similar topics
» Jeep wrangler jurassic park
» Many visitors crammed into 1 safari
» All New Music Edits!
» File Requests
» Jeep Effects Carnivores?
» Many visitors crammed into 1 safari
» All New Music Edits!
» File Requests
» Jeep Effects Carnivores?
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum