Skip to content

RTCW MP

Zack Middleton edited this page Oct 22, 2013 · 20 revisions

RTCW-MP engine features missing from Spearmint.

Currently not planning to support these RTCW-MP API calls

  • translation support
  • auto update
  • open URL

Missing CGame API calls

  • trap_S_StartSoundEx
  • trap_S_StartStreamingSound (not sure if it's used by MP, I know SP does.)

Missing API calls that are only used by SP?

  • trap_S_GetVoiceAmplitude (not used in MP, used in SP)
  • spline camera support (only needed for SP afaik)
  • get tag (only needed for SP, plus I want to redo the VM code so it isn't needed)
  • missing some bot system calls (only needed for SP, MP doesn't have bots)

Renderer

  • MDC, compressed version of MD3
  • MDS, skeleton model format. Integrated torso/legs in format. Has dynamic LOD collapse.
  • some stuff from tr_types.h
  • unknown other things?

Port notes

  • Console background needs to be changed for RTCW-MP in CGame VM.
Clone this wiki locally