边缘世界 RimWorld

边缘世界 RimWorld

Throw Them
Hate me  [开发者] 2021 年 8 月 27 日 下午 12:59
Bug Reports
Please provide detailed description of steps to reproduce bugs and attach hugs lib bug report link.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=725234314
最后由 Hate me 编辑于; 2021 年 9 月 1 日 下午 12:51
< >
正在显示第 1 - 15 条,共 17 条留言
bblkepling 2021 年 8 月 27 日 下午 1:51 
This mod is amazing, unfortunately it doesn't work when I use it with my Single Use Grenades N'at mod. I suspect it's because I change the parent bases for grenades, and if that's the case you could possibly add to the code to look for BaseGnatNeolithic and BaseGnatGrenade we can possibly add compatibility. BaseGnatNeolithic would cover Pila and anything similar. I'm on discord if you want to hit me up.
Hate me  [开发者] 2021 年 8 月 27 日 下午 1:57 
引用自 bblkepling
This mod is amazing, unfortunately it doesn't work when I use it with my Single Use Grenades N'at mod. I suspect it's because I change the parent bases for grenades, and if that's the case you could possibly add to the code to look for BaseGnatNeolithic and BaseGnatGrenade we can possibly add compatibility. BaseGnatNeolithic would cover Pila and anything similar. I'm on discord if you want to hit me up.
My mod looks for `Verb_LaunchProjectile` class of verb. If you use different verb class, it won't work. Allthough it can be more versatile in future.
bblkepling 2021 年 8 月 27 日 下午 2:08 
I'm looking at the CE code and they have CombatExtended.Verb_ShootCEOneUse to look for so no use there, I'm using Verb_ShootOneUse which would have crossover to rockets. We will have to think about this problem, until then we can just note that our mods are incompatible.
Hate me  [开发者] 2021 年 8 月 27 日 下午 2:11 
引用自 bblkepling
I'm looking at the CE code and they have CombatExtended.Verb_ShootCEOneUse to look for so no use there, I'm using Verb_ShootOneUse which would have crossover to rockets. We will have to think about this problem, until then we can just note that our mods are incompatible.
`CombatExtended.Verb_ShootCEOneUse` is also used by my mod, but it works good only if you use my patched assembly. Otherwise all grenades get removed upon 1 use.
RocketFrog 2021 年 8 月 31 日 下午 12:59 
I have an error on startup. I'm running the current CE beta. I dont think it was flagging this error before i installed CE.

Adding duplicate HugsLib.UpdateFeatureDef name: ThrowThemBeta0

https://gist.github.com/04773faa4bd715529bf357c4063ffe83
Monstora 2021 年 9 月 1 日 下午 12:14 
Hello! I'm having a problem when highlighting pawns and telling them to attack something. Any pawn with a melee weapon will follow through with the order but the ones holding guns won't do anything. Its forced me to manually select each pawn to attack a single target. Disabling Throw Them lets it work like normal.

I'm fairly new to modding the game & hope all I have active are sorted correctly, I have my list up here if that would help! https://rentry.co/nidau

Would really appreciate your help, love the mod and appreciate your work!
Hate me  [开发者] 2021 年 9 月 1 日 下午 12:49 
引用自 IDFWT
Hello! I'm having a problem when highlighting pawns and telling them to attack something. Any pawn with a melee weapon will follow through with the order but the ones holding guns won't do anything. Its forced me to manually select each pawn to attack a single target. Disabling Throw Them lets it work like normal.

I'm fairly new to modding the game & hope all I have active are sorted correctly, I have my list up here if that would help! https://rentry.co/nidau

Would really appreciate your help, love the mod and appreciate your work!
Please provide bug report by this guide.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=725234314
Hate me  [开发者] 2021 年 9 月 2 日 上午 2:54 
引用自 IDFWT
Done!

https://gist.github.com/HugsLibRecordKeeper/c4f30169c1c43a08632f2990ff7bd86c

And a save if it helps! Thanks again.

https://www.dropbox.com/s/r1myeb3bpq81xt1/1Orla.zip?dl=0
check if it's fixed with latest version
Erythion 2021 年 9 月 2 日 上午 5:56 
https://cdn.discordapp.com/attachments/658542496296730628/882972044499767387/Crash_2021-09-02_125309046.zip

Triple Rocket Launcher crashes the game when held and shot. It shoots only one rocket if I use this mod's gizmo. (haven't tested the dynamite fix yet)
最后由 Erythion 编辑于; 2021 年 9 月 2 日 上午 5:59
Monstora 2021 年 9 月 2 日 上午 6:16 
Unfortunately not, I did notice one thing though! If the weapons carried between the selected pawns are the same they'll follow the attack order. I'm unsure if it was working in this manner before your update. It seems as if its only when weapons are mixed and the general attack option with the crosshair icon is whats available.

https://gist.github.com/f61e5cd6fccff97be4a31499dc7fb383 - With the new version installed

https://www.dropbox.com/s/un47wfgqx3snnw9/Test.zip?dl=0 - New save
Hate me  [开发者] 2021 年 9 月 2 日 下午 12:16 
引用自 IDFWT
Unfortunately not, I did notice one thing though! If the weapons carried between the selected pawns are the same they'll follow the attack order. I'm unsure if it was working in this manner before your update. It seems as if its only when weapons are mixed and the general attack option with the crosshair icon is whats available.

https://gist.github.com/f61e5cd6fccff97be4a31499dc7fb383 - With the new version installed

https://www.dropbox.com/s/un47wfgqx3snnw9/Test.zip?dl=0 - New save
All right, thanks to your save file I was finally able to reproduce it. Just pushed another update attempting to fix it. Check if any problem persists.
Hate me  [开发者] 2021 年 9 月 2 日 下午 12:18 
引用自 Erythion
https://cdn.discordapp.com/attachments/658542496296730628/882972044499767387/Crash_2021-09-02_125309046.zip

Triple Rocket Launcher crashes the game when held and shot. It shoots only one rocket if I use this mod's gizmo. (haven't tested the dynamite fix yet)
It's actually wasn't suppose to appear as gizmo as my mod is not compatible with Verb_ShootOneUse atm. Looking forward to fix it though. For now I simply removed those items from appearing as gizmo.
最后由 Hate me 编辑于; 2021 年 9 月 2 日 下午 12:19
Monstora 2021 年 9 月 2 日 下午 12:27 
引用自 Hate me
引用自 IDFWT
Unfortunately not, I did notice one thing though! If the weapons carried between the selected pawns are the same they'll follow the attack order. I'm unsure if it was working in this manner before your update. It seems as if its only when weapons are mixed and the general attack option with the crosshair icon is whats available.

https://gist.github.com/f61e5cd6fccff97be4a31499dc7fb383 - With the new version installed

https://www.dropbox.com/s/un47wfgqx3snnw9/Test.zip?dl=0 - New save
All right, thanks to your save file I was finally able to reproduce it. Just pushed another update attempting to fix it. Check if any problem persists.

Working great so far! Thank you so much for your help, apologies for not uploading a better save earlier. Realized I gave you the wrong save while uploading the new one.
Arcanant 2021 年 9 月 20 日 下午 10:42 
I got this warning when I tried it with my "no other combat mods" modlist

[MVCF] Attempted to get ManagedVerb for verb Throw frag grenade which does not have one. This may cause issues.

It works as intented, I just wanted to let you know it throws that error.
< >
正在显示第 1 - 15 条,共 17 条留言
每页显示数: 1530 50