Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lucifer2912

Pages: [1]
1
Art Manager / Re: Is there a better art manager?
« on: 26 November 2023, 14:10:05 »
I made a unity based modding tool that can easily automate things, i think you'd want this.

https://github.com/RobertSkalko/Grim-Dawn-Modding-Tool

(i really need to rename it)

Basically, you click open folder, put all game records in the records folder (make sure you dont copy the records path too so it doesnt look like "records/records/.."
Then copy mod records over the game one's in case you want to modify the mod too.

Go to unity, open project, and create a new c# script, extend from ToolButton.

Now just look at how i did my other tools. Just set the filepath and object predicates. Like if you're sure all the items are under an "item" folder, this means it would eliminate 90% of files and make it that much faster.

TQObject is the .dbr file loaded with it's contents inside a dictionary, it also has the filepath variable. It contains a lot of helper methods.

You just need 2 methods btw, GetAllObjectsInRecordsPath, and WriteToOutput.

getobjects by default uses your class's predicates and the default records location.

Oh right, you override Action(). That's what happens when you click the button in the program.

So, you click button > loops over all the files > checks file path predicate > loads the object > checks object predicate > adds to list > you modify the list > you output the whole list or make a new one and output that.

Besides not having to manually edit thousands of files and write complicated regexes. You can also update your mods in just a button click + add these modifications to any mod that exists. Say you want diablo immortal mod. But you also want legendaries to drop with affixes. Well just extract the diablo mod after the game records and click a button! Then just compile it with art manager. (if you just merged a mod with legendary affixes and the diablo mod, there'd be conflicts and the new diablo items wouldnt drop with affixes, but with my method, everything would work)

Is there an .exe file that can run for Windows? Or can there be a short video tutorial to help me?

2
Art Manager / Artmanager building error
« on: 24 July 2022, 18:26:06 »
I build the mod and it shows this error pls help me
By the way, can I ask if there is any lootplus mod for soulvizier, if not, what .dbr file should I edit to increase the drop rate?
Code: [Select]
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_gildanthar.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_hippocrates'vest.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_kherhebvestment.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_kondorangirdle.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_lifeshroud.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_magma.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_mantleofsajun.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_mantleofthesecretos.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_morago'sarmor.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_proteanarmor.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_raimentofxigua.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_reizarf'naicuirass.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_rhesus'whitewashedarmor.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_snakeskinwrap.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_somatophylakesplate.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_soulshieldchiton.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_sunlushan'sarmor.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_takeshi's kimono.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_terraguard.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_thekhan'shuntingharness.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_thraciancuirass.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_tylderonsbreastplate.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_vestmentofbewilderment.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_e_vestmentofthomthemad.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_l_armorofachilles.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_l_armorofanubis.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_l_armorofpeleus.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_l_babeizigi.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_l_dionysus'jerkin.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_l_ferrusgnosi.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl
Error building record (Unable to load template) C:\Users\lucif\Documents\My Games\Titan Quest - Immortal Throne\Working\CustomMaps\ModWingBoss/database/records/item/equipmentarmor/inlay/u_l_horus'refuge.dbr, sp=tpl+pic\Templates\Armor_UpperBody.tpl


Pages: [1]

SimplePortal 2.3.7 © 2008-2024, SimplePortal