Ranking
Original Post
[WIP] Twinsword + Windmill mod
i recently discovered the windmill mod. i also know the twinsword4 mod since i started playing. then i tried to combine them... but not with much succes

the thing is like this:

in windmill:
-only player 0/tori can do the windmill
-player 1/uke can't

in twinsword:
-both players are awt a distance of 200/150 (idk)
-both players have two swords

(there are details of each mod that i might have not included)

What i did was:

-Opened windmill.tbm and twinsword4.tbm with notepad
-copied and pasted from windmill to twinsword
-saved as windmillsword.tbm

when i loaded the mod, what i saw was:

-both players were at a distance of 100
-only player 0/tori had swords, could do the windmill, AND HAD INSTA-FEET
-player 1/uke did the normal stuff
-both players had MANY OTHER INSTA-LIMBS I DON'T WANT IN THE MOD

what i'm looking for is that:
-both players have swords (DONE)
-both players can do the windmill (DONE)
-NO INSTA-NOTHING ('cept for teh swordz) (DONE)
-distance of 200 (DONE)
-EDIT: also. dismemberment treshold of 1000 (one thousand) (DONE)

EVERYTHING DONE. THX VERY MUCH

here is the
# Twin Swords V4 by Grath
body r_hand
    sides 1.8 0.008 0.008
    pos -0.6 0.9 2.3
    color 100 100 100
    flag 6
body l_hand
    sides 1.8 0.008 0.008
    pos 2.6 0.9 2.3
    color 100 100 100
    flag 6

body r_foot
        flag 6

body l_foot
        flag 6

body r_triceps
   sides 0.400000 0.130000 0.130000
   flag 2

body l_triceps
   sides 0.400000 0.130000 0.130000
   flag 2

body r_leg
   sides 0.160000 0.300000 0.000000
        flag 2

body l_leg
   sides 0.160000 0.300000 0.000000
        flag 2

# Tori
player 0

joint chest
radius 0.18
pos 1.0 0.9 2.05
axis 0 0 1
rot 0 0 0
range 5.0 -5.0
strength 100.0
velocity 50.0

body r_foot
   color 0 0 0
   flag 6

body l_foot
   color 0 0 0
   flag 6

body r_leg
   color 0 0 0
   flag 6

body l_leg
   color 0 0 0
   flag 6

body head
flag 6

# Uke
player 1


joint chest
radius 0.18
pos 1.0 0.9 2.05
axis 0 0 1
rot 0 0 0
range 5.0 -5.0
strength 100.0
velocity 50.0

body r_foot
   color 0 0 0
   flag 6

body l_foot
   color 0 0 0
   flag 6

body r_leg
   color 0 0 0
   flag 6

body l_leg
   color 0 0 0
   flag 6

body head
flag 6
if anyone could tell me what to do to change the mod to my specifications, i'd be very thankful. i'd be even more thankful if someone did the changes him/herself.

BTW: i want to add that my modding knowledge is that of a neanderthal. the only modding i know and have tried, is the worldbuilder.lua one, and that only allows to make objects. this is the first thing i've tried with notepad. all i did was by pure intuition. i just did the classic copy-paste, and i did not like the results.

thank you for your time

PS: i aknowledge that i wasn't the creator of either the Windmill mod, nor the Twinsword4 mod. they were made by their respective programers. i had nothing to do with the creation of either of the mods. i just decided to combine them.

EDIT: apparently i could fix most of the code. i only need someone who can tell me how to change the dismemberment treshold and distance.
Last edited by ilasaigues; Jan 30, 2010 at 12:52 AM.
[RAID] | [T3AL] | [FLG]
I won't be active in-forums or in-game until 4.0 comes out.
This should be it

# Twin Swords + Windmill by ilasaigues (credit to original mod maker, Grath)
gamerule
engagedistance 200
dismemberthreshold 1000

body r_hand
    sides 1.8 0.008 0.008
    pos -0.6 0.9 2.3
    color 100 100 100
    flag 6
body l_hand
    sides 1.8 0.008 0.008
    pos 2.6 0.9 2.3
    color 100 100 100
    flag 6

body r_triceps
   sides 0.400000 0.130000 0.130000

body l_triceps
   sides 0.400000 0.130000 0.130000

body r_leg
   sides 0.160000 0.300000 0.000000

body l_leg
   sides 0.160000 0.300000 0.000000

joint chest
radius 0.18
pos 1.0 0.9 2.05
axis 0 0 1
rot 0 0 0
range 5.0 -5.0
strength 100.0
velocity 50.0
To change the games rules.. you must have a line at the top of the mod that says "gamerule" and anything under this can be a set command for changing mod-related variables..
These include: gravity, matchframes, turnframes, engagedistance, engageheight, engageplayerpos, engageplayerrot, disqualification, fracture, dismember, dqtimer, fracturethreshold, dismemberthreshold, sumo & flags.. there's probably more though
Last edited by DoubleDagR; Jan 30, 2010 at 12:51 AM.
/set gr 0 0 -30
well thank you very much

any mods please close the thread
[RAID] | [T3AL] | [FLG]
I won't be active in-forums or in-game until 4.0 comes out.