Swaffy'sMod v0.38 (TBA)

Full Game Conversions and Custom maps
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Re: Swaffy'sMod v0.305 [June 19, 2013]

Post by BotHunter »

OK! Ill try it!
Walk quietly and carry a sniper rifle
freddy
Posts: 1267
Joined: Sun Oct 18, 2009 4:58 pm

Re: Swaffy'sMod v0.305 [June 19, 2013]

Post by freddy »

i think this link should work
http://ks3353793.kimsufi.com/bf42mods/
User avatar
Bad Bug
Posts: 80
Joined: Wed Oct 31, 2012 12:05 am
Contact:

Re: Swaffy'sMod v0.305 [June 19, 2013]

Post by Bad Bug »

Oh ya it worked for me! :D
Yes my master

Image
User avatar
Vilespring
Posts: 740
Joined: Sat Nov 24, 2012 5:47 am
Location: Somewere in the United States

Re: Swaffy'sMod v0.305 [June 19, 2013]

Post by Vilespring »

YAAAAY!!!
2 hours remaining.....
._.
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
Vilespring
Posts: 740
Joined: Sat Nov 24, 2012 5:47 am
Location: Somewere in the United States

Re: Swaffy'sMod v0.305 [June 19, 2013]

Post by Vilespring »

Swaffy, I did some playing around with your mod, and I found that the top 2 guns on the CAM Italian joke tank mobobber (M-11 39, if you insist) are supposed to fire at the same time, but in sequence using the fire delay. I noticed that after firing at max ROF, the guns loose their rhythm.
I had that problem when making the guns on the axis heavy tank in Area 51 charge up, then fire. The rhythm messes up fast, but one odd thing I noticed; when I halved the rate of fire on the first gun, it all worked well. I haven't tested the "fix" code here, but it should work.
Made it automatic, btw.

Code: Select all

rem *** M11-39GunBarrel ***
ObjectTemplate.create FireArms M11-39GunRight
ObjectTemplate.setNetworkableInfo TankFireArmInfo
ObjectTemplate.loadSoundScript Sounds/M11-39GunRight.ssc
rem ObjectTemplate.geometry rh_M11-39_tcannon_m1
ObjectTemplate.geometry m1139_mgun_d_m1
rem ObjectTemplate.aiTemplate M11-39TurretGun
rem -------------------------------------
ObjectTemplate.addTemplate e_MuzzHeavy
ObjectTemplate.setPosition 0/0/0.5
ObjectTemplate.setRotation 0/0/0
rem -------------------------------------
ObjectTemplate.projectileTemplate HindMinigunProjectile
ObjectTemplate.projectilePosition 0/0/1
ObjectTemplate.setTracerTemplate Tracer20mmHEDP2 CRD_NONE/0/0/0
ObjectTemplate.magSize 1
ObjectTemplate.numOfMag 50
ObjectTemplate.velocity 200
ObjectTemplate.reloadtime 2
ObjectTemplate.roundOfFire 10
ObjectTemplate.recoilSpeed 10
ObjectTemplate.recoilSize 5
rem ObjectTemplate.fireInCameraDof 1
ObjectTemplate.addFireArmsPosition 0.05/0/0 0/0/0
ObjectTemplate.autoReload 1

ObjectTemplate.setMinDev 0.5
ObjectTemplate.addRootSpeed 0
ObjectTemplate.FireDelay 0.08


rem *** M11-39GunBarrel ***
ObjectTemplate.create FireArms M11-39GunLeft
ObjectTemplate.setNetworkableInfo TankFireArmInfo
ObjectTemplate.loadSoundScript Sounds/M11-39GunLeft.ssc
rem ObjectTemplate.geometry rh_M11-39_tcannon_m1
ObjectTemplate.geometry m1139_mgun2_d_m1
ObjectTemplate.aiTemplate M11-39TurretGun
rem -------------------------------------
ObjectTemplate.addTemplate e_MuzzHeavy
ObjectTemplate.setPosition 0/0/0.5
ObjectTemplate.setRotation 0/0/0
rem -------------------------------------
ObjectTemplate.projectileTemplate HindMinigunProjectile
ObjectTemplate.projectilePosition 0/0/1
ObjectTemplate.setTracerTemplate Tracer20mmHEDP2 CRD_NONE/0/0/0
ObjectTemplate.magSize 1
ObjectTemplate.numOfMag 50
ObjectTemplate.velocity 200
ObjectTemplate.reloadtime 2
ObjectTemplate.roundOfFire 5
ObjectTemplate.recoilSpeed 10
ObjectTemplate.recoilSize 5
rem ObjectTemplate.fireInCameraDof 1
ObjectTemplate.addFireArmsPosition -0.05/0/0 0/0/0
ObjectTemplate.autoReload 1

ObjectTemplate.setMinDev 0.5
ObjectTemplate.addRootSpeed 0
EDIT: it might not be halved, because the ROF of the guns on the heavy tank was 1, so it might be X-0.5. Try that if it doesn't work.
P.S. I found you BACK_UP_OFTEN.txt ;) I love it! Only if I did that! :lol:
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
Swaffy
Posts: 1715
Joined: Sun Aug 29, 2010 9:25 pm
Location: Cibolo, Texas

Re: Swaffy'sMod v0.305 [June 19, 2013]

Post by Swaffy »

Thanks man. I've noticed the same thing too! Them darn things will gett off sync when firing. Same happens with the B-17 bombs and Ju-88A bombs. I guess it's just a client-side desynchronization with the reloading system. I'm going to make the guns semi-auto in attempt to at least somewhat fix the thing. Thanks!

[EDIT] While I was waiting for some friends, I was looking over my update notes and decided I'd show you guys my little to-do list.
http://img62.imageshack.us/img62/5225/z7zn.jpg
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
JoshOmatic
Posts: 3
Joined: Thu Sep 19, 2013 5:46 pm

Re: Swaffy'sMod v0.305 [June 19, 2013]

Post by JoshOmatic »

Swafffy, I just downloaded your mod and tried it out but I have one problem. Could you maybe sometime make a no blood patch, I like to keep my games bloodless so if you could (and if you want to) I hope you could do that. I tried to manually remove the files with winrfa, an rfa extractor but it would always crash when extracting. Hope you can do this, thanks. :)
User avatar
Vilespring
Posts: 740
Joined: Sat Nov 24, 2012 5:47 am
Location: Somewere in the United States

Re: Swaffy'sMod v0.305 [June 19, 2013]

Post by Vilespring »

Swaffy, line 34 on your to-do list;
droppable ammo bad?
:lol:
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: Swaffy'sMod v0.305 [June 19, 2013]

Post by BotHunter »

JoshOmatic wrote:Swafffy, I just downloaded your mod and tried it out but I have one problem. Could you maybe sometime make a no blood patch, I like to keep my games bloodless so if you could (and if you want to) I hope you could do that. I tried to manually remove the files with winrfa, an rfa extractor but it would always crash when extracting. Hope you can do this, thanks. :)
I can do that for you!
Walk quietly and carry a sniper rifle
JoshOmatic
Posts: 3
Joined: Thu Sep 19, 2013 5:46 pm

Re: Swaffy'sMod v0.305 [June 19, 2013]

Post by JoshOmatic »

BotHunter wrote:
JoshOmatic wrote:Swafffy, I just downloaded your mod and tried it out but I have one problem. Could you maybe sometime make a no blood patch, I like to keep my games bloodless so if you could (and if you want to) I hope you could do that. I tried to manually remove the files with winrfa, an rfa extractor but it would always crash when extracting. Hope you can do this, thanks. :)
I can do that for you!
Thank you so much!!!! :D
Post Reply