097 Distro lettercase errors
Posted: Fri Mar 09, 2007 8:15 am
The following errors are small and not causing problems on win32... but as linux systems are case sensitive, it is causing reading errors during POL startup:
1.
/pkg/items/trash/config/itemdesc.cfg
Trashcan line:
ControlScript trashCan/Control
Control should be in lowercase (as i seen the style requirements), same as the file control.ecl:
ControlScript trashCan/control
2.
/pkg/skills/mining/itemdesc.cfg
OreVein lines:
Script orevein/use
DestroyScript orevein/onDestroy
MethodScript orevein/method
directory name should be oreVein, as it is in pkg.
Script oreVein/use
DestroyScript oreVein/onDestroy
MethodScript oreVein/method
1.
/pkg/items/trash/config/itemdesc.cfg
Trashcan line:
ControlScript trashCan/Control
Control should be in lowercase (as i seen the style requirements), same as the file control.ecl:
ControlScript trashCan/control
2.
/pkg/skills/mining/itemdesc.cfg
OreVein lines:
Script orevein/use
DestroyScript orevein/onDestroy
MethodScript orevein/method
directory name should be oreVein, as it is in pkg.
Script oreVein/use
DestroyScript oreVein/onDestroy
MethodScript oreVein/method