Jump to content
  • 0

move data from normal version to developer version??


Question

Posted

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

3 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted
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

  • 0
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...