|
Post by yuriks on Dec 2, 2007 5:16:13 GMT
Just finished a Python script that will import/export the shot data to/from tyrian.hdt to/from a XML file. Check it out, should make editing shots a bit easier (AKA, no hex editor required). EDIT: An example:  <weapon index="009B"> <acceleration value="0"/> <accelerationx value="0"/> <aim value="0"/> <circleSize value="0"/> <drain value="0"/> <max value="8"/> <multi value="8"/> <patterns> <entry attack="4" bx="0" by="0" del="255" sg="191" sx="0" sy="10"/> <entry attack="4" bx="0" by="0" del="255" sg="197" sx="5" sy="5"/> <entry attack="4" bx="0" by="0" del="255" sg="198" sx="10" sy="0"/> <entry attack="4" bx="0" by="0" del="255" sg="194" sx="5" sy="-5"/> <entry attack="4" bx="0" by="0" del="255" sg="191" sx="0" sy="-10"/> <entry attack="4" bx="0" by="0" del="255" sg="197" sx="-5" sy="-5"/> <entry attack="4" bx="0" by="0" del="255" sg="198" sx="-10" sy="0"/> <entry attack="4" bx="0" by="0" del="255" sg="194" sx="-5" sy="5"/> </patterns> <shipBlastFilter value="208"/> <shotRepeat value="5"/> <sound value="25"/> <trail value="98"/> <tx value="0"/> <ty value="0"/> <weapAni value="0"/> </weapon>
|
|
|
Post by 13ig13oom on Dec 2, 2007 23:12:47 GMT
can the rest of the board benefit from your handiwork? ;D or maby you could just give us the download link ;D
|
|
|
Post by yuriks on Dec 2, 2007 23:28:43 GMT
|
|
bb1
Member
Posts: 256
|
Post by bb1 on Dec 3, 2007 4:20:17 GMT
I so want to shoot coins and pumpkin orbs.
|
|
|
Post by death on Dec 8, 2007 21:53:37 GMT
can you make/post the tool you used to do that?
|
|
|
Post by yuriks on Dec 9, 2007 1:36:16 GMT
|
|
|
Post by death on Dec 9, 2007 21:17:05 GMT
yeeaah, do you mind not burying it in there?
|
|
mrdeedeedee
Member
Holy crap its Mario Jackson!
Posts: 3
|
Post by mrdeedeedee on May 24, 2008 7:03:57 GMT
great creation, but how do you use it as in where do you put it? do you run it with something besides python? wheres the output file? im good with computers but i blow at programming or understanding programming languages
|
|
|
Post by yuriks on May 24, 2008 18:25:42 GMT
It's a command line program, it gives help when you run it without any arguments. You only need Python, afaik.
|
|
mrdeedeedee
Member
Holy crap its Mario Jackson!
Posts: 3
|
Post by mrdeedeedee on May 26, 2008 8:08:42 GMT
alright... i tried but i still dont get it can u just tell me how to do it plz? >_<
|
|