Trucos y Consejos
Conseguir dinero ilimitado:
Durante la partida, teclea Up,[,DOWN,[ sin las comillas.
Con un editor de texto, abre el fichero «constant.ini» en el directorio donde hayas instalado el juego. Antes de cambiar nada, se recomienda que hagas una copia de seguridad.
Máxima población de dinosaurios:
Encuentra la línea «MaxDinoPopulation», luego cambia el valor a 999 o más.
Empezar con 999,999,999 $
Encuentra la línea «ParkStartPlayerMoney», luego cambia el valor a $999,999,999
Abre el fichero «FslHunt.ini» con un editor de texto (Notepad) y cambia lo siguiente:
Encuentra:
// 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,
Luego cámbialo por:
// 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,
firstchoices[3] = MorrisonA,
firstchoices[4] = MorrisonB,
firstchoices[5] = HellCreekB,
firstchoices[6] =JudithRiverB,
firstchoices[7] = TendaguruBeds,
firstchoices[8] = Chenini,
firstchoices[9] = FlamingCliffs,
Y cambia esta línea también:
#else // Windows and XBox builds
maxchosen = 5,
Por esta otra
#else // Windows and XBox builds
maxchosen = 9,