Page 2 of 7
Re: [MOD 0.11.22] Supreme Warfare - 1.0.2
Posted: Sat Jun 06, 2015 4:32 pm
by Xterminator
SpeedyBrain wrote:Just a quick reminder
A new Version of Supreme Warfare will be released tomorrow

Wow that looks epic!

Can't wait for the release. By the looks of it, all 4 of the artillery have proper graphics now, correct? If so, then I am spotlighting this right after you release that new version.

Re: [MOD 0.11.22] Supreme Warfare - 1.0.2
Posted: Sat Jun 06, 2015 4:38 pm
by SpeedyBrain
Xterminator wrote:Wow that looks epic!

Can't wait for the release. By the looks of it, all 4 of the artillery have proper graphics now, correct? If so, then I am spotlighting this right after you release that new version.

All of them have graphics, but only T1 and T2 have proper animations.
Feel free to do a spotlight on tomorrow's version.
The next update afterwards will probably be a bigger one. With a lot new toys and stuff to show

Re: [MOD 0.11.22] Supreme Warfare - 1.0.2
Posted: Sun Jun 07, 2015 11:54 am
by SpeedyBrain
Out now!
It's here... It's here... *excited*
Version 1.0.3 is here!
What's new?
New graphics, new animations, new effects, new mindblowing stuff!

Improved artillery targeting and scatter calculations
SupremeWarfare has an entry on the
wiki: check it out for insider informations
I'm curious to hear how you like this mod.
If you feel something is missing or you want to report a bug, leave a comment.
If you're updating to version 1.0.3 keep in mind there is a little update bug, you'll find more informations in the download section!
Download
Re: [MOD 0.11.22] Supreme Warfare - 1.0.2
Posted: Sun Jun 07, 2015 12:12 pm
by Airat9000

goood!!! i like it!
It would be nice to make the recipes based ammo on other mods (well, there used nickel from Bob fashion, quartz, tin, etc.) on the idea ready to help began to understand a little bit code))
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Sun Jun 07, 2015 1:51 pm
by SpeedyBrain
I forgot to remove the debug stuff
I have re-uploaded version 1.0.3!
If you downloaded it before this post, sorry! Please re-download.
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Sun Jun 07, 2015 3:09 pm
by LittleMikey
The Rapid Fire Artillery reminds me so much of Total Annihilation, and I loved that game ever so much. Going to enjoy using this!
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Sun Jun 07, 2015 10:17 pm
by SpeedyBrain
LittleMikey wrote:The Rapid Fire Artillery reminds me so much of Total Annihilation, and I loved that game ever so much. Going to enjoy using this!
glad to hear you like it

Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Sun Jun 07, 2015 11:26 pm
by Raizing32
How do you get the assemblers to accept more than 100 steel? the higher tier turrets take 200 and 100 is max they accept for production?
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Mon Jun 08, 2015 12:02 am
by orzelek
Raizing32 wrote:How do you get the assemblers to accept more than 100 steel? the higher tier turrets take 200 and 100 is max they accept for production?
It won't work without changing stack size for steel or until 0.12 where this is fixed.
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Mon Jun 08, 2015 1:02 am
by Raizing32
How do I change stack size?
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Mon Jun 08, 2015 7:47 am
by SpeedyBrain
Raizing32 wrote:How do I change stack size?
The lua script for that would be
Code: Select all
data.raw["item"]["steel-plate"].stack_size = 200
Raizing32 wrote:How do you get the assemblers to accept more than 100 steel? the higher tier turrets take 200 and 100 is max they accept for production?
This is actually a bug. I forgot about it
I'm going to set the "BigBang" recipe to 100steel.
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Mon Jun 08, 2015 9:44 am
by Raizing32
Not seeing by opening any .lua files in wordpad that script anywhere, which one is it under? Also - the rapid fire takes that amount as well, so either set it to 100 or set two slots in recipe to take steel => it would only be able to be made in tier 3 assembler.
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Mon Jun 08, 2015 11:31 am
by SpeedyBrain
Raizing32 wrote:Not seeing by opening any .lua files in wordpad that script anywhere, which one is it under? Also - the rapid fire takes that amount as well, so either set it to 100 or set two slots in recipe to take steel => it would only be able to be made in tier 3 assembler.
You can open the "SupremeWarfare_1.0.3/prototypes/base-override.lua" and add
Code: Select all
data.raw["item"]["steel-plate"].stack_size = 200
to it.
Would you prefere me changing the receipe or adding the bigger stack size?
Do you think that T4 Artillery costs too much Alien Artifacts? Because I kind of have this feeling

Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Mon Jun 08, 2015 4:00 pm
by jorgenRe
SpeedyBrain wrote:Raizing32 wrote:Not seeing by opening any .lua files in wordpad that script anywhere, which one is it under? Also - the rapid fire takes that amount as well, so either set it to 100 or set two slots in recipe to take steel => it would only be able to be made in tier 3 assembler.
You can open the "SupremeWarfare_1.0.3/prototypes/base-override.lua" and add
Code: Select all
data.raw["item"]["steel-plate"].stack_size = 200
to it.
Would you prefere me changing the receipe or adding the bigger stack size?
Do you think that T4 Artillery costs too much Alien Artifacts? Because I kind of have this feeling

Honestly Big Bang means big and so i would suggest keeping it as it is, though splitting the 200 steel over two crafting operations like 100 for the base and then another 100 for the full size would sorta be even better as it would mean less "cheating"

Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Mon Jun 08, 2015 4:55 pm
by Xterminator
jorgenRe wrote:SpeedyBrain wrote:Raizing32 wrote:Not seeing by opening any .lua files in wordpad that script anywhere, which one is it under? Also - the rapid fire takes that amount as well, so either set it to 100 or set two slots in recipe to take steel => it would only be able to be made in tier 3 assembler.
You can open the "SupremeWarfare_1.0.3/prototypes/base-override.lua" and add
Code: Select all
data.raw["item"]["steel-plate"].stack_size = 200
to it.
Would you prefere me changing the receipe or adding the bigger stack size?
Do you think that T4 Artillery costs too much Alien Artifacts? Because I kind of have this feeling

Honestly Big Bang means big and so i would suggest keeping it as it is, though splitting the 200 steel over two crafting operations like 100 for the base and then another 100 for the full size would sorta be even better as it would mean less "cheating"

I agree with this. Both points. I don't think it takes too many artifacts, especially sense the mod adds the loot the biters drop. The hardest part for me was the batteries and fusion reactors.

Also splitting the steel into two operations is a good idea. Or just make it cost 100 steel total. :p
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Mon Jun 08, 2015 10:35 pm
by SpeedyBrain
Thanks to everyone who gave me feedback. (also on reddit & co)
I appreciate it!
I'm going to change some stuff and keep you posted.
Together we will create the perfect warfare! SupremeWarfare

Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Tue Jun 09, 2015 12:33 am
by Raizing32
Also after building the rapid fire turret and placing I noticed every single bot that had a repair pack decided it was hurt and wanted to fix it, maybe a bug?
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Tue Jun 09, 2015 12:47 am
by Raizing32
Also when automating the rapid fire with the new script set to 200 stacksize, it builds one turret then the steel stop transferring with plenty left in chest at 3 steel. This can be reset by deleting and re placing fast inserter but only works for 1 more turret.
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Tue Jun 09, 2015 5:32 am
by Koub
Just for information / as a reminder, with 0.12, building items that require more that one stack of a component with an assembling machine won't cause any more problems. So maybe you'll want to wait for .012 instead of changing the balance of the mod.
Re: [MOD 0.11.22] Supreme Warfare - 1.0.3
Posted: Wed Jun 10, 2015 7:36 pm
by Turtle
Raizing32 wrote:Also after building the rapid fire turret and placing I noticed every single bot that had a repair pack decided it was hurt and wanted to fix it, maybe a bug?
I fixed this by changing line 92 in control.lua from:
to: