Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
/ java-4d-notes Public archive
forked from pcan/java-4d

3D model editor for Gepard 2 with Gepard 1 Game Engine support. This is modified version, not original. Modified to have note window for those who might need

License

Notifications You must be signed in to change notification settings

bads-tm/java-4d-notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-4d

A 3D model editor for Codename Panzers game. This is my first "complex" Java project, it dates back to 2009. At that time, writing this helped me a lot to learn Java. The reverse engineering of 4D file structure was a funny and exciting experience (I started from scratch, by changing some bytes around in the files and checking in-game effects), you can find some txt files with my notes (in Italian).

Build & run

I used Netbeans to build this project, but everything supports maven should work (of course, command line too). With a mvn clean install you should be able to build a jar in the target directory. It contains all dependencies so you can run it with java -jar java-4d-editor-<<version here>>.jar

Status & License

This project is not maintained anymore, if you want to expand it feel free to fork the repo.

The code is released under MIT license.

About

3D model editor for Gepard 2 with Gepard 1 Game Engine support. This is modified version, not original. Modified to have note window for those who might need

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%