Conway Life game for Nokia 9500 (OPL)
jcrossword.narod.ru
Life game for N9500
Nice, pretty quick too. Brings back a lot of memories from the 80's. Thanks!
It also works perfectly on the 9210, although you need to unpack the sis-file and install the files by hand.
@Alex812: can you also package it for the 9210?
Thanks.
You mean to add the line
(0x101F8ED2), 0, 0, 0, {"Series80ProductID"}
to the package file?
I think that line is already there. If {Series80ProductID} is in the package it won't install on the 9210. If you remove the {Series80ProductID} and make a new sis-file, it will install on the 9210.
What I did now is unpack the sis-file and copy the files to \system\apps\life. Since not everybody knows how to decompile a sis-file, installing life with a .sis for the 9210 would be a lot easier.
BTW. I noticed the menu always resets to the beginning when you open it. It would be easier to have it open on the last used menu-item (especially if you want to add a large number of objects to the screen). You can do this by using a global variable (mpos%) and use this in the mINIT call (mINIT(mpos%)). At the beginning of the program, you can set it to the first menu-item by using mpos%=AFMenuPaneToShartShowing%: (you only have to do this once).
There are 2 lines now
(0x101F8DD2), 0, 0, 0, {"Series80ProductID"}
(0x101F8DDB), 0, 0, 0, {"Series80ProductID"}
Alex812 wrote:There are 2 lines now(0x101F8DD2), 0, 0, 0, {"Series80ProductID"}
(0x101F8DDB), 0, 0, 0, {"Series80ProductID"}
can brother tell me what software i shout use to open the sis pack
i just use the hex workshop but cannot remoe the file