Announcement

Collapse
No announcement yet.

Project Artemis

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • You can find the link here.

    Comment


    • 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


          • Originally posted by misfire View Post
            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
            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.

            btw, I still can't get it to load the goddamn cheats file.

            Comment


            • Viper187: 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).
              I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

              Comment


              • Originally posted by Lazy Bastard View Post
                Viper187: 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).
                Textpad keeps it in unix too. I had the same problem with the default file on the last version as well.
                Last edited by Viper187; 10-14-2009, 11:48:17 AM.

                Comment


                • Originally posted by Viper187 View Post
                  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.

                  btw, I still can't get it to load the goddamn cheats file.
                  On Ubuntu, I'm using the hg client on the command line or the NetBeans IDE which includes a decent Mercurial plugin.

                  Comment


                  • This 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


                    • Originally posted by LiquidManZero View Post
                      This 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.
                      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.

                      Comment


                      • Hmm...I always have Artemis and the cheats file on a USB flash drive, and I've never had those problems loading it.
                        I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

                        Comment


                        • Did you compile Artemis yourself with USB support enabled AND included the separately compiled usbd.irx/usb_mass.irx? For that matter... Is that actually required or am I misunderstanding the issue here?

                          Comment


                          • I just used the pre-compiled binary release, without any IRXs.
                            I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

                            Comment


                            • Then why are both Viper and myself having it refuse to load the cheats file off USB mass storage, when it has no problems with loading the config file from such a location? If it doesn't have the USB drivers then how is it capable of loading one of the two files but not both?

                              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

                                Working...
                                X