Skip to content

sda553/civassetextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

civassetextractor

Extract assets from Civilization I to *.png files. You need Civilization I installed or downloaded.

  1. Installation
  2. Example

Installation

Java 1.8.0 or higher is required, Maven 3 or higher is recommended to use as a build tool

download/clone the git and use

mvn install 

Usage

java -jar civ-1.0-SNAPSHOT.jar <civilisationpath> {-out <outpath>}

Example

The following is a simple example of usage.

java -jar civ-1.0-SNAPSHOT.jar c:\civ

c:\civ is a path where your Civilization I *.pic files are. This will generate assets in your work directory.

java -jar civ-1.0-SNAPSHOT.jar c:\civ -out c:\civassets

This will generate assets in your c:\civassets directory. thumbnails

About

Extract assets from Civilization I to *.png files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages