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.

Search found 2 matches

by mihai.alexandru9
December 20th, 2011, 4:10 pm
Forum: Sandbox General Support
Topic: RPG Mode is crashing! Doesn't work
Replies: 0
Views: 1516

RPG Mode is crashing! Doesn't work

Hi all thx for the great program, but I'm having trouble making my first RPG game. When I load an RPG map, Sandbox crashes to desktop. Everything else works fine (including FPS & other types and also if I load custom map), but if I hit "load map" it crashes to desktop. I tried patch bu...
by mihai.alexandru9
December 20th, 2011, 3:42 pm
Forum: Sandbox General Support
Topic: Crashing!!
Replies: 14
Views: 3130

Re: Crashing!!

Index: trunk/src/rpggame/rpgrender.cpp =================================================================== --- src/rpggame/rpgrender.cpp (revision 3359) +++ src/rpggame/rpgrender.cpp (revision 3360) @@ -42,6 +42,7 @@ void rendergame(bool mainpass) { + if(!curmap) return; startmodelbatches(); if(edi...