Hi again, over the last month or so i've been busy trying to create a mod with custom assets, i've read through the provided documentation on my last post, and i am for some reason unable to join the modding discord, so i come here (hopefully) for some answers.
i am able to make simple stat tweaks or say clones of existing pieces within the games with caried stats, however trying to create my own unique item with its own mesh has been an uphill battle i've fought for some time, i've read through all the bepinex documentation, and the ones provided on this website, (unfortunately) there just doesn't seem to be a lot on it, most of the documentation shows say how to rig or how to actually make bundles, but the server side bepinex file or mod which can actually inject your customised assets is something which is never spoken about, unless im getting something majorly wrong it surely isn't that difficult, i've even gone to a few different AI's to see if i'm wrong and it lead me to the custom asset importer however every time i try to use it, it's as if SPT just doesn't recognise it.
so i am really stumped here, and would greatly appreciate some help.
thank you.
Posts by A_Goblin
-
-
What kind of mod are you interested in making?
General modding resources:
Semantic versioning: https://semver.org/
SPT Item database: https://db.sp-tarkov.com/search
Tarkov-Dev: https://api.tarkov.dev/
Tarkynator: https://moxopixel.com/tarkynator/
Item Creation Guide: WTT - Item Creation Guides Vol. 1: Intro to Static ObjectsServer mod resources:
TypeScript Stuff: https://www.typescriptlang.org/docs/
Server mod Examples: https://github.com/sp-tarkov/mod-examplesClient mod resources:
Microsoft interactive C# tutorials: https://learn.microsoft.com/en…tour-of-csharp/tutorials/
Jehree's beginner write up to get started with client modding: Client Modding Quick Start Guide
Bepinex docs: https://docs.bepinex.dev/
Harmony docs: https://harmony.pardeike.net/articles/intro.html
If you're able to join the SPT Discord Community Server, feel free to hop in! https://sp-tarkov.com/#community
We have dedicated channels that dive deeper into SPT modding, and of course, a community of talented modders who are always happy to help beginners get started on their modding journey!I'm interested in making a mod which adds custom armour and weapon models i have made, into the game, and potentially medical items & quests. however for the last week or so i have been trying to implement my own models into the game with bundles but i have been facing constant challenges, i for some reason cannot join the SPT discord, but i'll check out the guides here i have not yet seen.
Thank you. -
Hi all, sorry for the repost.
But i apologise if this is not the correct place to post, but i am a little stuck, i have read the tutorials here: https://hub.sp-tarkov.com/doc/lexicon/69-tutorials/
and still find myself confused and stuck, any help for a beginner SPT modder would be greatly appreciated!