Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Dadddjent

Pages: [1]
1
General Support / Binding Issues
« on: December 02, 2017, 06:17:04 PM »
Im pretty new at modding and playin with the system n struff, but i said F it why not make a whole with my own creations...its been 2 days since i have schleep, heres the Bind Threads that i tried to modify. what did i do wrong?

Code: [Select]
# 0 - Red Zone "That's where your bot will be after ten seconds with ours!"
    list.append(("die like a hero (AI)","Omni",{'invertible':True,'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':100,'turn':30,'turnspeed':5,'weapons':(8,9)}))
    list.append(("FULL SPEED T-BONE (AI)","Omni",{'invertible':True,'nose':math.pi,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':5,'weapons':(13,14,16,17,18)}))
    list.append(("GOLDTOOTH (AI)","Omni",{'nose':-math.pi*0.5,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':5,'weapons':(18,19)}))
    list.append(("IONVAPER (AI)","Spinner",{'invertible':True,'nose':math.pi,'tactic':"Charge",'ThresholdSpeed':0.02,'reload':16,'radius':1,'topspeed':100,'throttle':100,'turn':50,'turnspeed':2,'weapons':(13,)}))
    list.append(("jailbreak (AI)","Omni",{'invertible':True,'nose':-math.pi*0.5,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':1.5,'weapons':(16,)}))
    list.append(("NEON (AI)","Omni",{'invertible':True,'nose':math.pi,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2,'weapons':(18,)}))

    # 1 - PREHISTORIC "Badder and still bloodthirsty!"
    list.append(("ULTRAdisk3 (AI)","Spinner",{'nose':math.pi/2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5}))
    list.append(("ULTRAVIOLENCESLAM (AI)","Whipper",{'invertible':True,'nose':math.pi*2,'radius':0.2,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3.5,'weapons':(10,11,12,13,14,15,16,17,18,19)}))
    list.append(("scorpion","Omni",{'nose':-math.pi*0.5,'range':500,'radius':1,'topspeed':3,'throttle':130,'turn':60,'turnspeed':5,'weapons':(27,28,29,30,35,36,37,38,39,40,41,42,43,44,45,46,47,48,53,54)}))
    list.append(("SPIKE (AI)","Omni",{'invertible':True,'nose':math.pi*/2,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2,'AimError':0.1}))
    list.append(("TEALdeath (AI)","Rammer",{'beta':-64000,'MotorID':1,'StartAngle':-math.pi*0.6,'reload':5,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2.5,'weapons':(39,)}))
    list.append(("bullfish","Flipper",{'MotorID':45,'StartAngle':math.pi*,'reload':8,'tactic':"Charge",'SightRange':2,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':2.5,'weapons':(46,)}))

    # 2 - The Good Ol' Boys "Don't need nuthin' but my truck, my shotgun, my new bots, and my REVENGE!"
    list.append(("BADDEVIL 2(IRL) ","Omni",{'invertible':True,'nose':math.pi*2,'radius':0.1,'topspeed':100,'throttle':130,'turn':60,'turnspeed':2.5}))
    list.append(("bl00dymary","Whipper",{'invertible':True,'nose':math.pi*2,'radius':.1,'range':99,'topspeed':100,'throttle':130,'turn':60,'turnspeed':3,'weapons':(3,4,5,6)}))
    list.append(("blue wave (HS)","Omni",{'invertible':True,'nose':math.pi*2,'range':99,'radius':0.1,'topspeed':100,'throttle':130,'turn':30,'turnspeed':3,'weapons':(22,23,24,25)}))
    list.append(("MR.NASTIE","Omni",{'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':3,'weapons':(23,)}))
    list.append(("NOT WOD TURNED INTO HAZ (AI)","Omni",{'invertible':True,'nose':-math.pi,'range':50,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':1.5,'weapons':(15,16,24)}))
    list.append(("pitbull (AI)","Omni",{'invertible':True,'delta':0.5,'radius':1,'topspeed':100,'throttle':100,'turn':100,'turnspeed':1.5,'weapons':(40,41,43)}))


im_done.PNG



2
DSL TC Showcases / DADDYDJENT'S ultradsl-s/irl showcase
« on: August 30, 2017, 10:11:04 PM »

I think i didnt do too bad, im just got into DSL like 2 weeks ago...so yeah im new to thr forms.

Pages: [1]