Jump to content

Skystudio - A Cataclysm DB Editor


Pyro

Recommended Posts

I can't get this working in Debian testing. I have installed java6-jre and jdk but it fails finding data/char.class.dat. It gives me another error at startup: "Could not set look and feel (unsipported)" but the program starts anyway. I dont have Gnome nor KDE installed, I'm using Enlightenment as desktop manager.

Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...

Nice app but I Have one issue.

When I run it I get this error message:

Failed to write log.
Warning: File write access permisison.

And after OK I get this:

There was a problem reading a data file.
dataquest.sort.dat (the system cannot find the path specified)

1. Yes I'm using JAVA.

2. I try it on two different computers with same result.

:shrug:

Link to comment
Share on other sites

  • 1 month later...

Incredible program! Thank you!

But I've found a bug in the GObjects tab in SkyStudio 0.651. I went to the website to report it but I couldn't see any way to leave or email a comment or reply, so I'm reporting it here and PMing Pyro.

If you click on the GObject tab and pull up an object, then go to Quest Relations and modify the Starts quest and/or Ends quest, then click the Generate SQL button, the sql is incorrect. If you click the Save button, the program uses the incorrect sql as well.

The issue is the sql that is generated modifies the creature_questrelation and creature_involvedrelation tables instead of the gameobject_questrelation and

gameobject_involvedrelation tables.

Steps to reproduce (tested on ArkDB_r2.7.0_CATA_4.0.6a_05-02-2012 database):

1. Click GObjects, enter 270 and press Enter

2. Click GObjects again, since program switches to NPC tab, a minor bug

3. GObject should be "Unguarded Thunder Ale Barrel"

4. Click Quest Relations tab, then click the Load Quest Relations button

5. Starts quest is set to 311 Return to Marleth

6. In the Ends quest section click Add Quest

7. Enter 310, click OK to add 310 Bitter Rivals

8. Click the Generate SQL button

9. The sql shown is:

DELETE FROM `creature_questrelation` WHERE `id` = 270;

INSERT INTO `creature_questrelation` (`id`,`quest`) VALUES (270,311);

DELETE FROM `creature_involvedrelation` WHERE `id` = 270;

INSERT INTO `creature_involvedrelation` (`id`,`quest`) VALUES (270,310);

It should be:

DELETE FROM `gameobject_questrelation` WHERE `id` = 270;

INSERT INTO `gameobject_questrelation` (`id`,`quest`) VALUES (270,311);

DELETE FROM `gameobject_involvedrelation` WHERE `id` = 270;

INSERT INTO `gameobject_involvedrelation` (`id`,`quest`) VALUES (270,310);

Thanks again for the awesome program! :mellow:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.