Need Help with some sping stuff

Ask questions, discuss ideas, get answers
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Re: Need Help with some sping stuff

Post by BotHunter »

What I've done is Very simple. would one of you mind Making it and seeing if the same thing happens? (the tanks are spaced 8 from the main tank (8/0/8))
Thanks ;)
Walk quietly and carry a sniper rifle
User avatar
Swaffy
Posts: 1715
Joined: Sun Aug 29, 2010 9:25 pm
Location: Cibolo, Texas

Re: Need Help with some sping stuff

Post by Swaffy »

Put one non-dummy wheel on each tank body. Convert the other normal wheels on the track to dummies. In other words, each tank body will only have one normal wheel, making four total on the entire PCO. Make sure the normal wheels are the furthest from the PCO's center. So the "8/0/8" tank body will have a normal wheel on the right-side track near the front; the "8/0/-8" tank body will have a normal wheel on the tank body's right track and near the rear.
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
User avatar
Vilespring
Posts: 740
Joined: Sat Nov 24, 2012 5:47 am
Location: Somewere in the United States

Re: Need Help with some sping stuff

Post by Vilespring »

Aha! I forgot to mention that, too many real wheels causes oddness in driving controls/handling.
A picture is worth a thousand words, but takes up three thousand times the memory.

Area 51: http://battlefieldarea51mod.weebly.com/

Image
"I didn't steal your pizza"
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Re: Need Help with some sping stuff

Post by BotHunter »

Soo. just as a test, I added 8 kastusha wheels to the Sherman tank and it does the exact same thing :( .
Walk quietly and carry a sniper rifle
User avatar
Swaffy
Posts: 1715
Joined: Sun Aug 29, 2010 9:25 pm
Location: Cibolo, Texas

Re: Need Help with some sping stuff

Post by Swaffy »

Dude, I meant "normal wheels" as in wheels affected by the engine. Not wheels the have the geometries of tires.

Don't use 8, use 4. Re-read my post.
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Re: Need Help with some sping stuff

Post by BotHunter »

Got it. So only 4 real wheels. So can there be a moving track too? :oops: :roll:

EDIT: I will put the 4 wheels in and make sure it works first :)
Walk quietly and carry a sniper rifle
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Re: Need Help with some sping stuff

Post by BotHunter »

I think I've got it figured out!! :)

I don't know why but if I put 4 wheels close to the main lod (like .6 or so) it works just fine. but if I move the same wheels out to about 9.0, it starts bouncing around :? I don't know why this happens though.

here is some code:

Code: Select all

rem ObjectTemplate.addTemplate WillyFrontWheelR
rem ObjectTemplate.setPosition 0.6/0.11/1.0
rem ObjectTemplate.addTemplate WillyFrontWheelL
rem ObjectTemplate.setPosition -0.6/0.11/1.0
rem ObjectTemplate.addTemplate WillyBackSpringR
rem ObjectTemplate.setPosition 0.6/-0.472/-1.21
rem ObjectTemplate.addTemplate WillyBackSpringL
rem ObjectTemplate.setPosition -0.6/-0.472/-1.21

ObjectTemplate.addTemplate WillyFrontWheelR
ObjectTemplate.setPosition 9.292/0.11/7.987
ObjectTemplate.addTemplate WillyFrontWheelL
ObjectTemplate.setPosition -9.292/0.11/-7.987
ObjectTemplate.addTemplate WillyBackSpringR
ObjectTemplate.setPosition 9.292/-0.472/-7.987
ObjectTemplate.addTemplate WillyBackSpringL
ObjectTemplate.setPosition -9.292/-0.472/7.987
the remed out stuff will work very well but the other stuff wont! :?

Any of you guys got any clues??
Walk quietly and carry a sniper rifle
Post Reply