Home   Help Search Login Register  

Author Topic: Cannot load script  (Read 1272 times)

0 Members and 1 Guest are viewing this topic.

Serial Killer

  • Guest
Cannot load script
« on: 30 Oct 2005, 12:28:10 »
When I try to test my units in game, I get an error message 'Script Srk_facestex\randface.sqs not found'. I have no idea why it doesn't work, because there's no errors with the addon's pbo name, event handlers are ok (or so I think) and the script is in right file too...

Here's my addon's (Srk_inf.pbo) event handler for my units, just in case:

Quote
      class EventHandlers
      {
      Init = "_this exec {\Srk_facestex\randface.sqs}";
      };

Serial Killer

  • Guest
Re:Cannot load script
« Reply #1 on: 31 Oct 2005, 14:39:03 »
Help? :(

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re:Cannot load script
« Reply #2 on: 31 Oct 2005, 15:49:49 »
I'm sure bumping after about 26hrs of the initial post doesn't get you help any faster..



I suggest you double, triple, quatro and then penta check that there is no typos anywhere, and that you have 'hide known extensions' (or something like that) not selected in windows' folder options..
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Serial Killer

  • Guest
Re:Cannot load script
« Reply #3 on: 31 Oct 2005, 17:28:49 »
Problem solved. The file name was missing the .pbo end.