Robrecht van Valkenburg

Citizen
  • Posts

    2
  • Joined

  1. Well City of heroes/villains is a OpenGL game, aside from adding transgaming libs and making a launcher/updater. Porting it is near trivial (Bug fixing windows hacks is the real problem).

    If the other games are not based on OpenGL then porting them can be a real *****. You can attempt to do it with adding libSDL but thats still very complicated.

    As a general disclaimer I have programmed with OpenGL and directX on Windows and Linux.
  2. Robrecht van Valkenburg

    Updater freezes.

    Some Unix advice: Use a SSH client to login to the mac when it freezes (even if your controlls behind the computer fails it will normally work)
    Kill the CoH proc, you will likely have to use SIGSEGV, SIGKILL or perhaps even SIGILL.

    This should abort (well it should "destroy" the proc) the updater.

    If what I just wrote seems giberish ask several people you know about it or come back on it. It's slightly advance Unix stuff.