Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

RPG game files and folders? SOLVED

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
User avatar
wildflower
Member
Member
Posts: 76
Joined: August 11th, 2011, 5:10 am
Name: Sandie

RPG game files and folders? SOLVED

Post 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
Last edited by wildflower on August 11th, 2011, 12:43 pm, edited 1 time in total.
User avatar
wildflower
Member
Member
Posts: 76
Joined: August 11th, 2011, 5:10 am
Name: Sandie

Re: RPG game files and folders?

Post 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
Locked