CryEngine 3 Multiplayer Works!

There’s been some buzz on the CryDev Forums. We’ve recently been working on discovering the nuances of TCP/UDP socketing and CryEngine’s server capabilities. Well, I’d like to say I take no credit for discovering this process, I simply documented it. I have also posted it here.

Full list of steps taken:

  • Export functional map to engine.
  • Open CryLauncher. Log in using credentials.

More

Writing Weapon Scripts

At this point we have three files. A material (baseball_bat.mtl), a third person geometry file (baseball_bat_tp.cgf) and a first person character file (baseball_bat_fp.chr). It’s not enough to get a weapon into the engine. But to test that it’s working (and we should at this point) we could drag the CGF file into a map as level-geometry. To test the CHR file, use the Character Editor.
More