Difference between revisions of "How to change and add Items and other things"

From Halfway
Jump to: navigation, search
Line 7: Line 7:
  
 
=== List of Json files===
 
=== List of Json files===
 +
 +
====Accuracy Curves for Weapons====
 +
 +
If you want to add or edit new range accuracy curves for weapons use this json here:
  
 
[[accuracyCurves.json]]
 
[[accuracyCurves.json]]
 +
 +
====AI settings====
 +
 +
All AI settings and brains parameters are defined here:
  
 
[[ai_archetypes.json]]
 
[[ai_archetypes.json]]
 +
 +
==== Asset Meta Data ===
 +
 +
This Json gets automatlic updated when you use the [[MetaData Tool]]. So don't edit it manually.
  
 
[[assetMetaData.json]]
 
[[assetMetaData.json]]
 +
 +
====Balancing ====
 +
 +
This json contains some of the main balancing elements you can tweak in Halfway. Also very well suited to test out some fast changes to the balancing:
  
 
[[balancing.json]]
 
[[balancing.json]]
 +
 +
====Items====
 +
 +
Want more Items? Here is the place to look:
  
 
[[items.json]]
 
[[items.json]]
 +
 +
====Level Points on the Map====
 +
 +
In this file are the level points definitions and position on the Mission briefing map. Also the information about the "Must have Team" and more:
  
 
[[levelPoints.json]]
 
[[levelPoints.json]]
 +
 +
====Game Progress====
 +
 +
This json defines the progress of the game and when which maps are available.
  
 
[[progressPacks.json]]
 
[[progressPacks.json]]
 +
 +
====Skill Descriptions ====
 +
 +
Just contains the text for the skills.
  
 
[[skillDescriptions.json]]
 
[[skillDescriptions.json]]
 +
 +
====Suits definitions====
 +
 +
In the suits.json all the information about the suits are stored.
  
 
[[suits.json]]
 
[[suits.json]]
 +
 +
====Weapons Definitions====
 +
 +
All the weapons are stored here:
  
 
[[weapons.json]]
 
[[weapons.json]]
 +
 +
====Character Animationssets====
 +
 +
This jsons are special cases for the characters and enemies for defining the animation rules:
  
 
[[Animation Sets]]
 
[[Animation Sets]]

Revision as of 15:03, 18 September 2014

Overview

If you want to change or add items or weapons or anything like that you will have to work with our json files. But fear not it is rather simple and easy to learn.

'Tip: Use Sublime Text as the text editor. There is a free version to test out and it is very powerful when it comes to replace elements over multiple files and more and it works on all major OS.


List of Json files

Accuracy Curves for Weapons

If you want to add or edit new range accuracy curves for weapons use this json here:

accuracyCurves.json

AI settings

All AI settings and brains parameters are defined here:

ai_archetypes.json

= Asset Meta Data

This Json gets automatlic updated when you use the MetaData Tool. So don't edit it manually.

assetMetaData.json

Balancing

This json contains some of the main balancing elements you can tweak in Halfway. Also very well suited to test out some fast changes to the balancing:

balancing.json

Items

Want more Items? Here is the place to look:

items.json

Level Points on the Map

In this file are the level points definitions and position on the Mission briefing map. Also the information about the "Must have Team" and more:

levelPoints.json

Game Progress

This json defines the progress of the game and when which maps are available.

progressPacks.json

Skill Descriptions

Just contains the text for the skills.

skillDescriptions.json

Suits definitions

In the suits.json all the information about the suits are stored.

suits.json

Weapons Definitions

All the weapons are stored here:

weapons.json

Character Animationssets

This jsons are special cases for the characters and enemies for defining the animation rules:

Animation Sets