How to install

llaumax
Description:
Sky texture replacement by Llauma
Website:
forums.bohemia.net
Mod Type:
Replacement
Download Size:
2 MB
67e5dc4fAdded by faguss_pl on 8th Aug 2020

Preview Installation Script:     From version:  

1.01 2021-03-02 20:05:57
UNPACK {http://files.ofpisnotdead.com/files/ofpd/unofaddons2/OFPR_Addon_LlauMaxSkyPackV12.zip 
ftp://ftp.armedassault.info/ofpd/unofaddons2/OFPR_Addon_LlauMaxSkyPackV12.zip 
https://www.mediafire.com/file/0wabnsdvlq1ef08 ://download OFPR_Addon_LlauMaxSkyPackV12.zip}
MOVE llaumax\LlauMax_Readme.txt

IF_VERSION  <=  1.96
	UNPACKPBO  <game>\Res\Dta\HWTL\data.pbo  dta\HWTL
	MOVE  llaumax\newdata\*.pa?  dta\HWTL\Data
	MAKEPBO
	
	UNPACKPBO  <game>\Res\Dta\HWTL\data3d.pbo  dta\HTWL
	MOVE  llaumax\newdata\*.p3d  dta\HWTL\data3d
	MAKEPBO
ELSE
	UNPACKPBO  <game>\DTA\Data.pbo  dta
	MOVE  llaumax\newdata\*.pa?  dta\Data
	MAKEPBO
	
	UNPACKPBO  <game>\DTA\Data3D.pbo  dta
	MOVE  llaumax\newdata\*.p3d  dta\Data3D
	MAKEPBO
ENDIF

12021-03-02 20:05:57

1.012021-03-02 20:05:57
Redoing PBO modification in order to correct file modification dates (because of MakePbo.exe bug).