nvh Posted July 6, 2021 Share Posted July 6, 2021 I want to move map, npc, item, spell... data to developer version I want to install the mods. to code more features.  What skills do I need to learn? thank you Link to comment Share on other sites More sharing options...
0 Cheshire Posted July 6, 2021 Share Posted July 6, 2021 You can just copy over your game data database. Do note that you can't move databases from new versions to old versions. (For example, you can move a database from 6.2 to 7, but you can't move a database you worked on in 7 back to 6.2) Â As for programming, the only thing I can safely say you'd need to learn is to program. There's no real easy or cheat way of getting there. Link to comment Share on other sites More sharing options...
0 nvh Posted July 6, 2021 Author Share Posted July 6, 2021 2 hours ago, Cheshire said: You can just copy over your game data database. Do note that you can't move databases from new versions to old versions. (For example, you can move a database from 6.2 to 7, but you can't move a database you worked on in 7 back to 6.2) Â As for programming, the only thing I can safely say you'd need to learn is to program. There's no real easy or cheat way of getting there. I can code C# and Unity Link to comment Share on other sites More sharing options...
0 Cheshire Posted July 6, 2021 Share Posted July 6, 2021 If you already know C# you'll likely be fine. That's what the engine is made in after all. Â It's not quite like Unity code, as it's a lot less editor / visual focussed and more pure code. But I imagine you'd be able to adjust if you already understand the language. Link to comment Share on other sites More sharing options...
Question
nvh
I want to move map, npc, item, spell... data to developer version
I want to install the mods.
to code more features. Â What skills do I need to learn?
thank you
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now