Home   Help Search Login Register  

Author Topic: WG 3.01 CPP Help Needed  (Read 937 times)

0 Members and 1 Guest are viewing this topic.

Offline RM Snipe

  • Members
  • *
  • RM kicks butt!
WG 3.01 CPP Help Needed
« on: 26 Feb 2004, 02:26:37 »
Hi Guys,

I have been trying to assemble cpp for just portable mortars from Wargames 3.01 adpak.
Getting error mortar\config.cpp/cfgweapons.WGL_RucksackBase: undefined base class 'WGL_RucksackBase'
Can anyone help ?

Thanks
« Last Edit: 26 Feb 2004, 02:45:49 by rm_snipe »

Offline DesertFox

  • Members
  • *
    • Bloody Days Mod Homepage
Re:WG 3.01 CPP Help Needed
« Reply #1 on: 01 Mar 2004, 16:50:08 »
Uhm: You didn't define WGL_RucksackBase !!!!!
(You have to define it first!)

Let me know if it works, and if it doesn't, send the config to me and I'll see what I can do....

CU
DesertFox, Texturer of Bloody Days Mod

Leone

  • Guest
Re:WG 3.01 CPP Help Needed
« Reply #2 on: 02 Mar 2004, 16:25:12 »
What he means (since the config file is attached  ;) ) is this line:

Quote
   class WGL_RucksackMagBase: WGL_RucksackBase

WGL_RucksackBase is not defined anywhere. You need to base this off an existing class  :)

Offline RM Snipe

  • Members
  • *
  • RM kicks butt!
Re:WG 3.01 CPP Help Needed
« Reply #3 on: 02 Mar 2004, 23:48:30 »
Thanks Guys,

I will try what you have both suggested & get back to you with result.

RM_Snipe...