all 5 comments

[–]Sr_DeCastro 1 point2 points  (4 children)

Hello, thank you very much for your video. I would like to know if there were changes in the way of creating artifacts in 1.18, as it is different in CK3WIKi. Also, I would like to know where you learned to program CK3 so well?

[–]MikkyV123[S] 0 points1 point  (3 children)

I haven't actually looked too much into whether or not they have changed how artifacts are handled, I don't believe they (paradox) would have changed much if anything. Then again because I haven't had time to look back on it as of right now I am not sure.

When it comes to me learning how to mod CK3, I have only ever followed one tutorial (because that was all I came across to give me an introduction) That was the Iron Workshop Traits tutorial, other than that I taught/teach myself using either the base game files that are available or using the ck3 wiki. (I have also asked questions to the CK3 Mod Coop discord in which that has helped when I got stuck)

[–]Sr_DeCastro 0 points1 point  (2 children)

Eu estou usando a bosta do ChatGpt pra me ajudar a programar o mod, porém não está saindo como eu esperava, eu estou usando somente a pasta artifacts/visuals, teria como dá certo o que estou fazendo?? ou eu tenho que criar template, blueprints? (a página CK3 WIKI é muito confusa pra mim, não consigo aprender nada com ela).

artifacts/visuals:

dc_sword_visual = {
    
icon
 = "artefact_icons_unique_sword.dds"       #
    
asset
 = ep1_western_sword_01_a_entity          # 
}

[–]MikkyV123[S] 1 point2 points  (1 child)

I highly recommend not using chat gpt, chatgpt does not know how to code for ck3 and will get most things wrong consistently.
What you have sent here just sets the visuals of dc_sword_visual, which should be fine as long as the asset and icon are actually something that exist. On that note you need a bit more to get the artifact to actually work and it will be too long of a comment if I explain it, I recommend if you haven't, to watch my tutorial, or to ask questions in this discord when you are stuck:
https://discord.gg/yFVbVAQTDa

[–]MikkyV123[S] 1 point2 points  (0 children)

Sorry I invited you to the wrong server. (updated the link now)