1. Code Lyoko Games
  2. Code Lyoko Factory Interface free. download full
  3. Code Lyoko Factory Interface free. download full
Code lyoko factory interface free download versionFree

Current Release: Minecraft 1.6.4Version: 0.5.0

Jul 21, 2013  C.L.F.I 4.7 for Windows Download now! Sections of this page. Accessibility Help. Press alt + / to open this menu. Email or Phone: Password: Forgot account? See more of Code Lyoko Factory Interface on Facebook. Create New Account. See more of Code Lyoko Factory Interface on Facebook. Code Lyoko Fan. IFSCL (flash interface of code lyoko supercomputer) is a small simulation game that reproduces exactly the Supercomputer from the French animated show: Code Lyoko. Jeremie is the leader of the group, who operates the supercomputer interface in the factory.

Authors: Matthew Warren, Jake R., Andrew Silver, MarQ Blue
Dimensions/Portals Manager: Andrew Silver
Main Developers: Matthew Warren, Jake R
Textures: MarQ Blue, Matthew Warren

###Download

The official download is on the Minecraft Forum post.

Torrent

We also have Travis-CI making builds for us. The downloads can be found at repo.jadarstudios.com.

###Setting up IDE

Becasue Code Lyoko is a Gradle project, Gradle will automatically set up a workspace/project for either Eclipse or IDEA.

Code Lyoko Games

  1. Open command line.
  2. Change the directory to the project root.
  3. Run ./gradlew setupDevWorkspace to set up forge. If you want to have the deobfuscated source, replace setupDevWorkspace with setupDecompWorkspace.
  4. Run ./gradlew eclipse to generate the Eclipse project. If you want IDEA then replace eclipse with idea.
  5. Import the project (or IDEA module) into the workspace.

Code Lyoko Factory Interface free. download full

Run configuration are as follows.

#####Main class
net.minecraft.launchwrapper.Launch
#####Program Arguments
--version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --username $MC_USERNAME --password $MC_PASSWORD
Username and password are optional. Password is double optional.#####VM Arguments-Dfml.ignoreInvalidMinecraftCertificates=true
If you're in IDEA then you need to add this to the VM arguments.
-Djava.library.path='FullSystemPathToRepoClone/build/natives'
Replace FullSystemPathToRepoClone with the full path to the root of the repo.#####Working directoryPreferrably something empty like the eclipse/ directory.

###Building

Requirements: JDK

Code Lyoko Factory Interface free. download full

Open a command line, and change the directory to the base directory of the project. Run gradlew setupDevWorkspace build. The builds are in build/libs/C