OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Serial Killer on 30 Oct 2005, 12:28:10

Title: Cannot load script
Post by: Serial Killer 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}";
      };
Title: Re:Cannot load script
Post by: Serial Killer on 31 Oct 2005, 14:39:03
Help? :(
Title: Re:Cannot load script
Post by: h- 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..
Title: Re:Cannot load script
Post by: Serial Killer on 31 Oct 2005, 17:28:49
Problem solved. The file name was missing the .pbo end.