Unlock All Digsites Mod
+7
Thunderaptor
dark_raptor
raptor2
Raging Raptor
THE DINOSAUR MAN
WalkingWithDinosaursMan
Rexhunter
11 posters
Page 1 of 1
Do you think that this is a good mod?
Unlock All Digsites Mod
This is a simple mod for newbies, where you can unlock all digsites so...
Part 1
Go in to fslhunt (in C:\Program Files\Universal Interactive\Blue Tongue Software\Jurassic Park Operation Genesis\JPOG\Data)
Part 2
Scroll right down to the bottom and find these lines:
// HUNTING SETS ---------------------------------------------------------------
// Only one set, with a certain number of sites available to unlock out of it
HuntingGroundSet[First]
{
grounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs };
firstchoices[0] = MorrisonA;
firstchoices[1] = HellCreekA;
firstchoices[2] = JudithRiverA;
#ifdef TOSHI_SKU_PS2
maxchosen = 3;
starrating[0] = 0;
starrating[1] = 1;
starrating[2] = 3;
//starrating[3] = 3; // Unlock last two at 3 stars
#else // Windows and XBox builds
maxchosen = 5;
starrating[0] = 0;
starrating[1] = 1;
starrating[2] = 2;
starrating[3] = 3;
starrating[4] = 4;
#endif
}
and change this:
#else // Windows and XBox builds
maxchosen = 5;
starrating[0] = 0;
starrating[1] = 1;
starrating[2] = 2;
starrating[3] = 3;
starrating[4] = 4;
to this:
#else // Windows and XBox builds
maxchosen = 9;
starrating[0] = 0;
starrating[1] = 1;
starrating[2] = 2;
starrating[3] = 3;
starrating[4] = 4;
Part 3
Then find this bit:
// Only one set, with a certain number of sites available to unlock out of it
HuntingGroundSet[First]
{
grounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs };
firstchoices[0] = MorrisonA;
firstchoices[1] = HellCreekA;
firstchoices[2] = JudithRiverA;
And delete that and replace with this:
// Only one set, with a certain number of sites available to unlock out of it
HuntingGroundSet[First]
{
grounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs };
firstchoices[0] = MorrisonA;
firstchoices[1] = HellCreekA;
firstchoices[2] = JudithRiverA;
firstchoices[3] = MorrisonA;
firstchoices[4] = MorrisonB;
firstchoices[5] = HellcreekB;
firstchoices[6] = JudithriverB;
firstchoices[7] = Tendagurubeds;
firstchoices[8] = Chenini;
firstchoices[9] = Flamingcliffs;
Part 4
Start your game up, get some stars and unlock all digsites!
hope this helps!
Part 1
Go in to fslhunt (in C:\Program Files\Universal Interactive\Blue Tongue Software\Jurassic Park Operation Genesis\JPOG\Data)
Part 2
Scroll right down to the bottom and find these lines:
// HUNTING SETS ---------------------------------------------------------------
// Only one set, with a certain number of sites available to unlock out of it
HuntingGroundSet[First]
{
grounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs };
firstchoices[0] = MorrisonA;
firstchoices[1] = HellCreekA;
firstchoices[2] = JudithRiverA;
#ifdef TOSHI_SKU_PS2
maxchosen = 3;
starrating[0] = 0;
starrating[1] = 1;
starrating[2] = 3;
//starrating[3] = 3; // Unlock last two at 3 stars
#else // Windows and XBox builds
maxchosen = 5;
starrating[0] = 0;
starrating[1] = 1;
starrating[2] = 2;
starrating[3] = 3;
starrating[4] = 4;
#endif
}
and change this:
#else // Windows and XBox builds
maxchosen = 5;
starrating[0] = 0;
starrating[1] = 1;
starrating[2] = 2;
starrating[3] = 3;
starrating[4] = 4;
to this:
#else // Windows and XBox builds
maxchosen = 9;
starrating[0] = 0;
starrating[1] = 1;
starrating[2] = 2;
starrating[3] = 3;
starrating[4] = 4;
Part 3
Then find this bit:
// Only one set, with a certain number of sites available to unlock out of it
HuntingGroundSet[First]
{
grounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs };
firstchoices[0] = MorrisonA;
firstchoices[1] = HellCreekA;
firstchoices[2] = JudithRiverA;
And delete that and replace with this:
// Only one set, with a certain number of sites available to unlock out of it
HuntingGroundSet[First]
{
grounds = { MorrisonA, HellCreekA , JudithRiverA, MorrisonB, HellCreekB, JudithRiverB, HellCreekB, TendaguruBeds, Chenini, FlamingCliffs };
firstchoices[0] = MorrisonA;
firstchoices[1] = HellCreekA;
firstchoices[2] = JudithRiverA;
firstchoices[3] = MorrisonA;
firstchoices[4] = MorrisonB;
firstchoices[5] = HellcreekB;
firstchoices[6] = JudithriverB;
firstchoices[7] = Tendagurubeds;
firstchoices[8] = Chenini;
firstchoices[9] = Flamingcliffs;
Part 4
Start your game up, get some stars and unlock all digsites!
hope this helps!
Last edited by Rexhunter on Tue Dec 08, 2009 7:05 am; edited 2 times in total
Rexhunter- Herrerasaurus
Re: Unlock All Digsites Mod
Simple but good mod.
Last edited by THE DINOSAUR MAN on Sat Oct 10, 2009 10:54 pm; edited 1 time in total
THE DINOSAUR MAN- Pachycephalosaurus
Re: Unlock All Digsites Mod
classic mod, still found as one of my favs, cuz on the ps2 version, my dream was to unlock all digsites, so thank you for finding it out yourself!! a mod you found yourself,
my saying is , not knowing it was already discovered, then discovering it is still a discovery in itself
my saying is , not knowing it was already discovered, then discovering it is still a discovery in itself
Raging Raptor- Dino Moderator
Re: Unlock All Digsites Mod
This is a nice and simple modd, we need more people posting things like this
raptor2- Dilophosaurus
Re: Unlock All Digsites Mod
This mod is simple but is my favorite, I always wanted to have all digsites unlockeds
dark_raptor- Dilophosaurus
Re: Unlock All Digsites Mod
Yep,this was very simple.Adding a NEW digsite is a challenge,one that TGS here at JM and Legion at MG succeeded in.
procompsognathus101- Velociraptor
Re: Unlock All Digsites Mod
Sweet, but it doesn't save for me, it says stuff like 'Make sure the path and name are correct'
RaptorsAreTheBest- Compy
Similar topics
» Swaping Dinos among Digsites
» all digsites in building park mode
» Any way to hack to permanently unlock SiteB?
» all digsites in building park mode
» Any way to hack to permanently unlock SiteB?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum