Page 1 of 1

Database Access

Posted: Fri Apr 15, 2022 9:31 pm
by zbig
Hi,

Is there a way to access the entire database?

Thank you.

Re: Database Access

Posted: Sun Apr 17, 2022 2:54 am
by KnightHawk75
You mean like open the db3k_493.db3 and look around without changing anything?

Then yes, most apps that can view a sqllite 3.x database will work.
https://sqlitebrowser.org/ (simple, free, I know works perfectly with cmo)

Recommend:
You backup your db3 or make sure you open each db as 'read only' option from menu.
If you by mistake re-save the database though it's hash will change and is not usable till you replace it with the original (either from re-installation, a backup copy, of if on steam a verify ..if that's still a thing).

Re: Database Access

Posted: Sun Apr 17, 2022 4:22 pm
by wyskass
Also, check to see which version a particular scenario uses. You can see this in the editor or in the .scen file, which is an xml item for referenced DB file.

Re: Database Access

Posted: Tue Apr 19, 2022 4:39 am
by zbig
Thank you

Re: Database Access

Posted: Fri Jun 24, 2022 8:57 am
by aerosky
I am writing a database editing software in QT 5.

Re: Database Access

Posted: Fri Jun 24, 2022 11:21 am
by Dimitris
aerosky wrote: Fri Jun 24, 2022 8:57 am I am writing a database editing software in QT 5.
Please be aware that editing the Command DBs violates the commercial EULA.

Also, unless a bug/loophole exists, the program will refuse to load modified DBs.

Re: Database Access

Posted: Fri Jun 24, 2022 3:12 pm
by Filitch
Dimitris wrote: Fri Jun 24, 2022 11:21 am Please be aware that editing the Command DBs violates the commercial EULA.
For personal, non-commercial, non-proffessional usage too?

Re: Database Access

Posted: Fri Jun 24, 2022 4:05 pm
by Dimitris
Filitch wrote: Fri Jun 24, 2022 3:12 pm
Dimitris wrote: Fri Jun 24, 2022 11:21 am Please be aware that editing the Command DBs violates the commercial EULA.
For personal, non-commercial, non-proffessional usage too?
Yes.

Re: Database Access

Posted: Mon Jun 27, 2022 3:15 am
by aerosky
Dimitris wrote: Fri Jun 24, 2022 4:05 pm
Filitch wrote: Fri Jun 24, 2022 3:12 pm
Dimitris wrote: Fri Jun 24, 2022 11:21 am Please be aware that editing the Command DBs violates the commercial EULA.
For personal, non-commercial, non-proffessional usage too?
Yes.
I know, I will stop developing database editing software。

Re: Database Access

Posted: Tue Jun 28, 2022 8:45 pm
by KnightHawk75
aerosky wrote: Mon Jun 27, 2022 3:15 am
Dimitris wrote: Fri Jun 24, 2022 4:05 pm
Filitch wrote: Fri Jun 24, 2022 3:12 pm
For personal, non-commercial, non-proffessional usage too?
Yes.
I know, I will stop developing database editing software。
Could be useful for those with pro editions... but yeah it's all a wasted effort otherwise because nobody will be able to use the output / ie your changed versions of the database, unless they have certain pro editions.