Those working on this mod do so in their own free time and for no pay.
Show your support for them by enabling ads on this site!

Author Topic: Need help editing XML Files  (Read 2484 times)

0 Members and 1 Guest are viewing this topic.

September 02, 2016, 07:37:27 AM

Offline DarthRyan

  • Recruit
  • *
  • Posts: 1
  • Approval: +0/-0
    • View Profile
Need help editing XML Files
« on: September 02, 2016, 07:37:27 AM »
Hi all, I recently installed this mod (which is frickin awesome) and I wanted to edit some of the XML Files to see if i can make the game more challenging and then perhaps make it a little easier. So anyway I type in the values for one of the files and when I started up the game, It crashes before I even get too the opening sequence. I'm at a bit of a loss because I'm not sure what I did wrong exactly.

Hope you can help  :) :)

September 03, 2016, 05:07:03 PMReply #1

Offline Corey

  • Mod Leader
  • Administrator
  • Emperor
  • *****
  • Posts: 7,520
  • Approval: +410/-80
  • Dream Crusher
    • View Profile
Re: Need help editing XML Files
« Reply #1 on: September 03, 2016, 05:07:03 PM »
What did you change?
I also have a YouTube channel where I talk about mod development and gaming, do tutorials, and Let's Plays. If you like the content, consider supporting it on Patreon


September 11, 2016, 09:00:11 PMReply #2

Brutus

  • Guest
Re: Need help editing XML Files
« Reply #2 on: September 11, 2016, 09:00:11 PM »
I tried editing the xml on the venator to up the defense a bit, but the game wont run with the edits. All i did was up the health and shields some

September 12, 2016, 12:33:03 PMReply #3

Offline Corey

  • Mod Leader
  • Administrator
  • Emperor
  • *****
  • Posts: 7,520
  • Approval: +410/-80
  • Dream Crusher
    • View Profile
Re: Need help editing XML Files
« Reply #3 on: September 12, 2016, 12:33:03 PM »
You may have messed up the tags, or you've made other changes elsewhere which broke something.
I also have a YouTube channel where I talk about mod development and gaming, do tutorials, and Let's Plays. If you like the content, consider supporting it on Patreon


September 13, 2016, 04:47:42 AMReply #4

Brutus

  • Guest
Re: Need help editing XML Files
« Reply #4 on: September 13, 2016, 04:47:42 AM »
        <Armor_Type> Armor_Frigate </Armor_Type>
        <Shield_Armor_Type>Shield_Capital</Shield_Armor_Type>
        <Damage>30</Damage>
        <Autoresolve_Health>4200</Autoresolve_Health>
        <Shield_Points>5000</Shield_Points>
        <Tactical_Health>3500</Tactical_Health>  <!-- was 2600 -->
        <Shield_Refresh_Rate>35</Shield_Refresh_Rate>
        <Energy_Capacity>3000</Energy_Capacity>
        <Energy_Refresh_Rate>800</Energy_Refresh_Rate>
modded code


        <Armor_Type> Armor_Frigate </Armor_Type>
        <Shield_Armor_Type>Shield_Frigate</Shield_Armor_Type>
        <Damage>30</Damage>
        <Autoresolve_Health>4200</Autoresolve_Health>
        <Shield_Points>2100</Shield_Points>
        <Tactical_Health>2100</Tactical_Health>  <!-- was 2600 -->
        <Shield_Refresh_Rate>35</Shield_Refresh_Rate>
        <Energy_Capacity>3000</Energy_Capacity>
        <Energy_Refresh_Rate>500</Energy_Refresh_Rate>

original code

Is there something wrong there?

 

Those working on this mod do so in their own free time and for no pay.
Show your support for them by enabling ads on this site!