Search found 54 matches

by heyqule
Tue Jan 16, 2024 3:23 am
Forum: Modding interface requests
Topic: Ammo range modification
Replies: 11
Views: 727

Re: Ammo range modification

You can set the max range for the projectiles under action delivery. https://lua-api.factorio.com/latest/types/ProjectileTriggerDelivery.html attack_parameters = { ammo_type = { category = "laser", target_type = "entity", action = { type = "direct", action_delivery = { ...
by heyqule
Mon Jan 15, 2024 1:37 am
Forum: Modding help
Topic: defines.command.attack_area completes prematurely?
Replies: 0
Views: 156

defines.command.attack_area completes prematurely?

My mod uses defines.command.attack_area command. I noticed that the attack command seems finish prematurely. Like the biters attack a few time and the task is marked as finished. Majority of the buildings in the area are still standing. :?: :?: Here is how it looks in action. https://www.youtube.com...
by heyqule
Fri Jan 05, 2024 12:56 am
Forum: Pending
Topic: [Oxyd] [1.1.50] Biters getting stuck way more often compared to .49
Replies: 7
Views: 3091

Re: [Oxyd] [1.1.50] Biters getting stuck way more often compared to .49

AntiElitz's attachments are from vanilla build.

You can take a look his "bu greport stuck biters.zip" and other attachment.

The screencap was taken from his "bu greport stuck biters.zip" save. That save has replay. But it needs 1.1.56 build.
Capture.jpg
Capture.jpg (2.2 MiB) Viewed 578 times
by heyqule
Tue Dec 26, 2023 11:47 pm
Forum: Not a bug
Topic: [1.1.100] Luasurface request_to_generate_chunks() cause the game to slow significantly.
Replies: 1
Views: 386

[1.1.100] Luasurface request_to_generate_chunks() cause the game to slow significantly.

What did you do? I tried to run game.surface[1].request_to_generate_chunks({0,0}, 512) while working on my mods. What happened? That code ran, but the map generator get stuck and using significant resource which make the game not playable. What did you expect to happen instead? It might be obvious ...
by heyqule
Sat Dec 02, 2023 10:21 pm
Forum: Pending
Topic: [Oxyd] [1.1.50] Biters getting stuck way more often compared to .49
Replies: 7
Views: 3091

Re: [Oxyd] [1.1.50] Biters getting stuck way more often compared to .49

Hello. Is there any update on the unit stuck issue? It has been almost 50 updates since Oxyd left. :lol: The attachment map with latest occurrence. The red arrow point to the stuck group. Bug2.jpg The save has one group stuck. It seems to happen when they lost their target. They stuck at State "...
by heyqule
Thu Nov 30, 2023 9:02 pm
Forum: Mod portal Discussion
Topic: Allow selecting both category and tag on top nav.
Replies: 1
Views: 344

Allow selecting both category and tag on top nav.

The core functionality is already there. The UI just needs some changes.

https://mods.factorio.com/?category=con ... ersion=1.1

There are too many noise from the mod packs when I only want to view content from a tag. :D
by heyqule
Tue Aug 29, 2023 10:28 pm
Forum: Implemented for 2.0
Topic: Add event for when a unit_group is destroyed
Replies: 2
Views: 576

Re: Add event for when a unit_group is destroyed

This would be useful for enemy AI mods.
by heyqule
Mon Aug 21, 2023 1:16 am
Forum: Documentation Improvement Requests
Topic: How do *_penalty in attack parameters work for turrets?
Replies: 1
Views: 358

How do *_penalty in attack parameters work for turrets?

How do the range for *_penalty (health/rotate/fire_penalty) for attack parameters work? Fire turret uses 15 for its fire_penalty, what does that 15 imply? Are there a min / max range for it? Let say I want my turret to pick very high/max health with minimal rotation. If I set health_panelty to -15 f...
by heyqule
Thu Aug 03, 2023 3:46 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.88] Game hang @ loading sound 95%
Replies: 10
Views: 1836

Re: [1.1.88] Game hang @ loading sound 95%

If the expansion has some mechanic to change max health and damage mulitplier for entities during runtime, that would be able to reduce the prototype counts from my mods. :D
by heyqule
Thu Aug 03, 2023 3:43 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.88] Game hang @ loading sound 95%
Replies: 10
Views: 1836

Re: [1.1.88] Game hang @ loading sound 95%

That's interesting. :D
by heyqule
Thu Aug 03, 2023 3:20 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.88] Game hang @ loading sound 95%
Replies: 10
Views: 1836

Re: [1.1.88] Game hang @ loading sound 95%

lol. It seems related to Clion's Redirect Input. The same build seems runs fine without it.

That option works fine on 1.1.80 build tho.
by heyqule
Thu Aug 03, 2023 3:05 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.88] Game hang @ loading sound 95%
Replies: 10
Views: 1836

Re: [1.1.88] Game hang @ loading sound 95%

Here is how I reproduced the "Quit Game" freeze on a clean build. Please grab my mod-settings.dat from Gdrive as well. It has some changes in the startup settings. Game test - Start "EnemeyRaceManager/General Debug" scenario - Set the map type to "ERM DEBUG" - Start the...
by heyqule
Thu Aug 03, 2023 2:22 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.88] Game hang @ loading sound 95%
Replies: 10
Views: 1836

Re: [1.1.88] Game hang @ loading sound 95%

https://drive.google.com/drive/u/0/folders/1iNqLBIyRRoA1tZ_-XR14hglYybJJBIY3 Download the mod zip and unpack it in the zip folder. In a clean build, it may load OK for a few times. Once it starts to happen, it loads into the menu and then freeze. If not, you can try load up an EnemyRaceManage/Genera...
by heyqule
Thu Aug 03, 2023 1:50 am
Forum: Resolved Problems and Bugs
Topic: [1.1.88] Game hang @ loading sound 95%
Replies: 10
Views: 1836

Re: [1.1.88] Game hang @ loading sound 95%

Hm. I moved the mods to the new build without any other previous files seem fixed itself. :fingercross:

NVM... It freeze as I posted this.
by heyqule
Wed Aug 02, 2023 10:50 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.88] Game hang @ loading sound 95%
Replies: 10
Views: 1836

Re: [1.1.88] Game hang @ loading sound 95%

Another thing I noticed is that when the game is able to get pass the "loading sound 95%" hang. It always starts with the biter raids miners scene.
by heyqule
Wed Aug 02, 2023 10:40 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.88] Game hang @ loading sound 95%
Replies: 10
Views: 1836

[1.1.88] Game hang @ loading sound 95%

Hi I'm still see game hang on my 1.1.88 windows zip build, which I use for mod development. I still see loading sound 95% hang. The menu where biter attack miners has a guarantee freeze. Oddly enough, when I'm in my test game (in game), it doesn't freeze. I have try run it for 10mins with 2000UPS. I...
by heyqule
Sun Dec 18, 2022 11:12 pm
Forum: Mod portal Discussion
Topic: Reducing the number of categories
Replies: 19
Views: 5161

Re: Reducing the number of categories

This feels like the tag system can be abused to make mods to show up on all tags, even tho mod packs do touch all aspects of the game. But imaging many mod packs do this, it could easily flush the new content away. Another suggest I have is to accept filtering on both category and tag. Right now the...
by heyqule
Sun Dec 04, 2022 6:31 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.73] Mod error into crash
Replies: 3
Views: 2682

Re: [1.1.73] Mod error into crash

wow. That was quick lol. especially today is Sunday.
by heyqule
Sun Dec 04, 2022 2:31 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.73] Mod error into crash
Replies: 3
Views: 2682

[1.1.73] Mod error into crash

What did you do? I'm adding a new unit to the game in the dev build of my mods. The data stage loaded fine. The game crashed with Exception Code: c0000005 when I load my debug scenario. The custom scenario spawns the new unit with surface.create_entity What happened? The game crashed with this. 42....
by heyqule
Sun Nov 27, 2022 2:08 am
Forum: Modding help
Topic: Rich text on UI Label
Replies: 1
Views: 643

Rich text on UI Label

I'm trying to add GPS ping to my UI. The GPS tag can display fine. But it's not clickable. Then I tried adding a coal item rich-text. Hovering on that didn't trigger the popup of the coal item tag. The item and entity tags in Tip and Trick work perfectly fine. Hovering them show the item/entity popu...

Go to advanced search