https://thrawnsrevenge.com/forums/Themes/revenge/images/logo.png
Home
Help
Search
Members
View the memberlist
Search For Members
Login
Register
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!
Thrawn's Revenge
Imperial Civil War [Empire at War]
Imperial Civil War Tech Support
Need help editing XML Files
Reply
Print
Pages: [
1
]
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
DarthRyan
Recruit
Posts: 1
Approval: +0/-0
Need help editing XML Files
«
on:
September 02, 2016, 07:37:27 AM »
Quote
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
Logged
September 03, 2016, 05:07:03 PM
Reply #1
Corey
Mod Leader
Administrator
Emperor
Posts: 7,520
Approval: +410/-80
Dream Crusher
Re: Need help editing XML Files
«
Reply #1 on:
September 03, 2016, 05:07:03 PM »
Quote
What did you change?
Logged
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 PM
Reply #2
Brutus
Guest
Re: Need help editing XML Files
«
Reply #2 on:
September 11, 2016, 09:00:11 PM »
Quote
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
Logged
September 12, 2016, 12:33:03 PM
Reply #3
Corey
Mod Leader
Administrator
Emperor
Posts: 7,520
Approval: +410/-80
Dream Crusher
Re: Need help editing XML Files
«
Reply #3 on:
September 12, 2016, 12:33:03 PM »
Quote
You may have messed up the tags, or you've made other changes elsewhere which broke something.
Logged
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 AM
Reply #4
Brutus
Guest
Re: Need help editing XML Files
«
Reply #4 on:
September 13, 2016, 04:47:42 AM »
Quote
<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?
Logged
Reply
Print
Pages: [
1
]
Thrawn's Revenge
Imperial Civil War [Empire at War]
Imperial Civil War Tech Support
Need help editing XML Files
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!