Recent content by OmniBlade

  1. O

    Homebrew RELEASE C&C - Vanilla Conquer

    @capsterx If you are still interested in improving and maintaining the port you might want to check out https://github.com/TheAssemblyArmada/Vanilla-Conquer/pull/419 and comment with any requirements you might have from a switch point of view.
  2. O

    Homebrew RELEASE C&C - Vanilla Conquer

    Should just need the german versions of the mix files, finding the correct disks is another matter though. Some things will still be english as they are hardcoded behind some ifdefs in the code so the code has to be compiled for the language for those to be correct.
  3. O

    Homebrew RELEASE C&C - Vanilla Conquer

    What arm mode does the switch use? Little endian? Other than that I can't really think of anything else that might throw it off off the top of my head.
  4. O

    Homebrew RELEASE C&C - Vanilla Conquer

    I've just PR'd a no-cd solution upstream @capsterx which should save people having to mess around with merging mix files. The PR is yet to be accepted and merged, but just a heads up.
  5. O

    Homebrew RELEASE C&C - Vanilla Conquer

    @RyuSeisuke1992 No, this is the classic game using the freeware release assets. Its the same game minus a few QOL changes like the unit queuing which isn't handled in the open source code that was released for the game logic dll files. The dll's are slightly modified versions of the original...
  6. O

    Homebrew RELEASE C&C - Vanilla Conquer

    Thanks for your efforts diagnosing this, its a big help with our cleanup effort. There are loads of bits we are finding in the codebase where we are scratching our heads wondering how it every worked :D I was being a bit tongue in cheek regarding the icons, they are there to use, but you aren't...
  7. O

    Homebrew RELEASE C&C - Vanilla Conquer

    Infact on closer inspection it affects our 64bit builds as well, so we'll be fixing it one way or another ourselves in near future. Also, @capsterx why are you using the RA2 image as your RA icon? Do you not like our lovingly crafted svg icons under resources?
  8. O

    Homebrew RELEASE C&C - Vanilla Conquer

    LZO is part of the original source, it was used in the original RA in the same way it is here, but its a hideously out of date version. If you really wanted to keep supporting it (and realistically there is no reason to), you could try replacing it with the latest minilzo which unfortunately I...
  9. O

    Homebrew RELEASE C&C - Vanilla Conquer

    Hello, I'm one of the main devs working on Vanilla Conquer and I must say I'm amazed someone picked it up this quickly to develop a switch port after we more or less finished the SDL2 linux port work given we haven't even promoted the project beyond the C&C modding community yet. We haven't...