边缘世界 RimWorld

边缘世界 RimWorld

RimRPC - Discord RichPresence (Continued) - Forked / Rework
27 条留言
joe2_4 9 月 17 日 上午 10:44 
does this still work in 1.6
Unon 7 月 24 日 下午 2:12 
FWIW, 1.6 is just recompiling I think, that's what I did for your fork, Though you should take a rinse over and delete anything very obviously AI-related and see if it works. :MHRISE_happy:
MasterPNJ  [作者] 7 月 24 日 上午 11:03 
Yes, I meant C#, sorry, I've got a lot of work on at the moment, I was replying to you between tasks. When I said I don't hide it, I meant that when people ask me, I don't hide it. But then, to what extent should we indicate everywhere that we use AI, since all current development tools have AI built in? (I currently work in AI research, so these are questions we ask ourselves.)

But yes, I probably didn't start off on the right foot when I began developing Rimworld mods, but I didn't have much time when I started, and I wanted to get started fairly quickly by taking on a project, with permission, so I wouldn't have to start from scratch and would have an idea of how it works.

And sorry if that bothered you in any way.
Jdalt40 7 月 24 日 上午 10:08 
You have to start somewhere, but in my opinion, you haven't started anywhere by using what is essentially a bad cheat sheet (especially since RimWorld isn't in C++).

Additionally, you haven't disclosed anywhere in the description that you used Generative AI for the forking and reworking of this, only that you have used it to add translations (which is fine, as long as you know how to create translations so you can babysit it).
MasterPNJ  [作者] 7 月 24 日 上午 7:45 
Especially since I haven't touched this code in over a year. If anyone wants to reuse what I added to update it to 1.6, that's fine with me.
MasterPNJ  [作者] 7 月 24 日 上午 7:36 
@Jdalt40 It was my first time modding in Rimworld (and in C++, which isn't my speciality in development), so I learned with what I had at hand, and you have to start somewhere. I have never hidden the use of AI such as GitHub Copilot. If the original author, who gave me permission, wants me to remove the mod, that's no problem.
Jdalt40 7 月 24 日 上午 6:48 
MasterPNJ, I've just noticed you're using generative AI in this.

Please don't do that, if you cannot notice that Gen AI has given you two defs that don't ever exist in game (GameComponentDefs don't exist), you do not have the knowledge required to properly "curate" the output of Gen AI
Brzonki 7 月 24 日 上午 5:58 
@MasterPNJ when update
WorldMachine 1 月 9 日 上午 11:36 
if you require a translator for portuguese i can provide help for the brazilian variant.
I love MSG 2024 年 12 月 13 日 上午 5:54 
no worki :(
MasterPNJ  [作者] 2024 年 11 月 27 日 上午 8:02 
And the problem you had last time has been solved by switching to the new discord sdk.
MasterPNJ  [作者] 2024 年 11 月 27 日 上午 8:00 
@Xevion Sorry, I try to keep my mods up to date, but I don’t have much time, and this one, in particular, is used less compared to other mods I’ve made. I’ve tested the mod, and in my numerous tests, I didn’t encounter any game-breaking errors. The mod has been simplified so that no user intervention outside the game is needed, and I use it in my modpacks without any issues. Could you elaborate further?
Xevion 2024 年 11 月 26 日 下午 9:02 
It really does not feel like you know what you're doing. Or are verifying the functionality of your mod. At all.
MasterPNJ  [作者] 2024 年 11 月 26 日 上午 4:40 
@Jdalt40 I may have forgotten to remove some logs, I'll check that.
Jdalt40 2024 年 11 月 26 日 上午 3:02 
I think you might've left some debug logging in, your mod is logging every single message that comes in
MasterPNJ  [作者] 2024 年 11 月 19 日 上午 6:58 
@Ancalagon I think it has something to do with the modded biome display. Is it possible to tell me exactly which mods crash and if you don't crash without other mods except discord rpc mod?
Ancalagon 2024 年 11 月 18 日 下午 2:06 
This bizarrely seems to be causing Rimworld to crash to desktop on map start if it has trouble finding tiles associated with either the Biomes! or ReGrowth mods. Or else the log is simply failing to record the true cause of the crash.
Ancalagon 2024 年 11 月 16 日 下午 1:05 
I'm pretty sure the instructions were clear, but we no longer need to place a discord DLL into our game folder for this to work properly?
MasterPNJ  [作者] 2024 年 9 月 26 日 上午 6:26 
The DLL problems have been fixed with the new update.
MasterPNJ  [作者] 2024 年 9 月 24 日 上午 1:32 
@Xevion @NaNoServers @ifchan @tvilt Sorry for the delay, I've just retested the mod on 2 different Windows computers and had no problems. Can you send your logs via pastebin and the exact version of your rimworld? Have you also tried running the mod just with harmony, the dlc and the mod?
NaNoServers 2024 年 9 月 4 日 下午 12:39 
Hello.
I seem to not get it to work - I tried extensive troubleshooting.
I am a Windows user too, according to the Description it should work for me without problem(?).
Xevion 2024 年 8 月 29 日 下午 7:01 
I think it's cause you added the .so and .dylib files for Linux and Mac, but completely forgot to add the DLL files for Windows? You specify them in the code with x86 support, but just... didn't add them? wth
Xevion 2024 年 8 月 29 日 下午 6:57 
It doesn't work for me without the patch (the DLL that you said is only for 1.4 and below); still quite rough around the edges with little errors or weirdness, but I guess it works.
Xevion 2024 年 8 月 29 日 下午 4:27 
can't believe you're allowing french "people" to use this /s
ifchan 2024 年 8 月 20 日 下午 3:27 
do not work and spam console with System.NullReferenceException: Object reference not set to an instance of an object spam error
tv 2024 年 8 月 17 日 下午 11:41 
MasterPNJ  [作者] 2024 年 8 月 2 日 上午 4:51 
The additional configuration is no longer necessary for version 1.5, so if Linux or Mac players have any problems, don't hesitate to send me a message. I have not been able to fully test this addition for these versions. Windows players should have no problems.