You can find the link here.
Announcement
Collapse
No announcement yet.
Project Artemis
Collapse
This is a sticky topic.
X
X
-
I've added two bounties to the Project Artemis BountySource page: http://artemis.bountysource.com/I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...
Comment
-
Viper, for the upcoming Artemis release, the NTPB protocol has changed a bit.
You need to apply this patch to ps2cc to allow dumping:
https://bitbucket.org/misfire/artemi...tpb-dump.patch
Comment
-
Being bored at work, I believe I've finished my portion of the History of Project Artemis: http://gshi.org/wiki/History_of_Project_Artemis
If anyone else has anything they'd like to add, feel free. I'm sure there's plenty of detail I've left out.I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...
Comment
-
Done. It's only on BountySource so far though. I don't have Mercurial setup on here yet. TortoiseHG on Ubuntu demands mercurial 1.3, but apt-get only find 1.1x. I'm downloading the windows version to try.Originally posted by misfire View PostViper, for the upcoming Artemis release, the NTPB protocol has changed a bit.
You need to apply this patch to ps2cc to allow dumping:
https://bitbucket.org/misfire/artemi...tpb-dump.patch
btw, I still can't get it to load the goddamn cheats file.
Comment
-
Textpad keeps it in unix too. I had the same problem with the default file on the last version as well.Originally posted by Lazy Bastard View PostViper187: Have you modified the cheats file at all? If you have, take care to do so in a Unix-friendly editor (I use Crimson Editor, but there are others).Last edited by Viper187; 10-14-2009, 11:48:17 AM.
Comment
-
On Ubuntu, I'm using the hg client on the command line or the NetBeans IDE which includes a decent Mercurial plugin.Originally posted by Viper187 View PostDone. It's only on BountySource so far though. I don't have Mercurial setup on here yet. TortoiseHG on Ubuntu demands mercurial 1.3, but apt-get only find 1.1x. I'm downloading the windows version to try.
btw, I still can't get it to load the goddamn cheats file.
Comment
-
Wouldn't surprise me if that's the issue. I run off the USB stick cause that's more convenient. I can't just stick the memory card in the PC and throw new versions directly on it.Originally posted by LiquidManZero View PostThis probably isn't any help, but I oddly found that the cheats file will not load unless both it and Artemis are on a memory card. Though this was with 0.3 and I don't know if it had the USB mass drivers or not.
Comment
-
I have an explanation for this. When you run artemis.elf from USB using a loader like uLE, the USB modules are already properly initialized. Then Artemis reads the config file and resets the IOP if loader.iop_reset is true. This removes the USB modules, and unless you have compiled Artemis with USB support, the modules aren't reloaded again. You can try to set loader.iop_reset to false, but I can't guarantee that it will work without side effects.
Sorry for the trouble, but for legal reasons, I can't include usb_mass.irx directly.
Comment
Comment