Adding Your Very OWN Digsite.
+11
Unknown
procompsognathus101
Thunderaptor
Spinosaurus hunter
Raging Raptor
Raptor X
reptilecrazy12
godzillaman
Allosaurus571
JPOG Nerd 01
thegrimmshow
15 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Adding Your Very OWN Digsite.
Here it is guys.You will learn how to add a new digsite.
Files you have to mess with:
-fossilhunt.ini
-eng.txt
Known Issues:
You can only choose from an already existing TML file.Sad truth is WE cannot add new TML files.and no mixed dino's.
STEP 1-Open up fslhunt.ini.
You should know what each line in this code mean.
STEP 2:
We will add a new digsite. This Digsite will be named as "JurassicMods".
open eng.txt and search for the line
There.now that you are done.open up the game.cross your fingers for the best.AND ENJOY.
Files you have to mess with:
-fossilhunt.ini
-eng.txt
Known Issues:
You can only choose from an already existing TML file.Sad truth is WE cannot add new TML files.and no mixed dino's.
STEP 1-Open up fslhunt.ini.
You should know what each line in this code mean.
Now that you know what lines you have to change lets start with the tutorial.// <THE DIGSITES FULL NAME> ---------------------------------------------------------------
HuntingGround[THE DIGSITES SHORT NAME]
{
title = $FossilHunt_MorrisonA_Title; =this is used for eng.txt
period = Jurassic;
location = NorthAmerica;
matlib = "dinos_morrison_a"; =the TML of the digsite
reqdinos = { steg, cerato, dryo }; =the dino's inside the tml
linkedtoset = 1;
cost = 0; // This site is free!
gold = 120;
position = {100, 120}; =position in the map
texture = "FslHunt_fossil6";
DigSite[river1]
{
type = plains;
texture = "FslHunt_DigSite_1";
position = {58, 44};
teams = 2;
digtime = .01;
}
DigSite[river2]
{
type = plains;
texture = "FslHunt_DigSite_2";
position = {46, 114};
teams = 3;
digtime = .01;
}
DigSite[plains]
{
type = mountain;
texture = "FslHunt_DigSite_3";
position = {82, 212};
teams = 4;
digtime = .01;
}
}
STEP 2:
We will add a new digsite. This Digsite will be named as "JurassicMods".
STEP 3:Search for the line// <JURASSICMODS> ---------------------------------------------------------------
HuntingGround[JurassicMods]
{
title = $FossilHunt_Jurassicmods_Title;
period = Jurassic;
location = NorthAmerica;
matlib = "dinos_morrison_a";
reqdinos = { steg, cerato, dryo };
linkedtoset = 1;
cost = 0; // This site is free!
gold = 120;
position = {100, 120};
texture = "FslHunt_fossil6";
DigSite[river1]
{
type = plains;
texture = "FslHunt_DigSite_1";
position = {58, 44};
teams = 2;
digtime = .01;
}
DigSite[river2]
{
type = plains;
texture = "FslHunt_DigSite_2";
position = {46, 114};
teams = 3;
digtime = .01;
}
DigSite[plains]
{
type = mountain;
texture = "FslHunt_DigSite_3";
position = {82, 212};
teams = 4;
digtime = .01;
}
}
Then add the name of your digsite.grounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs };
Now that you are finished with the fslhunt.inigrounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs, JurassicMods };
open eng.txt and search for the line
after,copy that and add it below but replace the MorrisonA with the short version of your digsite.FossilHunt_MorrisonA_Title
FossilHunt_JurassicMods_Title "JurassicMods"
There.now that you are done.open up the game.cross your fingers for the best.AND ENJOY.
Last edited by thegrimmshow on Tue Mar 24, 2009 12:10 pm; edited 2 times in total
thegrimmshow- Dino Moderator
Re: Adding Your Very OWN Digsite.
That is Awesome! Thanks for posting that
Nemesis: Quoting the whole of godzillaman's tutorial wasn't necessary and made people have to scroll more.
Nemesis: Quoting the whole of godzillaman's tutorial wasn't necessary and made people have to scroll more.
JPOG Nerd 01- Velociraptor
Re: Adding Your Very OWN Digsite.
I'll say. But how do you put it on the map ?Allosaurus571 wrote:Wow, we need more things like this, good job.
Last edited by JPOG Nerd 01 on Thu Mar 19, 2009 2:52 am; edited 1 time in total (Reason for editing : MistAKE)
JPOG Nerd 01- Velociraptor
Re: Adding Your Very OWN Digsite.
On the screenshot you posted earlier, you showed a digstie in Australia. I think this just renames the Morrison A digsite.
godzillaman- Acrocanthosaurus
Re: Adding Your Very OWN Digsite.
No.if you you want to put it on Australia. you should work on its coordinates. The digsite that i made in Australia is actually the chenini digsite. i just tweaked its position. on the map.
thegrimmshow- Dino Moderator
Re: Adding Your Very OWN Digsite.
Ah. Okay. I'll try this one out. And, there might be a way to customize the dinos in the digsite.
godzillaman- Acrocanthosaurus
Re: Adding Your Very OWN Digsite.
okie. i will experiment on this and find a way to make a new tml. i know sooner or later someones gonna know how this would work.
thegrimmshow- Dino Moderator
Re: Adding Your Very OWN Digsite.
How do you change it's position on the map ?thegrimmshow wrote:okie. i will experiment on this and find a way to make a new tml. i know sooner or later someones gonna know how this would work.
JPOG Nerd 01- Velociraptor
Re: Adding Your Very OWN Digsite.
gold = 120;
texture = "FslHunt_fossil6";
find that line qouted above. and change its variables. so you can change its position on the map ingame.
//position in the mapposition = {100, 120};
texture = "FslHunt_fossil6";
find that line qouted above. and change its variables. so you can change its position on the map ingame.
thegrimmshow- Dino Moderator
Re: Adding Your Very OWN Digsite.
Thanks TheGrimmshow ! Now i have an idea for the JPMANEP
JPOG Nerd 01- Velociraptor
Re: Adding Your Very OWN Digsite.
no worries. hakuna matata. congrats. don't worry i will join later. thanks for the invitation.
thegrimmshow- Dino Moderator
Re: Adding Your Very OWN Digsite.
Seriously. He just said how to.JPOG Nerd 01 wrote:How do you change it's position on the map ?thegrimmshow wrote:okie. i will experiment on this and find a way to make a new tml. i know sooner or later someones gonna know how this would work.
godzillaman- Acrocanthosaurus
Re: Adding Your Very OWN Digsite.
don't worry. they will get it sooner or later. but if anyone has a hard time understanding the tutorial just tell me. so that we can fix it. (im herrera.) i love this site. sorry if off topic. im just very happy.
thegrimmshow- Dino Moderator
Re: Adding Your Very OWN Digsite.
This's a good tutorial, thanks for posting it!
reptilecrazy12- Herrerasaurus
Re: Adding Your Very OWN Digsite.
thank you. i will search for more things like this and share it to you all.
thegrimmshow- Dino Moderator
Re: Adding Your Very OWN Digsite.
well,considering it as "no-use". thanks fo' the nice comment there.tee-hee.
thegrimmshow- Dino Moderator
Re: Adding Your Very OWN Digsite.
This is one of the best mods I've seen. But it's difficult to use too.
Spinosaurus hunter- Pachycephalosaurus
Re: Adding Your Very OWN Digsite.
I tried this before to make a S.America site without secces, but then i tried again and I got It YAAAAHH!!
Thunderaptor- Stegosaurus
Re: Adding Your Very OWN Digsite.
Yeah,this is pretty cool,but I had a feeling that this doesn't work on saved games.
procompsognathus101- Velociraptor
Re: Adding Your Very OWN Digsite.
I doesn't, if you did anything new on the data, nothing happens on saved games
For example i had a saved game and i made a protoceratops and when i opened the saved file it didn't have it
For example i had a saved game and i made a protoceratops and when i opened the saved file it didn't have it
Thunderaptor- Stegosaurus
Page 1 of 2 • 1, 2
Similar topics
» Adding More entrances?
» Adding New Dinos
» HELP ME!!!!!!!! (adding dinos)
» Adding Adult Content
» Adding REAL new Dinos
» Adding New Dinos
» HELP ME!!!!!!!! (adding dinos)
» Adding Adult Content
» Adding REAL new Dinos
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum