View Single Post
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#20
Originally Posted by jon5 View Post
Hi, I am the author of Paintown. Glad to see you guys got it working on the N900. A long time ago I got Paintown to run on the N500 using the Allegro4 library, I had a picture of it somewhere but I can't find it..

Anyway python really has nothing to do with the current implementation. Its just there to experiment with writing scripted levels but so far none exist so a new build could be made that does not include python and you would not have to fool with linking python2.5 to 2.6 (which is fairly dangerous, if python was actually used it would most likely crash at some point).

The platformer thing is an experimental feature that has no content other than being able to scroll around the mario background. You can disable it by removing the (platformer ...) part from data/menu/main.txt.

The keys in the mugen.cfg don't do anything so don't bother changing them.

I know mugen mode is fairly slow, there are many graphical effects that mugen uses which are slow to reproduce in software using 16-bit color. The original mugen was written in 8-bit color and doing palette effects there was relatively painless.

How much memory does the typical n900 have? I have troubles running some mugen characters on the Wii for example because it only has 80m of ram. I am slowly working on optimizing memory usage in mugen as well.

I'm curious as to why the game crashes the first time an option is selected but the second time it works. Can you provide any more information as to exactly under what circumstances that occurs?

Feel free to join me in my irc channel on irc.freenode.net in #paintown.
Hi! Not sure if you're aware but the cfg file location is wrong on the build I tested.

[2:paintown] Current File: mugen.cfg
[2:paintown] Checking for file in data/mugen/datamugen.cfg
[2:paintown] Couldn't find file: mugen.cfg
[2:paintown] Correcting file: mugen.cfg, in directory: data/mugen/data.
Got 14 files.

that's why I moved mugen.cfg to datamugen.cfg, sort of a missing slash on the file path...

Anyways the real configuration file is located at
/home/user/.paintownrc
just in case someone needs it. You could modify game keys, fullscreen on or off & fix the screen resolution.

Only problem for me now is how do i select the options from these windows or at least modify them



Ram of n900 is 250mb + swap so should be pretty playable compared to wii :)

And about the crashing so far haven't encountered anything like that yet. So can't help since I can't reproduce the problem.

Last edited by Radicalz38; 2011-11-15 at 09:36.
 

The Following User Says Thank You to Radicalz38 For This Useful Post: