Forum | Windows Vs. Mac

You must be logged in to post Login Register

Search Forums:


 






Windows Vs. Mac

No Tags
UserPost

5:52 pm
July 6, 2010


likelittlemarc

Member

posts 3

Post edited 7:51 pm – July 6, 2010 by likelittlemarc



Just a question;

Does the windows version of pywright have advantages to the mac one, or vice versa?

What is the 'DS_Store' function on the pywright menu?

Also, is it possible to listen to an .ogg without running it through pywright?

4:07 am
July 7, 2010


EliqueStudios

Burwood, Sydney, NSW, East Australia, Australia, Oceania, Southern Hemisphere, Earth,1st-3rd From The Sun, Solar System, Galaxy, Universe.

Member

posts 24

Hello! I Can Answer Your Last Question! 

likelittlemarc said:

Also, is it possible to listen to an .ogg without running it through pywright?


Yes. It Is Possible To Listen To .ogg Files Without Running It Through PyWright.

I Use VLC Media Player (http://www.videolan.org/vlc/) And Sometimes WinAmp For Listening To .ogg Files!

I Linked VLC, Because That One Is Free.

And WinAmp Possibly Is Too. I Forgot Which Is Which.


Now Here Is A Picture I Drew For The lolz. Ok Bye.

<object width="450″ height="385″><param name="movie" value="http://backend.deviantart.com/…..d/view.swf" /><param name="flashvars" value="id=170274991&width=1337″ /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/…..d/view.swf" type="application/x-shockwave-flash" width="450″ flashvars="id=170274991&width=1337″ height="385″ allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/devi…..170274991/">Sushi Wabbit Extreme 1024×768</a> by ~<a class="u" href="http://eliquestudios.deviantart.com/">EliqueStudios</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a>

4:08 am
July 7, 2010


EliqueStudios

Burwood, Sydney, NSW, East Australia, Australia, Oceania, Southern Hemisphere, Earth,1st-3rd From The Sun, Solar System, Galaxy, Universe.

Member

posts 24

Post edited 4:11 am – July 7, 2010 by EliqueStudios


WHOOPS! SORRY FOR DOUBLE POST AND SENSELESS HTML!! Here Is The Picture From Before!


Sushi Wabbit Extreme 1024×768 by ~EliqueStudios on deviantART

5:46 pm
July 7, 2010


saluk

Admin

posts 144

PyWright assumes any folders in the games folder is a game. DS_store is meant to be hidden on mac, but python is thinking it is a game. I can probably make pywright skip that.

There is a difference between windows and mac file systems – windows is case insensitive (upper or lower case doesn't matter) while OSX is case sensitive (a file named "FILE" can be in the same folder as a file named "file"). What this means is when you deal with files in wrightscript, such as loading a character portrait, or running a different script, if you are careless with case, it will actully work fine on windows. But you might run into trouble trying to play that game on OSX or linux.

Other than that there are no differences between versions. I've gone so far as to take features out to make sure they are both the same. The now missing gif support is one example.

No Tags