Hi all,

Quote:
I have a problem... when i go file->New Intense X Project->OK I get error 2 times!!! "IntenseX.dat not found!"... How do I fix this???


Never seen this before.. Do you have Vista and if yes, is UAC turned on? Try running WED as an administrator and trying again.

Are you using the None Template from the New Intense X Project panel? See if you also get this error with Shooter template and also Standoff template.

If you close and re-open WED and try to load the level from the newly created project (and not go through New Intense X Project) will you still get the message, and at what point? (when level loads, when you try opening an Intense X panel, ...)

Finally, if all fails you could e-mail me your newly created project at LLaffer AT intense-i.com and I'll see if I get the same error here. You may also use our public ftp for this:

Public ftp details:
Server: www.intense-i.com
Username: anonymous@intense-i.com
No password!
Upload dir: Throw everthing inside the /incoming folder.


[how can i write my own movement code. It seems that my.PanForce isnt the right name anymore[/quote]

Copy pasting from your other thread:

In Intense X, I didn't want to use any of the limited 100 skills available for each entity, so Intense X uses its own custom skill system instead. The skill names are the same with IP2 but the way of calling them is different:

Instead of this: my.PanForce=30;
Use this: ix_skill(my,PanForce)=30;

Cheers,
Aris