Particle's Custom RPG

Assistance => Assistance & Feedback => Topic started by: Nitelthrome-X on November 4, 2003 02:37 pm CST

Title: Editing rpgmap1
Post by: Nitelthrome-X on November 4, 2003 02:37 pm CST
Hi,

When I pop up the editor in rpgmap1, a lot of dis's are missing. Like, when I select the item under the F3 list, they don't show, nor does even a simple dot saying it's there. I know the fountain in K-Town doesn't show up, along with others. How do I get these files in?
Title:
Post by: Susan on November 4, 2003 03:07 pm CST
You have to add the VOL to the map.mis file. IE: in the instant SimGroup "Volumes"  you would add
Code: [Select]
instant SimVolume "Fountain" {
fileName = "jfnt.vol";
};
to get the fountain.
BTW instant SimGroup "Volumes" is the one at the beginning of the file. Compare it to map 5 to see the difference.
The reason that the items show on the list is because they are registared in the VOL.
Title:
Post by: Nitelthrome-X on November 4, 2003 03:10 pm CST
Why, thank you!