Changes between Version 12 and Version 13 of ioquake3


Ignore:
Timestamp:
Aug 18, 2011 10:47:14 AM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ioquake3

    v12 v13  
    5050 * '''server/sv_game.c''': edit SV_GameSystemCalls and add a case for your enum value to call your function with. If you're passing memory addresses out of the virtual machine, use VMA(x) to remap address in args[x] from VM-memory to Quake-memory. Keep in mind that there's no way to go the other way - you won't be able to see memory outside the VM from within it.
    5151
    52 To insert trap functions into cgame, replace game/g_* with cgame/cg_*, and server/sv_game.c with cgame/cl_cgame.
     52To insert trap functions into cgame, replace game/g_* with cgame/cg_*, and server/sv_game.c with client/cl_cgame.
    5353To insert trap functions into ui, ...? Something similar probably.
    5454=== Quake Filesystem ===