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.

2.4 for Mac?

Talk about anything related to Platinum Arts Sandbox here!
User avatar
Mike
Administrator
Administrator
Posts: 871
Joined: May 24th, 2009, 12:52 pm

Re: 2.4 for Mac?

Post by Mike »

There is already an xcode project file, they just need to add the new source files and compile. Too bad we don't have a dedicated mac compiler person. Take care.
-mike
Sign up for our Newsletter to keep up to date with the Sandbox news!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
Ryuzaki
Member
Member
Posts: 71
Joined: November 28th, 2009, 8:20 pm
Name: Caleb
Location: On my Mac

Re: 2.4 for Mac?

Post by Ryuzaki »

I'd be willing to become that dedicated person, I just need some help on figuring out what exactly to do. Awaiting your orders, captain!
Image
User avatar
Mike
Administrator
Administrator
Posts: 871
Joined: May 24th, 2009, 12:52 pm

Re: 2.4 for Mac?

Post by Mike »

Since I have never used Xcode and I don't think Hirato has either it will be pretty tough, but perhaps we can find documentation and help. I do have some mac friends from previous projects so maybe they'd be willing to step in and help. I think step 1 is have to install Xcode. After that we can try to go from there. Thanks for being willing to help! Take care.
-mike
Sign up for our Newsletter to keep up to date with the Sandbox news!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: 2.4 for Mac?

Post by Obsidian »

He'll probably need the necessary SDL libraries, won't he?
うるさいうるさいうるさい!

github: https://github.com/damianb/
Ryuzaki
Member
Member
Posts: 71
Joined: November 28th, 2009, 8:20 pm
Name: Caleb
Location: On my Mac

Re: 2.4 for Mac?

Post by Ryuzaki »

@mike :: I already have XCode installed and have tried to compile the source, but either I've got the wrong files that I'm trying to compile (hirato said that I just needed the "rpg" and "src" files, but I added in "enet" because it was needed) but I got all kinds of errors and it just didn't work, so either I'm doing something wrong or the files aren't there that need to be.

@Obsidian :: My point exactly, I don't even know what SDL libraries are...

EDIT :: Never mind, I figured it out and it's not as hard as I thought it would be...I just need to update the files in XCode, which it did automatically when I opened up the xcode.project file (it just changed around the directory, and since the directories were the same from 2.3, it didn't need any changing around). The only problem is that it was looking for an SDK file for macOSX10.4 and I have Snow Leopard. Is there any way that I can change what SDK file is used?

EDIT2 :: When I installed XCode, I simply forgot to check "10.4 Support," so now I'm re-installing it and it should work after I've finished. I'll let you guys all know!
Image
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: 2.4 for Mac?

Post by Obsidian »

The problem may lie in that you probably have to convert the files from the Windows EOL (\r\n) to the UNIX EOL (\n).

You may need to use a tool in order to get that fixed. I know on Linux, you can use dos2unix/fromdos/d2u, however I'm not sure what can do this on Mac.
うるさいうるさいうるさい!

github: https://github.com/damianb/
offtools
Member
Member
Posts: 125
Joined: June 23rd, 2009, 2:10 pm
Name: offtools
IRC Username: offtools

Re: 2.4 for Mac?

Post by offtools »

SDL:

a guide, how to install SDL on mac can be found here:
http://guides.macrumors.com/Installing_SDL

SDL itself is here:
http://www.libsdl.org/download-1.2.php

offtools.
Ryuzaki
Member
Member
Posts: 71
Joined: November 28th, 2009, 8:20 pm
Name: Caleb
Location: On my Mac

Re: 2.4 for Mac?

Post by Ryuzaki »

But what should I even do with that? Other open-source projects can simply give their source and then people like me can
1. "./configure"
2. "make"
3. "make install"
and set it all up. However, it's not that easier in this situation, and I'm not sure why...
Image
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: 2.4 for Mac?

Post by PizzaLover101 »

is there a specific download like for 2.3?
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
Locked