Search found 11 matches

by TheKingJo
Sat Aug 31, 2024 11:52 am
Forum: Modding interface requests
Topic: BeamAttackParameter source_offset for more entities
Replies: 5
Views: 2093

Re: [1.1.45] source_offset not applied for BeamAttackParameter

On action_delivery, the source_offset only gives final offset to the beam starting point and doesn't rotate with the shooter. This is different behavior compared to laser-turret where the source_offset of the attack_parameter itself provides a rotating offset where it follows the rotation of the sh...
by TheKingJo
Mon Jun 24, 2024 9:27 am
Forum: Ideas and Suggestions
Topic: Tank animation while rotating
Replies: 6
Views: 703

Re: Tank animation while rotating

Illiander42 wrote: ↑
Fri Jun 21, 2024 5:36 pm
Post the mod to the portal anyway.
Done! https://mods.factorio.com/mod/better-tank-animation
by TheKingJo
Sat Jun 22, 2024 9:12 pm
Forum: Ideas and Suggestions
Topic: Tank animation while rotating
Replies: 6
Views: 703

Re: Tank animation while rotating

Illiander42 wrote: ↑
Fri Jun 21, 2024 5:36 pm
Does it get the track rotations right for turning left vs right?
Since the animation while rotating counter clockwise is backwards and while clockwise its forward, yes
by TheKingJo
Fri Jun 21, 2024 4:17 pm
Forum: Ideas and Suggestions
Topic: Tank animation while rotating
Replies: 6
Views: 703

Tank animation while rotating

TL;DR Vanilla tank should have animated tracks while turning on the spot What ? Right now the tank's tracks are not moving when you turn on the spot. But with some simple spritesheet rearrangements and image splitting and remerging done, it can be animated while rotating. I have tried that already ...
by TheKingJo
Mon Jun 17, 2024 2:54 pm
Forum: Modding interface requests
Topic: Speed limit for car prototypes
Replies: 0
Views: 261

Speed limit for car prototypes

I would've needed this already years ago when I started adding mod cars XD But yeah a max speed limit property for car prototypes would really help create more realistic cars. Without them you don't really have control over the max speed unless you play around with mass, consumption, friction and th...
by TheKingJo
Fri Jun 14, 2024 2:02 pm
Forum: Modding interface requests
Topic: Support turn_range for artillery type cannons
Replies: 2
Views: 307

Support turn_range for artillery type cannons

I would love it and could make use of a turn_range support for artillery type turrets and ~ wagon turrets. Currently they always have a 360Β° aiming circle regardless of the value that you set in the gun's attack_parameters of the artillery gun. Now I dunno how the artillery logic is implemented, but...
by TheKingJo
Fri Oct 15, 2021 5:44 pm
Forum: Won't fix.
Topic: [1.1.42] Cars trigger_target_mask is not relevant for turret targeting
Replies: 3
Views: 2097

[1.1.42] Cars trigger_target_mask is not relevant for turret targeting

I'm currently making a mod again. I'm trying to make an "ammo-turret" that only aims at "car" s that have a certain trigger_target_mask . I'm doing this by giving the turret a new TriggerTargetMask {"air-unit"} as attack_target_mask , {"ground-unit"} as ignore...
by TheKingJo
Sun Jun 06, 2021 9:54 am
Forum: Resolved Problems and Bugs
Topic: [Lou][1.1.34] Car prototype collision_box width to length ratio prevents exiting of car
Replies: 4
Views: 3868

Re: [1.1.34] Car prototype collision_box width to length ratio prevents exiting of car

I tried to fix it with a custom-input where I would be teleported out of the bunker per script but it seems the game doesn't wanna do that too. I used the script from the cargo ships mod and adapted it to my use. It works on all other car/train prototypes but not my bunker. function ExitBunker(e) lo...
by TheKingJo
Sun Jun 06, 2021 8:40 am
Forum: Resolved Problems and Bugs
Topic: [Lou][1.1.34] Car prototype collision_box width to length ratio prevents exiting of car
Replies: 4
Views: 3868

[Lou][1.1.34] Car prototype collision_box width to length ratio prevents exiting of car

I'm making a lot of car mods lately. My newest "car" mod is a stationary bunker. It cannot move but shoot. It has a collision_box of {{-4.5, -3.7}, {4.5, 3.7}}. Whenever I try to exit the "car" after I entered it, it won't let me. No obstacles in the way, just me and the "ca...

Go to advanced search