Page 1 of 2
Database editor?
Posted: Sat Oct 05, 2013 3:58 am
by Stevechase
Finally bought Command. Wondering if there are plans for a database editor in the future. If not produced by the dev team would it be possible for some of those more savvy users to create one.
RE: Database editor?
Posted: Sat Oct 05, 2013 6:18 am
by bsq
You can look at it and potentially edit it in SqlLite, but it looks like a reasonably big and complex relational database with lots of look-up tables and modular stuff that you would need to understand before diving in.
RE: Database editor?
Posted: Sat Oct 05, 2013 11:36 am
by Mgellis
It is also possible to edit some platforms to an extent in the scenario editor itself, by adding or deleting weapons, sensors, etc.
RE: Database editor?
Posted: Sat Oct 05, 2013 11:39 am
by mikmykWS
ORIGINAL: Stevechase
Finally bought Command. Wondering if there are plans for a database editor in the future. If not produced by the dev team would it be possible for some of those more savvy users to create one.
We offer some db edit features in the editor and have no current plans to follow Harpoon's paradigm.
Mike
RE: Database editor?
Posted: Sat Oct 05, 2013 11:43 am
by thewood1
IIRC, Harpoon was not an open db on release, right? I think it took a couple years for the db to be hacked or figured out.
RE: Database editor?
Posted: Sat Oct 05, 2013 11:48 am
by mikmykWS
It had its own editor after so many releases I think.
RE: Database editor?
Posted: Sun Oct 06, 2013 1:16 am
by Stevechase
ORIGINAL: mikmyk
ORIGINAL: Stevechase
Finally bought Command. Wondering if there are plans for a database editor in the future. If not produced by the dev team would it be possible for some of those more savvy users to create one.
We offer some db edit features in the editor and have no current plans to follow Harpoon's paradigm.
Mike
I must say that is very disappointing. Had I known that I would not have shelled out the $80.00. Not your fault though. I should have paid better attention to the advertised features. Just assumed it would be far better than Harpoon in every way.
RE: Database editor?
Posted: Sun Oct 06, 2013 2:13 am
by mikmykWS
Sorry to disappoint Steve but this is the path we've chosen.
RE: Database editor?
Posted: Sun Oct 06, 2013 2:37 am
by Stevechase
Ok, Got it.
RE: Database editor?
Posted: Sun Oct 06, 2013 2:49 am
by Elouda
Could you clarify if this also means there are no plans to expand the current 'scenario-specific database editor' options in the the scenario editor (for example being able edit weapon magazines or unit properties)?
RE: Database editor?
Posted: Sun Oct 06, 2013 2:51 am
by mikmykWS
No we need to get the add mag function in although you can actually do it with a config file. As our plans stand right now all future db edit feature work will be done in the scenario editor or through the config files.
Mike
RE: Database editor?
Posted: Sun Oct 06, 2013 10:43 am
by ComDev
You can edit mags, mounts, sensors, comm links (weapon datalinks) through script files. Details on how to do this can be found in the Manual [8D]
RE: Database editor?
Posted: Mon Mar 10, 2014 3:33 pm
by alex2000
Hi Ragnar.
Unfortunately, the manual doesn't explain clearly how change the platform components, especially using the "scripts".
Maybe it would be appropriate to post some tutorials or some examples to do this.
Thanks and bye.
Alex from Leghorn (Italy)
RE: Database editor?
Posted: Mon Mar 10, 2014 8:19 pm
by orca
just the last post after I posted something similar in another forum... had the same experience as Alex
RE: Database editor?
Posted: Tue Mar 11, 2014 10:46 am
by ComDev
Oki doki, no problem. What parts of chapter 7 in the manual do you think are unclear? [8D]
RE: Database editor?
Posted: Tue Mar 11, 2014 3:19 pm
by alex2000
Hi Ragnar
The unclear part of Chapter 7 is the part regarding the modify of platforms via script (In fact it is quite unintelligible), moreover it doesn't explain how to use the script in the scenario building.
It would require a tutorial more clear and understandable even by beginners.
Thanks and bye
Alex from Leghorn (Italy)
RE: Database editor?
Posted: Tue Mar 11, 2014 3:40 pm
by KEYSTONE07950
ORIGINAL: alex2000
Hi Ragnar
The unclear part of Chapter 7 is the part regarding the modify of platforms via script (In fact it is quite unintelligible), moreover it doesn't explain how to use the script in the scenario building.
It would require a tutorial more clear and understandable even by beginners.
Thanks and bye
Alex from Leghorn (Italy)
I agree 100%. A step by step tutorial would be most welcome.
PS- Thanks for this great sim. It's occupying (productively) all my spare time.[&o]
RE: Database editor?
Posted: Wed Mar 12, 2014 1:35 pm
by ckfinite
It's actually a pretty nice normalized design, so it's easy to understand. You can edit most things by hand easily, you just have to remember/write down a lot of IDs to do so. I'm trying to get a nice abstraction layer set up for .NET (EF6), but there are some issues, mostly on the framework side.
RE: Database editor?
Posted: Thu Mar 13, 2014 4:44 am
by SaneStatistician
ORIGINAL: ckfinite
It's actually a pretty nice normalized design, so it's easy to understand. You can edit most things by hand easily, you just have to remember/write down a lot of IDs to do so. I'm trying to get a nice abstraction layer set up for .NET (EF6), but there are some issues, mostly on the framework side.
Please remember that by reverse-engineering the database you violate the terms of your license. [:-]
RE: Database editor?
Posted: Thu Mar 13, 2014 11:59 am
by orca
Even better than a tutorial would be a new feature in the scenario editor the automates the saving of changes make. Saving/copying using scripts seems to be not ideal and too complicated. I doubt it will be used with often because of this.
I've requested this before but since we on this topic-
I'd love new features to:
Be able to automatically save unit changes in scen editor, be able to import to file edited units, and be able to clone edited units.
BTW- I respect devs decision regarding limiting editing to scenario editor. These requests don't change that but just makes what is currently possible much easier.