Conan Exiles

Conan Exiles

Lockable Chest
59 条留言
hades  [作者] 5 月 23 日 上午 5:02 
@Nong Jinsun There are a few sources on my github, "PasswordedChest" is the one your looking for.

Please be aware that the sources of the mods are from 2-5 years ago and the game has changed a lot since then, most of them should still work without issue, but one or two will need attention.

PasswordedChest source is still working fine (it's this mods script and gets checked when there are updates to the game as its a released mod), but the others that I never released like the "ClassMod" and "hadesDungeonTemplate" example definitely need edited to work, the builder class got screwed when funcom added the building hammer, and the dungeon example is not needed anymore as there are official methods to do what that mod does now =)

https://github.com/EZee-AP/ConanExileMods
Nong Jinsun 5 月 22 日 下午 1:32 
Did you by any chance removed screenshot with the blueprint? Can you share it on Discord or Steam, publicly or privately? I would like to study and learn from it. I would like to make similar chest, but with capabilities to self wipe and reset every X amount of time to provide players a safe offline method of exchanging resources.
hades  [作者] 2023 年 6 月 27 日 上午 8:35 
@The Punisher

EEEK, when I updated the files I hit the wrong upload button and pushed the update to the public beta workshop instead of the public workshop... sorry, I suffer from the occasional ginger moment :D
The Punisher 2023 年 6 月 25 日 下午 12:14 
I am getting this every time i try and start a game

Fatal error: [File:C:\B\tech_exiles\code\Engine\Source\Runtime\CoreUObject\Private\Serialization\AsyncLoading.cpp] [Line: 3474]
Could not find SuperStruct ReturnToInventory to create ReturnToInventory


!0x0000000000000000

Crash in runnable thread FAsyncLoadingThread
hades  [作者] 2023 年 6 月 17 日 下午 7:04 
Changelog:
added password requirement to move chest.
hades  [作者] 2023 年 5 月 15 日 上午 12:15 
@WADE WATTS

Yeah =)
WADE WATTS 2023 年 5 月 14 日 下午 7:48 
Anyone know if this mod still works properly?:)
Duke 2022 年 7 月 6 日 上午 9:55 
That's great to hear. Thank you very much for the info, and thanks again for making such a great mod.
hades  [作者] 2022 年 7 月 5 日 下午 10:06 
I can never really be 100% sure, but all of my mods were developed specifically with game updates in mind ;)
Multigun 2022 年 7 月 5 日 下午 7:23 
We don't know
Duke 2022 年 7 月 5 日 下午 7:19 
Oh, right. My main concern is that if the server is up before 3.0 and running this mod, and the update causes issues, do we lose the stuff inside? Do they lose their password ability? Etc etc.

I know you can't 100% know in advance in a lot of scenarios, was just asking.
Multigun 2022 年 7 月 5 日 下午 7:18 
Mod creators don't know. All we know is that we'll have a larger window then usual to update our mods. Beyond that, its anybody's guess.
Duke 2022 年 7 月 5 日 下午 7:14 
I meant when the update comes out, will this mod be rendered unusable for a short period due to needing an update?
Sorry, I should have explained what I meant better.
hades  [作者] 2022 年 7 月 5 日 下午 4:34 
@Duke

Sorry I'm not sure what you mean, I haven't really looked at what's being added in the update, the mod will be recompiled/updated if needed if that's what you mean =)
Duke 2022 年 7 月 5 日 下午 2:38 
Hello again Hades. Me and the lads are doing a Conan server again and obviously your mod is top of the list for us, do you think that when the Sorcery update releases this mod will be outdated?
I appreciate you might not be able to fully know in advance, I was just wondering if you had a guess.

Thank you again for making such a great mod btw.
hades  [作者] 2022 年 1 月 13 日 下午 8:09 
@Brunobex

I DM'd you instructions on discord =)
Brunobex 2022 年 1 月 13 日 下午 7:45 
Heloo!, very useful ty!
Dunno here is the ideal place to ask ,but here goes
I'm start to learning to code, and I saw that you made your code available on github (ty for that :D).
I tried to open it in my devkit to learn how you did it, but I have an error that some function is missing, to import an asset to my devkit just throw the files there? Or do I need to do something different? haha
hades  [作者] 2021 年 8 月 20 日 下午 6:31 
updated to fix log spam
[]ReeO[] 2021 年 4 月 29 日 上午 8:22 
Thank you for the response.
hades  [作者] 2021 年 4 月 29 日 上午 2:02 
The mod is still working fine =)
[]ReeO[] 2021 年 4 月 28 日 下午 9:14 
Is this updated to latest patch
hades  [作者] 2021 年 4 月 17 日 上午 6:36 
You already need to enter the password before you can change it, and yes anyone can change the password.
ᖴᥙ☈i͛ᕔ [ClaveCD] 2021 年 4 月 17 日 上午 6:29 
Can anyone in a clan change the password? If that is so then you should consider to ask for a password to change the password :D
Lycaon 2021 年 2 月 19 日 下午 1:28 
ok thanks ^^
hades  [作者] 2021 年 2 月 19 日 下午 1:09 
It's a custom chest only, it doesn't work with doors or default chests.

It was created as an example mod for the CE mod discord so adding the password function to other placeables is not something that is planned for this mod, the source code for the mod is published on my github if anyone wishes to add the function to other placeables, it should be fairly straight forward to do but it's not something I personally plan on doing.
Lycaon 2021 年 2 月 19 日 上午 11:56 
it's work with a door ? or only chest ?
Duke 2021 年 2 月 12 日 上午 5:01 
Perfect. Thank you very much for the info.
Multigun 2021 年 2 月 11 日 下午 9:29 
All mods for Conan Exiles need to match in order for a player to join, so client and server side.
Duke 2021 年 2 月 11 日 下午 8:37 
Ohhh, fantastic. Alright.
I'll likely give this mod a go then as it solves an awful lot of problems for me.

If I install this as the server admin, does it force them to also install it, or is it server side (Sorry for the unrelated question, quite new to modding this game).
hades  [作者] 2021 年 2 月 11 日 下午 8:35 
They will only be able to access the chest if they know the password, if you don't tell them then they cannot get at your goodies =)
Duke 2021 年 2 月 11 日 下午 8:31 
Just to clarify, Hades, does this mean that this mod offers no protection from your own clan members at all?
As in, if I am in a clan, I password protect a chest, can my clan still get into it whether I want them to or not?
hades  [作者] 2021 年 1 月 9 日 下午 4:12 
Yes.
Alphaus Maximus 2021 年 1 月 9 日 下午 3:21 
If they are in your clan can they change the password?
hades  [作者] 2021 年 1 月 9 日 下午 3:14 
Everyone needs to enter the password, it's locked for everyone, even you =)
Alphaus Maximus 2021 年 1 月 9 日 下午 2:13 
Do these also lock from clan mates?
-={U.S.P}=- Magwan 2020 年 10 月 6 日 下午 12:55 
Ok thanks. We took out your mod and things work fine now, Would have loved to have the mod installed mainly for admin use, but will keep checking to see it it works at a future date, keep up the good work
hades  [作者] 2020 年 10 月 6 日 下午 12:23 
@-={U.S.P}=- Magwan

0HP is a game bug, it's not necessarily related to any specific mod.
-={U.S.P}=- Magwan 2020 年 10 月 6 日 上午 11:07 
With this MOD and the Pickup+ mod, it makes it to where the chest has 0 of xxxx HP and make it to where you cant pickup chests

we only have 4 mods, in this order, Pippi, hosav's ui mod, pickup+ then your mod
hades  [作者] 2020 年 8 月 26 日 下午 5:15 
@MaltepowR99

This mod doesn't effect the Large Chest/Wooden Box and shouldn't interfere with either of those (if it is invulnerable it could be caused by another mod/server setting).

I just ran a quick test in solo/coop with only this mod running and all seems to be working fine, I can damage/destroy the Wooden Box, Large Chest and Locked Chest, you can see there HP by looking at them while holding a repair hammer in your hand.

PS: they have a lot of HP (default is 25'000 I think) spear hit's only do 1 HP damage, but they can be successfully destroyed pretty quick with explosive jars.
Malte 2020 年 8 月 26 日 下午 12:34 
The mod makes the normal Large Chest invulnerable. Would be nice to fix that, thanks.
CrazyDave66 2019 年 11 月 1 日 上午 12:07 
really complaining cause you have to click the bar to type lol
Serchant 2019 年 10 月 6 日 下午 5:29 
Possible to add the function when prompting the password menu to not having to click on the bar to type?

Also perhaps Controller support for the buttons?

PS: Great mod! Now I dont have to worry about clan members stealing from my personal chests! :D
AdorableSparrow 2019 年 9 月 6 日 下午 3:47 
its ok i think because you need to download the mod from the workshop and can't use the update and subscribe buttion
hades  [作者] 2019 年 9 月 6 日 下午 1:25 
@Sparrow The mod is still working fine.

funcom have had quite a lot of issues with placeables the last patch and had to release a hotfix, it must be some issue with the way the update has went.

Can you still connect to your server?
AdorableSparrow 2019 年 9 月 6 日 下午 1:11 
any help hades i have a player trying to get into the server.
AdorableSparrow 2019 年 9 月 6 日 下午 1:09 
when loading the mod it says locked chest not found
hades  [作者] 2019 年 9 月 4 日 下午 7:10 
@Sparrow I just tested in sp and it still seems to work fine, whats the issue your having?
hades  [作者] 2019 年 9 月 4 日 下午 6:58 
Oh did it break with the patch?

I'll update it in the morning (it's 3am now), I didn't realise it was effected as I don't use the function that changed and broke everyones stuff EEEEK
AdorableSparrow 2019 年 9 月 4 日 下午 6:49 
need an update bad hades D:
[ファイズ] 2019 年 8 月 24 日 下午 8:05 
Mod More File not found