Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - IsmAvatar

361
Issues Help Desk / Re: Unable to Run (me too)
« on: May 04, 2011, 07:28:15 pm »
At this point I'm going to have to pass this problem off to Josh and the other guys, because I'm out of ideas and they know a lot more about ENIGMA than I do. You might try joining the irc, especially while Josh is on, because you can get faster help that way.

362
Issues Help Desk / Re: Unable to Run (me too)
« on: May 04, 2011, 02:26:39 am »
If you used the installer, it should have automatically updated, and will continue to automatically update as new versions arrive.
To confirm what revision you are running, look at the terminal that should automatically pop up when you run the exe. Look for a line near the very top that says something like:

01_move.lgl 02_main1.lgl 03_main2.lgl 04_control.lgl
 05_score.lgl 06_extra.lgl 07_draw.lgl
ENIGMA r###

It will probably say r710 or later. This is fine (as you are using 'stable'). If it is lower than 710, then the updater's broken, which is my problem.

Does this problem effect an empty game or a game with 1 room?
If not, have you tried the Click the Clown example? http://enigma-dev.org/forums/index.php?topic=488.0

363
Issues Help Desk / Re: Unable to Run (me too)
« on: May 03, 2011, 12:55:07 am »
Please update to r710.

If you are using the trunk (rather than stable/testing):
* Please also do not update to a later revision past r710 until stated otherwise.
* If you have accidentally updated past r710 (e.g. to latest revision), please revert to r710.

364
Proposals / Re: EGM format: Allow resources in other folders?
« on: May 02, 2011, 04:11:10 pm »
I'm not sure how an extra folder with "References" to each Resource Type would help you... But I'm not opposed to it. I can't immediately foresee how I'd implement it, though, since I only just wrapped my head around how to get the tree to support other resource types not already defined - and haven't even started implementing the idea yet.



Some language tips:
"Resource Type" or "Type" refers to things like "Sprite", or "Background", or a custom-made resource type like "Whitespace" or "Particle".
"Resource" refers to instances of a type, such as "Sprite0".

So be careful not to refer to a "resource type" as just a "resource", although I think you already know that.

I guess the part that confuses me is what you mean by "Allowing reference by folder and by resource"

365
Proposals / Re: EGM format: Allow resources in other folders?
« on: May 02, 2011, 03:00:35 pm »
Freeing up a resource type I'd imagine would be similar to deleting an object which has many instances spread across many rooms. The result wouldn't be to delete a room - it would be to delete each instance of a reference to it. Although it wouldn't be a terribly efficient operation, I don't imagine deleting an entire resource type to be a common activity done while a game is already open. I appear to have mis-understood.

You do have a point that simply being able to quickly locate dependencies through some kind of context feature would essentially eliminate much of the need for the kind of organization that this would allow. On the other hand, though, this kind of organization could be useful in creating and isolating self-contained modules of game functionality. For instance, imagine a custom made textbox which you could just plug into any game. All the textbox resources (scripts, sprites, and objects) would be contained in one folder.

366
Proposals / Re: EGM format: Allow resources in other folders?
« on: May 02, 2011, 02:17:31 pm »
In theory, we would allow users to create their own folders, so they wouldn't just be restricted to the Sprites and Objects folders.

367
Proposals / EGM format: Allow resources in other folders?
« on: May 02, 2011, 12:26:39 am »
While we're designing the new EGM file format, there are quite a few new things that we can do that GM doesn't directly allow.

For starters, I'd like to ask your opinions on whether resources should be allowed in other folders where they're not designed to be. In essence, this would be leaving organization completely up to the user - you can clump a bunch of different resource types together in one group - like having a sprite in the same folder as an object.

This could be a nice organizational feature -- or it could be a total disaster. Also interesting, I don't think I've ever seen it suggested for GM.

As for how this effects the format - it would mean that each resource would need to identify its resource type. This would slightly increase filesize. It would also make it a little trickier to read it in - but not much.
Another interesting note - technically GM's file format allows this - there's just no IDEs that can do it.

Alternatively, we can keep it the way GM has it, and force resources to be segregated into their own folders.

368
Proposals / Re: ENIGMA Game Format
« on: April 29, 2011, 08:13:24 pm »
I'm not sure what kind of say the user has in the organization of a zip file - it may be a concern because it might make it impossible to manually create an egm file if they can't put the "enigma-package" file first.

Josh and I have discussed the Definitions et-al family idea, and came up with a radio button group along with each code that defines whether it's a Definitions, Initialization, GlobalLocals, or Cleanup code.

369
Issues Help Desk / Re: Unable to run a file
« on: April 27, 2011, 09:39:50 pm »
Actually the stable and testing tags are both r710, which is the version that everyone (especially windows users) are encouraged to use until further notice.

As for the error message, please provide the full log from the terminal. What you have provided is only the last 7 lines.

370
Announcements / Re: Wiki down
« on: April 27, 2011, 01:36:21 pm »
And we're back. By the looks of it, no work was lost, unless anybody made any changes after 2011-04-23@01:17:32

371
Proposals / Re: ENIGMA Game Format
« on: April 27, 2011, 01:31:50 pm »
Fair enough.

372
Proposals / Re: ENIGMA Game Format
« on: April 27, 2011, 12:17:39 am »
.png doesn't account for multiple subimages unless you're using a spritesheet.

373
Announcements / Wiki down (and back up)
« on: April 26, 2011, 11:05:38 pm »
At some time between 2011-04-23@02:18 (when I last saw it working) and 2011-04-25@19:14 (when someone reported the problem), a fatal database corruption took the life of our wiki. We have submitted a ticket with our host to fix it, which may mean performing a rollback to an older backup. We'll let you know how it all goes, and hopefully we can have it back and running without too much work lost.

Thank you for bearing with us in the meantime.

374
Proposals / Re: ENIGMA Game Format
« on: April 26, 2011, 08:51:38 pm »
Don't worry about _Systems, because I keep pestering josh to make it modular because I can't keep dealing with it being hard-coded in each time.

As for definitions and family, it might be frugal to pretend like they are resources in anticipation of the future when that does happen. In the meantime, we can hardcode routines for dealing with them and loading them in as non-modular.

375
Proposals / Re: ENIGMA Game Format
« on: April 26, 2011, 06:42:11 pm »
Looks good and formal enough for the internal directory structure. I'd just need specifics for how to handle the leafs. I suppose we can deal with them one resource type at a time.

Figure out what you want to do with definitions, and how you plan on handling binary data in the game settings, such as the icon and the progress bar images. Once you do that, I'll get started on a prototype.