Here you go:
Download
I haven't debugged it yet, but this should give you an idea of how to set it up.[/url]
Adaptive shields, anyone?
- goat not sheep
- Militia Captain
- Posts: 669
- Joined: Fri May 19, 2006 8:36 pm
- Location: ...
- Contact:

>.<
OK, now I see where you're going. Very good idea! Although I haven't tested the mod in game, the code looks like it should work once you get it all fine tuned.
I also like how you've balanced out the trade-off with the switchings. Excellent.
I also like how you've balanced out the trade-off with the switchings. Excellent.
I can't download it. It's like when I click to download it, it RUNS the xml instead of downloading it to disk. Which, of course, generates an error. (I'll try downloading it on another computer Monday or so.)
The universe is illogical. Get over it.
-----------------------------------------
I cannot be held accountable for anything I say that offends you. I never intentionally offend anyone.
If I offended you, it was an accident and I am sorry.
-----------------------------------------
I cannot be held accountable for anything I say that offends you. I never intentionally offend anyone.
If I offended you, it was an accident and I am sorry.
- goat not sheep
- Militia Captain
- Posts: 669
- Joined: Fri May 19, 2006 8:36 pm
- Location: ...
- Contact:
Don't you mean, save link as?
>.<
It's "Save Target As..." in my browser. Downloaded just fine for me.
It's a file that has been uploaded to a site and is available for DL. So the file is the target. Else, to "save link as" would prompt you to save the URL/HTML where the file is located.
@ Burzmali; Found typo's in the code.
Where </Exit> should be <Exit/> There's a few of them.
It's a file that has been uploaded to a site and is available for DL. So the file is the target. Else, to "save link as" would prompt you to save the URL/HTML where the file is located.
@ Burzmali; Found typo's in the code.
Where </Exit> should be <Exit/> There's a few of them.
</Exit> is correct, it doesn't need another tag.FAD wrote:It's "Save Target As..." in my browser. Downloaded just fine for me.
It's a file that has been uploaded to a site and is available for DL. So the file is the target. Else, to "save link as" would prompt you to save the URL/HTML where the file is located.
@ Burzmali; Found typo's in the code.
Where </Exit> should be <Exit/> There's a few of them.
I tried running the mod and it errored, stating that the close tag did not match. So I changed all that stated: </Exit> to <Exit/> and that corrected the error.
Here's an excerpt of original game code taken from the Ringers.xml:
Note that the code uses the forward-slash after the word "Exit", not before it. I believe that tag is the only one that does this since it's a simple one function tag.
Here's an excerpt of original game code taken from the Ringers.xml:
Code: Select all
<Action name="Undock" imageID="&rsItemListScreen;" imageIndex="0" cancel="1" key="U">
<Exit/>
</Action>