Home » PLAYER'S HQ 1.13 » JA2 Complete Mods & Sequels » Stracciatella Project (Platform Independent JA2) » Stracciatella Gun Pack
Re: Stracciatella Gun Pack[message #230682] Sun, 09 August 2009 20:52 Go to previous messageGo to previous message
mgl is currently offline mgl

 
Messages:255
Registered:December 2007
Location: France
I've just tried the 1.1 revision on Unix (Linux, hadn't played for two months). It doesn't work "as is" because of upper/lower case mismatches in the files names.

The pack provides the "Bigitems" and "Interface" folders while the game engine expects them in upper case: "INTERFACE" and "BIGITEMS".

All the files in those folders are provided in upper case while the game expects them in lower case.

For other people on a case-sensitive OS, the pattern for conversion is:
Interface/MDGUNS.STI -> INTERFACE/mdguns.sti
Bigitems/GUN00.STI -> BIGITEMS/gun00.sti


EDIT: I add a command to translate the gun files to lower case:
Bigitems$ for if in $(ls GUN*.STI); do mv -f $if $(echo $if | tr [:upper] [:lower]); done

[Updated on: Thu, 13 August 2009 22:55] by Moderator

Report message to a moderator

Master Sergeant
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Stracciatella resolutions mods..
Next Topic: UB weapons/items for Stracciatella
Goto Forum:
  


Current Time: Sat Jan 11 11:00:32 GMT+2 2025

Total time taken to generate the page: 0.01079 seconds