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.

Adding Weapons, Compiling..

Talk about anything related to Platinum Arts Sandbox here!
Locked
makis
Member
Member
Posts: 2
Joined: December 19th, 2009, 7:38 pm

Adding Weapons, Compiling..

Post by makis »

Hi
As a new Sandbox 3D user i'm mightly impressed, however there are some issues that prevent me from adopting it as my 3D game creation tool.

1st) Lack of "proper" documentation and tutorials.
2nd) Is there a way to add weapons and dialog ?
3rd) Can Sandbox 3D create executable files (.exe)?
4th) How can i ad interaction in the game environment (opening doors,using switches etc)?.
I'm planning of creating a 3D exploration game with 8bit "retro" graphics and i'm wondering if Sandbox 3D is up for the job. :?:

Thanks.
User avatar
Chaze007
Member
Member
Posts: 318
Joined: August 9th, 2009, 8:56 pm
Name: William
IRC Username: Chaze007
Location: MS

Re: Adding Weapons, Compiling..

Post by Chaze007 »

These are the reasons Sandbox is Open Source, if you want to be a game designer you'll most likely have to do everything yourself just about, from creating the ground to your own weapons. Once you learn to code well, add in your own weapons code, until then all I can say is wait.
User avatar
Eagle
Member
Member
Posts: 148
Joined: December 15th, 2009, 11:40 pm
Name: Vickie Eagle

Re: Adding Weapons, Compiling..

Post by Eagle »

Hi Makis, Welcome to Sandbox!
There is documentation around but you have to look for it in the forum and the main site wiki. This is a great community and everyone here helps each other so all you have to do is ask for help.

Mike the lead developer of Sandbox told me you can make stand alone games with Sandbox so I am assuming you can make an executable file with it.

I’m not sure about 8bit graphics, this engine uses shaders and bump mapping but I guess it’s always possible to downgrade your graphics.

Always~
Vickie ;)
I put time in a bottle ... just saying :))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
User avatar
Chaze007
Member
Member
Posts: 318
Joined: August 9th, 2009, 8:56 pm
Name: William
IRC Username: Chaze007
Location: MS

Re: Adding Weapons, Compiling..

Post by Chaze007 »

Vickie, I think he means a 3D NES style game, with all those 8-bit looks. If that's the case, yes that should also be possible. (:
makis
Member
Member
Posts: 2
Joined: December 19th, 2009, 7:38 pm

Re: Adding Weapons, Compiling..

Post by makis »

Can you please be more spefic about compiling games? Do i have to write code in order to achieve that?
offtools
Member
Member
Posts: 125
Joined: June 23rd, 2009, 2:10 pm
Name: offtools
IRC Username: offtools

Re: Adding Weapons, Compiling..

Post by offtools »

*dialogs/gui:
dialogs can be done by script. look for examples in the village rpg map and the scripts used for that map. hirato also wrote a inventory gui the rpg mod.
rpg also has spells and other interessting stuff.

*downgrading graphics:
try "texreduce 12" and "rotosscope + blur 3" in the Options FX Menu

*buidling executables:
for what purpose do you need executables?

1. building own executables only makes sense in addition with an own mod (see rpggame or ssp). as this is open source, you can change or add things as you wish. most of the implemented features can be called or configured via cubescript. if want to add an feature here's my advice: please first look for it in the forum or in the code. some stuff is not documented, nobody wants to do work out twice. second, look if it make sense to add this feature to an existing mod, which also lags on this feature. third: think about an own mod, which means intense effort.
2. building executable in the meaning of packing the game, the gamedata, the entities, content ... into one binary executable and redistribute it is not possible.


*interaction:
PAS has triggers in Singleplayer mode, have it on my list to make them avabiable in Multiplayer too.

offtools.
offtools
Member
Member
Posts: 125
Joined: June 23rd, 2009, 2:10 pm
Name: offtools
IRC Username: offtools

Re: Adding Weapons, Compiling..

Post by offtools »

about exectuables:

viewtopic.php?f=8&t=630
poefighter
Member
Member
Posts: 1
Joined: August 9th, 2010, 2:32 am
Name: Poe
IRC Username: poez

Re: Adding Weapons, Compiling..

Post by poefighter »

I am forever fan of knife...That's the best weapon for me..


___________
knives
Locked