Jurassic Mods
Would you like to react to this message? Create an account in a few clicks or log in to continue.

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 2 of 2 Previous  1, 2

Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  procompsognathus101 Sat Mar 06, 2010 11:58 pm

yeah,I hate it when it doesn't get the new data,because my graphics card is low,and I can't start new games!
procompsognathus101
procompsognathus101
Velociraptor
Velociraptor


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  Thunderaptor Sun Mar 07, 2010 12:03 am

I don't understand what you mean confused
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  procompsognathus101 Sun Mar 07, 2010 12:05 am

I mean,that I need a high graphics card to start a new game in my JPOG,but I don't have a high one!

EDIT:Hey! New rank....Pachycephalosaurus!
procompsognathus101
procompsognathus101
Velociraptor
Velociraptor


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  Thunderaptor Sun Mar 07, 2010 12:12 am

Yeah i need one too, and probably will get one because I have lots of mony from my birthday
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  Unknown Sun Mar 07, 2010 7:01 pm

the only thing that makes me sad is that you can't really make a purely new digsite Sad
Unknown
Unknown
Herrerasaurus
Herrerasaurus


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  Thunderaptor Sun Mar 07, 2010 7:13 pm

Yeah, it would be cool if there was a south american digsite that had carnotaurus(allo), saltasaurus(camara), and giganotosaurus(charca), but we cannot at the moment, we just need to understand the way maltibs are made so don't give up yet sunny
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  Guest Tue Dec 21, 2010 5:01 am

this mod is cool. so you could put a digsite in europe and mst the dinosaurs that you have on your chosen digsite?

Guest
Guest


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  DinoMan314 Sat Aug 20, 2011 1:28 am

thegrimmshow wrote: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.

// <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;
}
}
Now that you know what lines you have to change lets start with the tutorial.
STEP 2:
We will add a new digsite. This Digsite will be named as "JurassicMods".

// <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;
}
}
STEP 3:Search for the line
grounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs };
Then add the name of your digsite.
grounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs, JurassicMods };
Now that you are finished with the fslhunt.ini

open eng.txt and search for the line
FossilHunt_MorrisonA_Title
after,copy that and add it below but replace the MorrisonA with the short version of your digsite.
FossilHunt_JurassicMods_Title "JurassicMods"



There.now that you are done.open up the game.cross your fingers for the best.AND ENJOY.
Too bad you can`t mix dinos cause I wanted to make a south american site with raptors trexes and spinos No I was gonna call it Carnivore Cauntry.
DinoMan314
DinoMan314
Herrerasaurus
Herrerasaurus


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  Spino_man Mon Aug 29, 2011 2:33 am

im just asking if you could make a Brand now Dig Site like i want to make a dig site in Argentina for Argentinasaurus And Giganotasaurus how would you do that?

Spino_man
Compy
Compy


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  jfgoofy Mon Apr 16, 2012 1:55 pm

If you have your own mods does it work with the digsite because I need it for Iguanodon, Baryonyx, and Neovenator?
jfgoofy
jfgoofy
Camarasaurus
Camarasaurus


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Awesome

Post  MeGusta Sat Jun 23, 2012 11:13 pm

I'd love to do this but Im having a problem making it possible to unlock all the digsites, I edited the fslhunt.ini file (maxchosen = 5; to maxchosen = 9;) but its still not working.
MeGusta
MeGusta
Herrerasaurus
Herrerasaurus


Back to top Go down

Adding Your Very OWN Digsite. - Page 2 Empty Re: Adding Your Very OWN Digsite.

Post  Sponsored content


Sponsored content


Back to top Go down

Page 2 of 2 Previous  1, 2

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum