Trying to publish an update, but getting "Error: Failed to upload mod: Unknown error. (code: 500)"
Zip file:
Search found 3 matches
- Mon Jan 09, 2023 6:12 pm
- Forum: Mod portal Discussion
- Topic: Error: Failed to upload mod: Unknown error. (code: 500)
- Replies: 11
- Views: 1245
- Tue Dec 06, 2022 6:30 pm
- Forum: Not a bug
- Topic: [1.1.74] Ammo types applying an effect don't get damage bonus
- Replies: 1
- Views: 488
[1.1.74] Ammo types applying an effect don't get damage bonus
I'm currently working on a mod that adds extra ammo types. While testing the application of stickers when hitting a target, I noticed that the sticker only applies its base damage, and ignores any damage from ammo bonuses. Take the following ammo type screenshot 2022-12-06 19.16.38.png For testing p...
- Sun May 02, 2021 12:51 pm
- Forum: Mods
- Topic: [MOD 0.16.x] NiceFill
- Replies: 68
- Views: 22111
Re: [MOD 0.16.x] NiceFill
Please add the following code snippet for compatibility with mods that place tiles, like Klonan's Repair Turret or when using Instant Blueprint from Creative mod script.on_event(defines.events.script_raised_set_tiles, function(event) if DEBUG then log( "NiceFill script_raised_set_tiles" ) ...