饥荒联机版

饥荒联机版

108 个评价
EarthBound Zero: Ninten
4
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
32.009 MB
2022 年 2 月 9 日 下午 9:15
11 月 17 日 下午 5:22
12 项改动说明 ( 查看 )

订阅以下载
EarthBound Zero: Ninten

描述
Everyday is Ninten Day if you believe hard enough.
------------------------------------------------------------------------------------------------------





------------------------------------------------------------------------------------------------------
Compatible with Mods in Menu, Island Adventure
------------------------------------------------------------------------------------------------------
Known Bugs
  • If a Beefalo rider has a Powershield and the Beefalo is hit, they will reflect back damage to the attacker even though the Beefalo is the only one to take damage. This effectively means you can stack the effects of Powershield with the Beefalo and reflect 160% of incoming damage back. I'm gonna be honest with y'all I've known how to fix for years now but it's a feature now, not a bug.
  • Ninten tries to automatically catch the baseball on return, but he will sometimes fail so beware
Please let Lucas know if you find any issues. Please be descriptive, I'm not a magician I can't magically know what the problem is, thanks in advance!

Also, the mod is configurable. You can change his stats, sanity costs for PSI or even turn off his asthma if you find it too intrusive. Constructive feedback is nevertheless appreciated.
------------------------------------------------------------------------------------------------------
Credits
M O T H E R is property of Shigesato Itoi and Hobonichi
Design and Programming by Lucas
Sprites by Claus and Miz
Vignette by Gearless
Some code snippets, primarily those used for PSI inspired from Miz's works here
74 条留言
Lucas  [作者] 11 月 17 日 下午 5:21 
Fixed.

As for the timer for shield: I don't really have any plans to add one, but perhaps I will consider some sort of visual indicator in the future. No promises.
Burxi 11 月 17 日 下午 3:50 
Also, love the mod! I think Ninten is a very powerful (yet balanced) support character.
If I may offer any feedback, as a previous comment said, a shield timer would be awesome, maybe in config, like the Asthma meter is? I imagine it'd be harder to implement, because you can have several shields at once.
Burxi 11 月 17 日 下午 3:47 
Hey, I think I found an issue with Ninten & Island Adventures.

I used 4D Slip to cross a short river, to which the dedicated server me and my friend were on, crashed. I have the CrashDST.txt in full if you need it, just friend me on steam or something so I can send it.

I have what I believe to be the relevant part on pastebin.
https://pastebin.com/J3Mbb7Da
Thanks in advance.
That is bananas! 10 月 28 日 下午 9:35 
I really like this mod a lot, and survived the most days I think I ever have on a Don't Starve Together file! There's one small thing though - I would really like a timer on the shields, because sometimes longer fights can be really risky when I'm not sure when the shield goes out.
Timbs 3 月 13 日 下午 8:29 
Thanks, ill get to work on it later, when im all done want me to message you with it or smthn
Lucas  [作者] 3 月 13 日 下午 5:28 
Yeah go for it. If you want to know, it's a simple thing, STRINGS.CHARACTERS.CHARACTER_NAME.DESCRIBE.ITEM_NAME = "Quote" where CHARACTER_NAME is the character's name in code and ITEM_NAME is the item's name in code. Everything except for the quote is in all caps. Saves me a bit of time if you set up like that so bonus points if you do.

WX has lines for everything iirc, here's the inhaler as an example

STRINGS.CHARACTERS.WX78.DESCRIBE.INHALER_NINTEN = "A RESPITORY DEVICE FOR ESPECIALLY PUNY HUMANS"
Timbs 3 月 13 日 下午 4:59 
my mistake, I don't. but I'd still be able to make the comments in character for each survivor
Lucas  [作者] 3 月 13 日 下午 4:43 
I mean structure them as they would appear in the code.
Timbs 3 月 13 日 下午 4:41 
Bassicly just have it be at the very most a full sentence right
Lucas  [作者] 3 月 13 日 下午 4:38 
Go for it. You know how the structure the text?