Page 1 of 1

RPG game files and folders? SOLVED

Posted: August 11th, 2011, 8:31 am
by wildflower
I have just started playing with PAS so please bear with me if this have been answered thousand times before, but I looked through the forum and couldn't find answers to my questions.

Using the fps-mode, I made a simple two map game with a single quest (two npc's) about a wolf that's afraid of butterflies, but I need a inventory and a spell to complete the game.
I finally figured out that I had to use rpg-mode, but can't find any documentation about using it (at least none that I can understand). My programming skils are somewhat limited (Python, Php and Pascal), and I do understand the basic of the fps-mode, but I just can't wrap my head around the rpg-mode.

Im trying to hack around in the "default" game (lobby), and heres what I have tried:

Copy all the content from /data/rpg/games/default to /data/rpg/games/mygame
Copy the content of /data/rpg/games/default.cfg to /data/rpg/games/mygame.cfg

I now have a new entry under games called mygame, the game start and everything is ok, so I try to:
copy /packages/base/rpg/lobby.* to /packages/base/rpg/mygame.*
change the /data/rpg/games/mygame.cfg so it would use the mygame map instead of lobby, but all the doors where gone?

Am I totally missing something here?

btw. I'm using the 2.6.1 version on 32bit Linux

Image

Re: RPG game files and folders?

Posted: August 11th, 2011, 12:43 pm
by wildflower
wildflower wrote:...I now have a new entry under games called mygame, the game start and everything is ok, so I try to:
copy /packages/base/rpg/lobby.* to /packages/base/rpg/mygame.*
change the /data/rpg/games/mygame.cfg so it would use the mygame map instead of lobby, but all the doors where gone?
I found the answer :D

There is also a file with reference to the map in /data/rpg/games/default/maps/lobby.cfg