Skip to content

rosshadden/ProjectRed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectRed

Setting up the dev environment:

  1. Set up your folder structure like this:

  projred
  \-ProjectRed
 	\build.xml
 	\common
   	\resources
  	\dummy
  	\etc.

  1. CD to ProjectRed folder.

  2. Run this command:


ant fullfilesetup


  1. After its done, download the following files to the MCP lib directory, then link the libraries in eclipse (Rightclick on Minecraft project, select buildpath, and under libraries tab click add external jar.

 projred
 \-build
   \-forge
     \-mcp
       \-lib
         \CodeChickenCore-dev x.x.x.x.jar
         \NotEnoughItems-dev x.x.x.x.jar
         \scala-compiler.jar
         \CodeChickenLib-dev-1.6.2-x.x.x.x.jar
         \ForgeMultipart-dev-1.6.2-x.x.x.x.jar

  1. Also copy all those files to the mods directory in mcp:

 projred
 \-build
   \-forge
     \-mcp
       \-jars
         \-mods
           \CodeChickenCore-dev x.x.x.x.jar
           \NotEnoughItems-dev x.x.x.x.jar
           \scala-compiler.jar
           \CodeChickenLib-dev-1.6.2-x.x.x.x.jar
           \ForgeMultipart-dev-1.6.2-x.x.x.x.jar

  1. Open eclipse and link the following sources:

 projred
 \-ProjectRed
   \common
   \resources
   \dummy

  1. To create a test release, run:

ant testbuild


This will use your dev environment to reobfuscate, then restore the state back to development.

  1. The finished jar will be in:

 projred
 \-build
   \dist

  1. The finished jar file will not be fully compatible with everything unless you use an external utility such as BON to fix the file names (Temporary problem with obfuscation)

About

A RP2 replacement

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%