Jump to content
Koumei & the Five Fates: Share Bug Reports and Feedback Here! ×

Code: Steel-Path: Devs, XML for easy normal-to-steel-path-code-transition.


XJR15

Recommended Posts

Devs, how about you make an easy code unit that enables all your content to easily flip from normal star chart to steel path star chart like the flip of a button. like a light switch on/off. steel path on, steel path off.

so basically that means when u release new content u just flip the steel path button it will have the steel path level boost enabled on new released content without u having to program it in every time. in other words, use XML format. then encrypt it.

new content is released instead the boost will be enabled on all content if u flip the button on or off like a light switch in a house for light on or off.

 

devs try this so new content doesnt require u to program steel path in if u flip the button it will already have it in. on/off

 

basically: 

 

<?xml version="1.0" ?>

<Difficulty_Adjustments>

 

 <Difficulty_Adjustment Name="Normal_Default"> = ORIGIN SYSTEM NORMAL
            <Level_Multiplier>1.0</Level_Multiplier> = Default
            <Health_Multiplier>1.0</Health_Multiplier> = Default
            <Shield_Multiplier>1.0</Shield_Multiplier> = Default
            <Armor_Multiplier>1.0</Armor_Multiplier> = Default
      </Difficulty_Adjustment>


          <Difficulty_Adjustment Name="Hard_Default"> = THE STEEL PATH
            <Level_Multiplier>2.0</Level_Multiplier> = +100 Level
            <Health_Multiplier>2.5</Health_Multiplier> = +250% Health
            <Shield_Multiplier>2.5</Shield_Multiplier> = +250% Shield
            <Armor_Multiplier>2.5</Armor_Multiplier> = +250% Armor 
      </Difficulty_Adjustment>

 

</Difficulty_Adjustments>

 

On new content thats released without u having to progam it in because its linked together like AMD CrossFire and Nvidia SLI and Sonic 3 & Knuckles from 1994 - 2021. TRY IT!!! <3 -SEGA

Link to comment
Share on other sites

2 hours ago, XJR15 said:

Devs, how about you make an easy code unit that enables all your content to easily flip from normal star chart to steel path star chart like the flip of a button. like a light switch on/off. steel path on, steel path off.

Isnt there already a "switch" like option to toggle SP?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...