Who codes and makes mods. Noob question

I apologize right away if the question is stupid, and I ask you to forgive me for my bad English.

The question is this - Is it possible to make a mod so that you can import a character into co-op from a single game? That is, I play single and a friend invites me to co-op, I would like to join with my character. Is it possible to do this from save files? Thank you.

1 Like

Step 1: Download DB Browser for SQLite
Step 2: Learn SQL
Step 3: Open your game.db singleplayer file with DB Browser for SQLite
Step 4: Analyze the tables and figure out, how character data is stored
Step 5: Copy this character data from your game.db to your friend’s game.db
Step 6: Enjoy your copied character

Step 7: Learn any programming language and write a program that does this. Offer this tool with open source. This will help and support the community.

I mean…cant you just…basically copy paste all the stuff using the admin panel?