Jump to content

Xycaleth

Members
  • Posts

    1,458
  • Joined

  • Last visited

Posts posted by Xycaleth

  1. Regarding the jk2 models in Jka, there's already some hacky workaround code in the game engine to reassign jk2 bone names to Jka bone names and it isn't pretty. It's a bad idea to fix these type of things in code anyway.

  2. It's possible the capabilities of the Crosswalk SDK, and the Crosswalk plugin for Max are different. I would recommend you try Crosswalk 5 because as I understand it, the plugin (which you are writing if I'm correct) chooses how to export the scene data, and in what format to output it as. Looking through the SDK files, there's files for the dotXSI 3.0 format which I doubt were left in there by mistake.

  3. Jka was released at a time when there was little support for programming on the GPU. It was mainly a list of set instructions you could do, so the dynamic glow stuff was kind of a hack. It wasnt bad programming, but limitations. Nowadays, GPUs can be programmed similar to how you program a computer so you can do all the fancy graphics effects, which leaves the CPU free to do other stuff like physics and ai. Crysis is both CPU and GPU intensive so you need a good CPU and GPU to run it with full settings enabled.

    eezstreet likes this
×
×
  • Create New...