Forager
67 个评价
More Feats
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
38.894 KB
2020 年 12 月 7 日 下午 2:18
2021 年 1 月 30 日 下午 8:30
2 项改动说明 ( 查看 )

订阅以下载
More Feats

描述
103 feats not enough for you? Have 111 more!

Open the more feats menu with tab, and scroll through it with the mouse wheel.

Contains all sorts of feats; easy feats, hard feats, and even a few mystery feats with unspecified unlock conditions. Complete feats to earn coins or spirit orbs!

Made with nomm's CustomFeats mod template.

Known issues:
  • The progress for void-specific feats will not be saved upon 'save & quit'. Please end the void run by either dying or running out of time to save feat progress.
22 条留言
DapperCart99504 10 月 20 日 下午 1:05 
one word: do the earthquake
Scav_49238 2022 年 7 月 27 日 上午 9:03 
feet
not james bissonette 2022 年 5 月 28 日 下午 1:36 
i think im ok
veriszg 2022 年 3 月 17 日 下午 4:52 
Error after interacting with any object - does not have a variable "objStoneGate" - OnStructureInteract.gml L4 c59
DerMixer 2022 年 2 月 24 日 下午 1:01 
it wont show them if you use the forager evolved mod but if you complete one it will show up. Would be nice if this could be fixed. Although a good mod :)
Cobalius 2022 年 1 月 18 日 上午 4:59 
there's a bug with the museum and some temples.. you can aquire biome entering archivements and get some tiny bit of money that way. this is also exploitable because it somehow ignores archivements from within buidings. 10 bits are nothing, but enough to cheat a little bit
MsMeowMeow 2021 年 9 月 4 日 上午 8:10 
Enjoying this mod - is there a way to rebind it to another keyboard input? I always use Tab as inventory and this is messing with me. Haha. Thanks in advance! :)
Aphotic Amaranth  [作者] 2021 年 1 月 30 日 下午 8:35 
Thanks for the report. It seems that the mod doesn't work properly in the void.

I have updated the mod to save the progress of void-specific achievements upon ending a void run (by death or timeout). (Unfortunately, I still can't quite figure out how to get it to work properly with save and quit :SaffronCry: )
nala 2021 年 1 月 30 日 上午 8:37 
Idk if this was already answered, but I can't get the void feats. They pop up when i enter the void and when I kill 100 enemies in the void, but if I save and quit, or if I run out of time and leave the void the feats say I haven't gotten them yet. I'm wondering if this is a known bug or maybe another mod is messing it up? Thanks anyways, besides this i really love the mod
Orenthion 2021 年 1 月 21 日 上午 6:44 
Interacting with the objMirror causes an error in OnStructureInteract.gml L4:C59.

I fixed it myself for the time being by adding this before the bugged line for those that want to fix it themselves.

if (inst.object_index == objMirror) { return; }