This member has provided no bio about themself...

Comment History
VeToMiNaToR
VeToMiNaToR - - 2 comments @ [ZHE 1.0.0] Manual Mod Launch (For EA App, Steam, Mac)

I wrote a Script for Windows to Rename all of the File Extensions with [.zhe] to [.big]. Just create a file named "rename" with the extension [.bat]. in the Folder where these Files are located and paste this code into it >>
===========================================================
```batch
echo off
for %%F in (*.zhe) do (
ren "%%F" "%%~nF.big"
)
echo All .zhe files have been renamed to .big
===========================================================

Save it & Execute it, Done!

Good karma+2 votes
VeToMiNaToR
VeToMiNaToR - - 2 comments @ GC2 Reversal Mod

Is it possible to play all of the 3 factions instantly now "skirmish" (all at once NSA vs Terran vs Viron)!?

Good karma+1 vote