Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Sorry , but I do not think that this will be gone aftter you use my mod. I clean special entries from the database for recipes. If this did not comes from a recipe it is not efected.
You can try to clean your game db by using the sqlite editor ( see command below ) but I can not tell you what to delete. You can try to find some entry named like your mod or the name of the emote. For the feats the inf_type is 6 and for the recipes its is 3 . But sorry I can not help you more with this.
Thumbs up!
Danke schön!
You are welcome. :-)
If you want to try it with the editor you can use
https://sqlitebrowser.org/
The recipes list is from datatype item_inventory .
The inv_type is 6 for the feats and 3 for the recipes. If you click on a row you can see
the content in the viewer. Set the type to binär than you see it like /script/conanSandbox.recipe
in the hex editor. This you can delete.
BACKUP your game !!
You need a SQLlite editor for that. The file "game.db" in your saved folder is a SQLlite database.
Download any editor and open this file. First you need the id from the blanck recipes. You get them if you give you the admin state . Then you see the ids.
But you need to search for the id in a table with recipes in the name. Delet the rows with this ids.
Sorry I can not tell you more - I did not use the editor for conan.
Even deleted a mod I downloaded prior to may 8th (was the only one) just in case, but no dice.
Thanks for your help but it seems I will have to live with 100 blank recipes.. bah.
I read something somewhere about sql editing also being able to fix it, do you know how?
I check the update history for the editor. I did the update on 2018-04-18
The update for the unreal editor was in april I think.
Every mod from 03.2018 or prior is to old
And I have 0 mods installed that add any recipe.
This may happen if you use a mod from the time prior the update early this year.
The data types changed from this update.Search for mods updatet earlyer and remove them
Put mod cleaner as last in your loading order and try it again
If your feats reset that meens that the script from the mod cleaner run correct.
Normally the script delete first the recipes and than reset the feats.
You get two messages for that.
Your recipes normaly arange new in order the script found them in the feats list.
If your recipes are not arange new the script dit not read your recipes list.
Reset your feats ?
This mod di not work automatically. You need to spawn in the item from the admin panel.
You find a potion called Mod Cleaner as the last item if you don't use other mods.
Spawn it and use it. You get a message for the cleanup.
Please see the preview images for details.
I have unsibscribed from everything I do not use and delete every folder whose number is not in the current mod list.
No change.
Conan's Armor is still there as well.
This mod is to old - the last update is from 29. Sep. 2017. The data structur has changed a few times since this date. This mod is abolut incompatible to the final release.
If they use a wrong structur even for the recipes table or the information are somewhere in your save game I can not delete this data - sorry . The only way is to edit your save with a sqlite editor to clear all rows from the bad entries - but you need knowledge in sql and the editor for this.
Thanks for your replay. But I don't think that this is realy a problem with the recipes from this mod. I delete evrything from the recipe list and rebuild it. This information must come from somehow. I seems to be more a general problem with the way the unreal engine saves the data.
They use a file based SQL database for the savegame. But every database get problems mostly with the index or current open files if the application will not correct end for any reason.
I think it comes somewhere from this.. :-)
This man here his a very good exapmle for the great and helpfull modding community, thanks!
Sorry for that. The only thing I can do to call a additional sync command for this table after I reset it. But I have to work , so I can do this later this evenening. But this is only a try - this make no differents for single player but I can not really test what happens if call server commands to often. If I do it wrong it may freeze your server or simple do nothing.
I want upload this until some one really wants it - untested code is not what I normally published.
If you want a try please tell me then I activate this code. ;-)
Make sure that all mods are deleted from your mods folder and even from the steam folders.
The mod delete every entry in the recipes list - for ever.
After the mod delete the recipes I rebuild the recipes list based on the information from current present feats.
But if you get blackboxes again the script must get this information from somehow.
So please delete everything you do not use at the moment.
In the "SteamLibrary\steamapps\workshop\content\440900" you find a folder named with a number for ever mod you have used in the past. Compare the numbers with you modfile.txt and delete every folder which is not longer in this list.
If you play on multiplayer it may be tha tthe admin need to clear the folder on the server, too.
dont work for me resets only the talents an remove conan Armor black boxes still up
This is from the admin access - funcom prevent us moders to use the armor prior the release. If you restart the game without admin access you get them automatically back.