Announcement

Collapse
No announcement yet.

progs.dat compiles fine but when I start the server I get this error:

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • progs.dat compiles fine but when I start the server I get this error:

    Host_Error: SVVM_ExecuteProgram: QC function StartFrame is missing
    Quake Error: Host_Error: SVVM_ExecuteProgram: QC function StartFrame is missing

    but the StartFrame function is defined:
    2.5/progdefs.qc: func_t StartFrame;
    2.5/defs.qc:void() StartFrame;
    2.5/world.qc:void() StartFrame =
    void() StartFrame =
    {
    teamplay = cvar("teamplay");
    timelimit = cvar("timelimit") * 60;
    fraglimit = cvar("fraglimit");
    deathmatch = cvar("deathmatch");
    framecount = framecount + 1;
    };

    I'm using frikqcc v2.7.

  • #2
    Oh, you can try it too. It's the Team Fortress 2.5 source code.

    Comment

    Working...
    X