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.

How do I Install a Patch

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
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

How do I Install a Patch

Post by lzrstrm »

Hirato gave me a patch for my RPG crashing at start up but i dont know how to install it. How do I?

here is the Patch

Code: Select all

    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(editmode)
he also said i need to compile a fresh set of binary's
I dont know much C++. I think that`s what this is
Virus 44
Image
Locked