Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 1,119 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 8 of 11 1 2 6 7 8 9 10 11
Re: GameStudio for Mac? [Re: CBuilder2] #36371
12/18/04 02:00
12/18/04 02:00
Joined: Oct 2002
Posts: 815
NY USA
R
Red Ocktober Offline
Developer
Red Ocktober  Offline
Developer
R

Joined: Oct 2002
Posts: 815
NY USA
THANK GOD!!!

--Mike

Re: GameStudio for Mac? [Re: fastlane69] #36372
12/18/04 04:23
12/18/04 04:23
Joined: Feb 2003
Posts: 2,826
Margaritaville (Redneck Rivier...
myrlyn68 Offline
Senior Expert
myrlyn68  Offline
Senior Expert

Joined: Feb 2003
Posts: 2,826
Margaritaville (Redneck Rivier...
And now for something completely different...

Quote:

As someone who has no desire to port to Mac, I would be concerned as to what this would do to the actual win 3DGS engine development. Seems like this would spread the 3DGS team a bit thin, push back A7 release, etc....

They could hire an outside team to do it I guess, but the est. $50k price tag doesn't seem like enough for that...




That is why I was curious what the larger picture would be. Quite likely you would not have a dedicated Windows engine and a dedicated OSX engine - it would be a cross platform engine (and could very well be A7 or A8). Much of the development would not be affected, except of course the vast majority of JCLs work. Physics will operate more or less the same. Formats are not dependant on DirectX or OpenGL (you can even load X files in OpenGL). C-Script would not even have to change at all - since it doesn't run alone, it hooks to the engine. The only changes would be to the core engine...which is what JCL works on, apparently by himself. Granted it would be a lot of changes - but most of them can be made transparent to Windows users (other than clarities sake - you wouldn't even need to change things like the D3D_* commands).

Anywho, it would be interesting to know what a Mac port would really mean to the engine - beyond just operating on OSX.


Virtual Worlds - Rebuilding the Universe one Pixel at a Time. Take a look - daily news and weekly content updates.
Re: GameStudio for Mac? [Re: myrlyn68] #36373
12/18/04 04:34
12/18/04 04:34
Joined: Oct 2003
Posts: 1,258
Virginia, USA
qwerty823 Offline
Senior Developer
qwerty823  Offline
Senior Developer

Joined: Oct 2003
Posts: 1,258
Virginia, USA
Taking into consideration things JCL has mentioned before, like seperating the engine, renderer, and scripting into seperate pieces, make it more feasable down the road to offer more x-platform possiblities. If the same thing was done for other pieces like audio, then using OpenAL instead of DirectSound would be a possiblity as well. Same with OpenGL as a renderer.

With regards to formats, I know first hand the the code to do this is not quite portable. The reason for it is that the structs have padding in them that is written out to the files, and this means they are doing serialization by simply writing out the struct directly from memory. This wont work on other platforms since things like structure alignment and byte order may be different.


Never argue with an idiot. They drag you down to their level then beat you with experience
Re: GameStudio for Mac? [Re: qwerty823] #36374
12/18/04 04:37
12/18/04 04:37
Joined: Feb 2003
Posts: 2,826
Margaritaville (Redneck Rivier...
myrlyn68 Offline
Senior Expert
myrlyn68  Offline
Senior Expert

Joined: Feb 2003
Posts: 2,826
Margaritaville (Redneck Rivier...
The code to open the files is not portable - but there is nothing in any file format that restricts them to use on a specific platform. You may find that a file format that is currently being used is not optimum for a different platform - but it will still work.


Virtual Worlds - Rebuilding the Universe one Pixel at a Time. Take a look - daily news and weekly content updates.
Re: GameStudio for Mac? [Re: myrlyn68] #36375
12/18/04 05:05
12/18/04 05:05
Joined: Oct 2003
Posts: 1,258
Virginia, USA
qwerty823 Offline
Senior Developer
qwerty823  Offline
Senior Developer

Joined: Oct 2003
Posts: 1,258
Virginia, USA
Quote:

The code to open the files is not portable - but there is nothing in any file format that restricts them to use on a specific platform. You may find that a file format that is currently being used is not optimum for a different platform - but it will still work.




Its the *code* that would need to get ported. All file formats are platform agnositc, as long as you have code that can read them. The point of portability is that the code used to read in all these files (wmb,wrs,mdl,etc) would have to be re-written to be able to run on other platforms. This is what would take time. Granted with proper coding, they could be written so they would work equally well on any platform, albeit at a small perfomance penalty. Although this would be negated mainly by the time it takes to actually fetch the data from disk.


Never argue with an idiot. They drag you down to their level then beat you with experience
Re: GameStudio for Mac? [Re: qwerty823] #36376
12/18/04 05:11
12/18/04 05:11
Joined: Aug 2000
Posts: 7,490
O
Orange Brat Offline

Senior Expert
Orange Brat  Offline

Senior Expert
O

Joined: Aug 2000
Posts: 7,490
Quote:

what's next from you... lines from the Three Stooges TV series!!!




Just to save the reputation of the poor Stooges and to lighten this up a bit, they never had a TV series....well in live action form, anyway.


My User Contributions master list - my initial post links are down but scroll down page to find list to active links
Re: GameStudio for Mac? [Re: CBuilder2] #36377
12/18/04 06:04
12/18/04 06:04
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
First, lay off the personal attacks. This is a developer forum, not fark.com. If you want to impress people by beating each other up, do it somewhere else. <subject ends at this point, if you have questions send me a PM or email *Don't post it here!*>

While pre-selling a Mac version of the software might sound like a good idea, it enters the whole world of "vaporware". Conitec fought hard against even having a "Forecast" list. It would be very hard to convince us to take money for a software product we haven't even started on...

Quote:

Seems like this would spread the 3DGS team a bit thin ...




It would spread the current team very thin. This goes back to my "limited time and money" point. We would have to hire at least one new person or...

Quote:

They could hire an outside team to do it I guess, but the est. $50k price tag doesn't seem like enough for that...




Maybe. Again, the $50k price tag is just a guess at this point (remember I said *not* to quote me on that ). In house or 3rd party, I'm sure we would end up spending a lot more then $50k. The hope is that it would be enough to get started.


Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: GameStudio for Mac? [Re: qwerty823] #36378
12/18/04 07:14
12/18/04 07:14
Joined: Oct 2002
Posts: 815
NY USA
R
Red Ocktober Offline
Developer
Red Ocktober  Offline
Developer
R

Joined: Oct 2002
Posts: 815
NY USA
i agree with qwerty's approach on this... abstracting the layers of code would make portability an easier prospect... and could be gradually coded into the engine while the HAL interface for the various platforms is thought out and coded...

... thus allowing for a smooth and uninterrupted transition.


--Mike

Re: GameStudio for Mac? [Re: Red Ocktober] #36379
12/18/04 07:36
12/18/04 07:36
Joined: Mar 2003
Posts: 5,377
USofA
fastlane69 Offline
Senior Expert
fastlane69  Offline
Senior Expert

Joined: Mar 2003
Posts: 5,377
USofA
Another reason why I wouldn't like to see 3DGS ported is that in my mind, the current 3DGS users would likely be sharing in the cost of development and release; passing on the loses onto us as it where. Given that in everyones mind it would be an uphill battle, I could see the win version bumped up a few (hundred) dollars to make up for the initial period where 3DGS/mac is entering the market. I suppose that is why they would rather do it with outside investors rather than spend their own money on it.

Also, think of it from the indie perspective. If I'm going to spend my time and money on a product, do I want to deploy it on a computer system that has maybe 1% of the audience that windows has? Take Action Bird and Biyu Biyu...after all the time and sweat and money invested in it and for as excellent as those games look, if deployed on a mac it's exposure would be minimal and that would be a shame.

No matter how you cut it, it just doesn't make good business sense for either Conitec or its current and future customers.

For me this falls in the "if it ain't broke, don't fix it" category. The acknex engine has been around for a decade exclusively on windows and so far so good. While there is a potential for Conitec to be a small fish in a small pond, a small pond just doesn't have that much food and I'd like to think that conitec is hungrier than that.

Quote:

Again, the $50k price tag is just a guess at this point (remember I said *not* to quote me on that ).




Well I did put "est." and darn it, you are just so damn quotable!!!!

Re: GameStudio for Mac? [Re: fastlane69] #36380
12/18/04 07:41
12/18/04 07:41
Joined: Oct 2002
Posts: 815
NY USA
R
Red Ocktober Offline
Developer
Red Ocktober  Offline
Developer
R

Joined: Oct 2002
Posts: 815
NY USA
Quote:

a small pond just doesn't have that much food



you might wanna stop and take a look at the numbers first, before you jump to that conclusion... about the small pond of Mac users eager to see, and more importantly, to license, not only some of these games... but some of these game dev tools...

you might find that there pond, as small as it may seem in relation to other ponds, may be quite able to feed even the hungriest indie sharks... not to mention some the more established software publishing whales and dolphins...


--Mike

Page 8 of 11 1 2 6 7 8 9 10 11

Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1