RimWorld
[ARY] Ghouls' Diet [1.5 - 1.6]
กำลังแสดง 1-8 จาก 8 รายการ
อัปเดต: 13 ก.ค. @ 1: 05pm
โดย Arylice

[Auto-generated text]: Update on 7/13/2025 4:05:12 PM.
Change Notes # 08 : Ghouls' Diet :
* Updated for version 1.6!!!
* Cleaner code! Better optimization!
* More options for ghouls' automatic hunting!
* Added "modDependencies" for Anomaly to make sure you have Anomaly enabled.

อัปเดต: 7 ส.ค. 2024 @ 4: 12pm
โดย Arylice

[Auto-generated text]: Update on 8/7/2024 7:12:30 PM.
For advanced options,
Ghouls will be forbidden to automatically hunt the preys mentioned in the left column
if they are not mentioned in the priority column on the right.

Ghouls will target the closest (smaller than their size) wild herbivores they can reach.

อัปเดต: 6 ส.ค. 2024 @ 5: 06pm
โดย Arylice

[Auto-generated text]: Update on 8/6/2024 8:06:21 PM.
Releasing a cool feature that allows Ghouls to go hunt on their own for food when starving!

อัปเดต: 1 ส.ค. 2024 @ 9: 06am
โดย Arylice

[Auto-generated text]: Update on 8/1/2024 12:06:14 PM.

Another attempt at optimizing the code!
Managed to replace the "triple loop foreach"!

อัปเดต: 31 ก.ค. 2024 @ 3: 17pm
โดย Arylice

[Auto-generated text]: Update on 7/31/2024 6:17:25 PM.

Small attempt at trying to optimize the code!

อัปเดต: 31 ก.ค. 2024 @ 10: 22am
โดย Arylice

[Auto-generated text]: Update on 7/31/2024 1:21:59 PM.

Fixed a patch that was trying to replace way too many things,
which was repeating the code 6 times instead of once...
This should fix the lag I THOUGHT was caused by "lack of optimization"...

The fix: Literally copy pasting the entire
<ThinkTreeDef>
<defName>Ghoul</defName>
and changing a single thing in there instead of using the patch replace...

อัปเดต: 27 ก.ค. 2024 @ 2: 52pm
โดย Arylice

[Auto-generated text]: Update on 7/27/2024 5:52:42 PM.

Fixed a bug where the Ghouls would try to eat a reserved corpse being butchered!

The fix:
if (corpse != null && corpse.Map.reservationManager.IsReserved(corpse))
{ return false; }

อัปเดต: 27 ก.ค. 2024 @ 12: 41pm
โดย Arylice

[Auto-generated text]: Initial upload.