Hey! If this is your first visit on symthic.com, also check out our weapon damage charts.
Currently we have charts for Battlefield 3, Call of Duty: Black Ops 2, Medal of Honor: Warfighter and Call of Duty: Modern Warfare 3
Quoted from ""Symthic""
Quoted from ""RobotMonkey""
@ Sym
Is there any indicator in the sym files for the weapons that identifies how they are classified in terms of Assault,All,Support...etc?
As far as I know, there isn't.
Also the ability to manually enter the values should be kept as opinion.
I can make some functions for decrease calculations if you want.
I'm sure it's confusing if you're not that good at math.
Quoted from ""RobotMonkey""
...I've been pretty busy reworking the GUI to use the weapon listing, it should make is a lot easier for the user to look at different settings.
Quoted from ""Greenpants""
So for those of us whose major was in the school of Arts and Sciences can anyone give an approximation of how much this will change what the plots look like?
They will obviously become smaller to some extent...but how much are they off right now?
Quoted from ""Symthic""
Quoted from ""RobotMonkey""
...I've been pretty busy reworking the GUI to use the weapon listing, it should make is a lot easier for the user to look at different settings.
That's great!
I'll also take a look into the things you pmed me about.
Quoted from ""Greenpants""
So for those of us whose major was in the school of Arts and Sciences can anyone give an approximation of how much this will change what the plots look like?
They will obviously become smaller to some extent...but how much are they off right now?
Not too much, take a look at the first post of fifth page, the image is in scale.
Quoted from ""Symthic""
Does it read all the settings when Plotic is started or does it read ie. the save paths once the plots are ready?
It should read them when it starts up so I can run many of them in silent mode at the same time on one pc.
Speeds up the process a lot.
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Public Function RecoilDecrease(ByVal StartX As Integer, ByVal StartY As Integer, ByVal ShootX As Integer, ByVal ShootY As Integer, ByVal DecPerSec As Double, ByVal RoF As Integer, ByVal PxPerDegScale As Integer, ByVal YorX As String) Dim diffX Dim diffY If StartX > ShootX Then diffX = StartX - ShootX Else diffX = ShootX - StartX If StartY > ShootY Then diffY = StartY - ShootY Else diffY = ShootY - StartY Dim hypotenuseBig = Math.Sqrt(diffY ^ 2 + diffX ^ 2) Dim hypotenuseSmall = PxPerDegScale * (DecPerSec / 10) / (RoF / 60) Dim sideScaleRatio = diffY / hypotenuseBig Dim bottomScaleRatio = diffX / hypotenuseBig Dim diffXSmall = bottomScaleRatio * hypotenuseSmall Dim diffYSmall = sideScaleRatio * hypotenuseSmall If YorX = "Y" Or YorX = "y" Then Return diffYSmall + ShootY Else If StartX > ShootX Then Return ShootX + diffXSmall Else Return ShootX - diffXSmall Exit Function End If Return 0 End Function |
Quoted from ""RobotMonkey""
Quoted from ""Symthic""
Does it read all the settings when Plotic is started or does it read ie. the save paths once the plots are ready?
It should read them when it starts up so I can run many of them in silent mode at the same time on one pc.
Speeds up the process a lot.
Ok, I've uploaded 2.03. I've fixed the silent run to grab all the data from the ini file before the run. The scaling issue should also be fixed.
In terms of everything non-silent run. That is all very beta-ish, so don't be surprised if it seems a bit off, because it is. Like "<<CUSTOM>>" isn't working right now.
You can, however, get a look at all of the neat shit it is doing...woo!
<!-- m --><a class="postlink" href="https://github.com/endofzero/Plotic/downloads" onclick="window.open(this.href);return false;">https://github.com/endofzero/Plotic/downloads</a><!-- m -->" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
Forum Software: Burning Board®, developed by WoltLab® GmbH
© Design by Symthic.com