| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Getting Started with Coding

This version was saved 7 years, 8 months ago View current version     Page history
Saved by James Koppel
on July 23, 2016 at 2:24:28 pm
 
This page has an associated video tutorial, Modding with an Iron Fist: Episode 4: Modding the Code ( http://www.youtube.com/watch?v=dFTT0id4Iz0 )
 
Getting a development environment set up is never a picnic, especially not for a project as advanced as Ironfist. This tutorial aims to remove as much of the pain as possible.
Our code interacts with the code of the original game at the binary level, and we're stuck using Microsoft tools as a result of some of the features we use to do this. 

 

What You'll Need

 

 

Setup 

 

We have now started distributing the Visual Studio Project file in the repository. Simply go to your local copy of the repository, and open the ironfist/ironfist/ironfist.vcxproj file in Visual Studio. You should be able to immediately compile the project. The map editor should work similarly, but with ironfist/editor_vs/editor_vs.vcxproj instead.

 

One issue is that, for some reason, all files will be displayed in one giant unorganized list, even though the actual files are organized in a nice hierarchy. Fixing this is on the to-do list, but we'll do it sooner if you complain.  And, of course, please complain if you have any other problems.

 

Guidelines

 

See the Coding Guidelines page for more information.

Comments (0)

You don't have permission to comment on this page.