Posted: 22 Jun 2004, 18:59
I found this on a modding JPOG forum. It makes the Viewing Dome Feeder available! It's and upgrade to the Viewing Dome. Open Research.ini in notepad. Paste this code under Viewing Dome:
You then have to research it and it upgrades all your Viewing Domes!
Code: Select all
ViewDomeFeedingSystem
{
// requirement[Research] = HuntingPlatform;
effect[UpgradeUnit]
{
unit = hvdome;
icon = ResearchIcon_ViewDomeFeedingSystem;
}
retractable = false;
time = 30;
price = 60;
category = Visitors;
icon = ResearchIcon_ViewDomeFeedingSystem;
name = $ResearchName_ViewDomeFeedingSystem;
description = $ResearchHelp_ViewDomeFeedingSystem;
// mailavailable = true;
mailcomplete = true;
}