Register FAQ Search Today's Posts Mark Forums Read
Go Back   JazzJackrabbit Community Forums » Open Forums » JCS & Scripting

MLLE - Playing catch-up with DJazz

Reply
 
Thread Tools
WhiteBlaster WhiteBlaster's Avatar

JCF Member

Joined: Apr 2008

Posts: 58

WhiteBlaster has disabled reputation

Aug 2, 2011, 04:34 AM
WhiteBlaster is offline
Reply With Quote
Quote:
Originally Posted by Unknown Rabbit View Post
Also you can't type things that aren't numbers in the edit boxes; fun stuff!
Wait, why not including symbols? They would turn damn useful when creating MCE's: instead of having to search for the event number associated with an event, you just type in the event name and you're done...
__________________
Mercatura musicae delenda est.

There is a flame untamed
Deep in my heart
Unyielding, pure Ain Soph
'tis measureless
Our right divine:

Aspire to all horizons
To seek nature ov things
Retreat within yourself
To find the primal breath

Behemoth - Transmigrating Beyond Realms ov Amenti
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Aug 2, 2011, 01:27 PM
Violet CLM is online now
Reply With Quote
That's not a bad idea -- either an autocomplete textbox or a dropdown, though, I wouldn't want anyone to try to remember to type "TNT (armed explosive, no pickup)" -- but on the other hand I don't think you'd want every parameter box to exhibit that behavior all of the time anyway, not least because they're sized for numbers, not for text. And all restrictions on input could certainly be turned off in those special cases you might want to choose an event.

ETA: Okay, now you can drag an event from the tree list onto a parameter box and it'll fill in the event number.
__________________

Last edited by Violet CLM; Aug 2, 2011 at 01:44 PM.
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Aug 3, 2011, 10:53 AM
Jerrythabest is offline
Reply With Quote
Hey UR, awesome project you've got here! I'm checking the "watch this thread" button for sure, it looks very promising.

If I could be put to any use, just shoot me stuff a PM into my inbox
__________________
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Aug 3, 2011, 12:12 PM
cooba is offline
Reply With Quote
Quote:
Originally Posted by Unknown Rabbit View Post
Okay, now you can drag an event from the tree list onto a parameter box and it'll fill in the event number.
Only by reading that I've realised how big of a thing this is.

Feels good to live in 2011.
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Aug 3, 2011, 07:29 PM
Violet CLM is online now
Reply With Quote
++2011

Work on the event window continues, largely because all that bitwise display and modification is complicated business. More importantly, though, another opportunity for people to be helpful to this project!

That's the clearest version I've been able to find of the icon for the original MLLE, but while it's 16x16, it's also got .jpg artifacts. Any creative folks out there feel like redoing it for authenticity value?
__________________
SilverBolt SilverBolt's Avatar

JCF Member

Joined: May 2011

Posts: 25

SilverBolt is doing well so far

Aug 3, 2011, 09:30 PM
SilverBolt is offline
Reply With Quote
Hey Unknown Rabbit, in order to keep out outside distractions, have you considered a fullscreen mode? That would be especially useful to those of us with dual monitors.

Would it be possible to add support for up to 99 triggers and 99 text strings? I know it can be done.

Also, maybe a "level preview" option? Kinda like parallax display, but without having to "save and run" the level. Maybe if you were to click it or press the hotkey, another "preview box" window would pop up, showing a frozen sprite for the enemies and trigger crates and such?
__________________
is recharging [██▒▒▒▒▒▒] 28%



Obi1mcd Obi1mcd's Avatar

JCF Member

Joined: Feb 2010

Posts: 692

Obi1mcd is OFF DA CHARTObi1mcd is OFF DA CHARTObi1mcd is OFF DA CHART

Aug 3, 2011, 10:31 PM
Obi1mcd is offline
Reply With Quote
Quote:
Originally Posted by SilverBolt View Post
Would it be possible to add support for up to 99 triggers and 99 text strings? I know it can be done.
I'm unsure about the triggers, but I think text strings from 16 onward are sometimes used by JJ2. At the very least, I recall somebody saying that you could use them, but it would start to glitch the game out a bit.
__________________
Define 'normal'.
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Aug 3, 2011, 11:01 PM
Violet CLM is online now
Reply With Quote
Quote:
Originally Posted by SilverBolt View Post
Hey Unknown Rabbit, in order to keep out outside distractions, have you considered a fullscreen mode? That would be especially useful to those of us with dual monitors.
I really know next to nothing about dual monitors. Is what you're proposing substantially different from maximizing the window?

Quote:
Would it be possible to add support for up to 99 triggers and 99 text strings? I know it can be done.
JJ2 doesn't support more than 32 triggers, as you can test for yourself by editing JCS.ini. Text strings are more complicated. 1.23 (and presumably lower versions) will display text strings all the way up to #255, although #16 to about #63 run the risk of overlapping other data stored in the .j2l. Adding text strings higher than #~63 to a .j2l file does not interfere with any data in the .j2l itself, but does overlap with and apparently overwrite memory internal to JJ2. However, we know absolutely nothing about what deleterious effects this might or might not have, because it's so untested. TSF, by contrast, will only display text strings #0-15.

Quote:
Also, maybe a "level preview" option? Kinda like parallax display, but without having to "save and run" the level. Maybe if you were to click it or press the hotkey, another "preview box" window would pop up, showing a frozen sprite for the enemies and trigger crates and such?
Basically what you're asking for is a sprite preview mode, which has been suggested before. I don't really see how that would be useful, and it would take a whole lot of new code since I'd want to get the images directly from anims.j2a. I'm not inherently against it, but the effort seems to outweigh the gain by far.

As a general rule, things that are completely feature ideas/requests and not pertaining to specific design things I'm talking about are probably better placed in the big thread, especially since that way you can look through the thread in advance and make sure your idea hasn't already been posted.
__________________
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Aug 4, 2011, 08:02 PM
Violet CLM is online now
Reply With Quote

Revised Layer Properties screen as you can expect to see it 99% of the time. (Limit visible region goes disabled whenever Texture mode or Tile height are checked.)


However, if you have more than one texture mode in the .ini file, then the familiar combobox reappears. All parameters (including the stars checkbox) have names specified per texture mode in the .ini.


Finally, for Battery Check and other versions with no texture properties at all, the window is simplified even more, copying the layout from BCCS.

ETA: And now this window actually works as well as just looking pretty. Layers: resizable!
__________________

Last edited by Violet CLM; Aug 5, 2011 at 07:37 PM.
Obi1mcd Obi1mcd's Avatar

JCF Member

Joined: Feb 2010

Posts: 692

Obi1mcd is OFF DA CHARTObi1mcd is OFF DA CHARTObi1mcd is OFF DA CHART

Aug 4, 2011, 11:03 PM
Obi1mcd is offline
Reply With Quote
So, the texture mode stuff basically means that you get presets and don't have to set everything up each time?
__________________
Define 'normal'.
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Aug 5, 2011, 06:12 AM
cooba is offline
Reply With Quote
Quote:
Originally Posted by Obi1mcd View Post
So, the texture mode stuff basically means that you get presets and don't have to set everything up each time?
No
Obi1mcd Obi1mcd's Avatar

JCF Member

Joined: Feb 2010

Posts: 692

Obi1mcd is OFF DA CHARTObi1mcd is OFF DA CHARTObi1mcd is OFF DA CHART

Aug 5, 2011, 06:40 AM
Obi1mcd is offline
Reply With Quote
Ah, thanks for explaining.
__________________
Define 'normal'.
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Aug 5, 2011, 10:59 AM
Jerrythabest is offline
Reply With Quote
Very nice work! Also it's a great idea to remove/hide any features from the window if they're not available anyway.
__________________
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Aug 5, 2011, 03:00 PM
cooba is offline
Reply With Quote
It occured to me rather quickly that remaking the original icon is useless:



So, I decided to try random things until I did something that I thought was decent:



I think it resembles the original well enough. At first I tried to recapture the "multi-layer" part of the name but couldn't without making it look dumb, so I settled for some cheap bevel and decided to call it a bunch of buttons.

I also made a silly variation:



They even scale to 32x32 quite well!

Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Aug 5, 2011, 05:01 PM
Violet CLM is online now
Reply With Quote
Looks good to me; thanks muchly! I'd offer rep as well as thanks, but it says I have to spread some more around first.
__________________

Last edited by Violet CLM; Aug 5, 2011 at 07:36 PM.
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Aug 6, 2011, 04:52 AM
cooba is offline
Reply With Quote
Though, I dunno if it's a good idea to call it MLLE if it can't open .LEV files (yet?)
Jgke Jgke's Avatar

JCF Member

Joined: Sep 2006

Posts: 974

Jgke is an asset to this forumJgke is an asset to this forum

Aug 6, 2011, 06:09 AM
Jgke is offline
Reply With Quote
Am I being slow or is that just old stuff, where is that from? :P
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Aug 6, 2011, 12:57 PM
Violet CLM is online now
Reply With Quote
Well, there are a lot of things it can't do at the moment. :P It's hoped to gain .lev support once someone figures out how they work, but the name is more a reference to the original MLLE, unlike JCS, using standard windows controls for scrollbars and buttons and stuff, instead of all those purple things. Arguably that distinction competes for salience with the .lev/,j2l difference and the much-increased usability of JCS (far fewer things hidden up in the top menustrip), but visually, gray vs. purple certainly stands out. And it rolls off the tongue better than, say, "JCS.NET."
Jake: Can't really answer that unless you use fewer pronouns? The original MLLE icon is old stuff, yes.
__________________
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Aug 6, 2011, 01:28 PM
Jerrythabest is offline
Reply With Quote
I could try to find out anything about the .lev format. We actually know what's stored inside (a tileset image, a color palette, multiple layers of tiles, events, some settings...), but (as far as I know?) we don't know anything about how things are stored in there. I'm actually quite optimistic that I could get an overall view of the structure (and possibly already more than just that) without too much difficulties if my expectations are right.
__________________
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Aug 6, 2011, 01:58 PM
Violet CLM is online now
Reply With Quote
Any investigation into .lev format should of course be informed by an understanding of .j2l and .j2t (and possibly, though unlikely, LEVELX.XXX and BLOCKS.XXX) formats, since there will likely be things in common. All I know offhand is that the event structure (EVNT), stored as the antepenultimate section(?) in .lev files, looks identical to its .j2l counterpart, and the final section is the color palette and is formatted in a straightforward RGBRGBRGB order without the useless alpha values from .j2t files. That said, such investigation should also probably take place in a separate thread

In the realm of the obvious, people should probably compare .lev files to their closest counterparts, e.g. battle1.j2l and castle1.j2t for battle1.lev. As far as I know, j2ff remains the best tool for extracting the data streams for .j2l and .j2t files; it doesn't work well for TSF levels, but fortunately that's not relevant here!
__________________

Last edited by Violet CLM; Aug 6, 2011 at 03:01 PM.
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Aug 12, 2011, 02:16 PM
Jerrythabest is offline
Reply With Quote
Restoring lost posts from old hosting provider
Quote:
Originally Posted by Unknown Rabbit View Post

Haven't posted any shots in a few days, so here's one. Adding "Browse" buttons is something people've wanted for a long time, and I thought it would be fun to add some dropdown suggestions to the Next Level box. The first one is an automatic suggestion based on the filename Carrot1.j2l; if your level is saved as giantpack13.j2l, for instance, giantpack14 will get added to the dropdown list. Like the textured background stuff, the Bonus Level field will reappear if you specify in the .ini that you have a use for it. The Multiplayer checkbox doesn't actually do anything at the moment, but it's in there for completeness' sake. Text is not yet implemented.
Quote:
Originally Posted by cooba View Post
Can we get an "Go to" button too? Would make more sense than having to type out the next level's filename in the Open prompt every time.

EDIT: How high can your Ambient Lighting box go? As far as I know it's doable to have +100 lighting on startup, so it wouldn't be bad to push the limit from 100 to 127.
Quote:
Originally Posted by Jake View Post
And, would it be possible to also go to the previous level? For example, using the name scheme or cache of some sort...
Quote:
Originally Posted by Unknown Rabbit View Post
cooba: Currently the next level is the default choice in the Open dialog. If that turns out to be counter-intuitive I could stick a button in the menustrip too, but I don't think such a button has any place in Level Properties.
I need to do some more work on ambient lighting, but yes, there's certainly no reason not to include the full range. The thing about the ambient lighting sliders in JCS is that, for no obvious reason, the numbers as stored in the .j2l file differ from the Set Light events and the Level Properties slider displays. Instead of giving you the full continuum of numbers between 0 and 100 to choose from, the sliders allow 0, 1, 3, 4, 6, 7, etc., adding alternatingly 1 or 2 each time, meaning that the normal 100 is actually stored as 64 within the file. So I still have to do some modifying so that you see numbers closer to what you expect (i.e. type 100, save 64), but yes, the full game-understood range will definitely be included.
ETA: ugh, no, it's not as simple as alternatingly 1 or 2. Rather the pattern is 1212121221212122, repeating every sixteen numbers. Pfffffff.
ETA2: And fixed, thanks to the power of 1.5625.

Jake: In theory, I guess? Still, while I imagine the vast majority of levels only have one "previous" level, it does feel like a lot of fiddling and trickery for a fairly minor result.
Quote:
Originally Posted by cooba View Post
*expectations exceeded*
Quote:
Originally Posted by Jake View Post
Well, it would make it easier to find some certain level, for example, if browsing the devres. 'Oh fiddlesticks, I overshot that level with the properties menu button again. (Idea: the settings window stays open if that button is pressed (maybe if some settings))
Quote:
Originally Posted by cooba View Post
Quote:
Originally Posted by Jake View Post
Oh fiddlesticks, I overshot that level with the properties menu button again.
Well, that's an argument to not add any more buttons to Level Properties, I think.

There's always the "last 4 levels opened" list too.
__________________
minmay

JCF Member

Joined: Aug 2002

Posts: 1,184

minmay is immeasurably awesomeminmay is immeasurably awesomeminmay is immeasurably awesomeminmay is immeasurably awesomeminmay is immeasurably awesome

Aug 13, 2011, 02:56 PM
minmay is offline
Reply With Quote
A bit late here, but about the Illuminate Surroundings checkbox: isn't it used as a marker by quite a few utilities?
Old Aug 13, 2011, 04:10 PM
Violet CLM
This message has been deleted by Violet CLM.
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Aug 15, 2011, 10:18 PM
Violet CLM is online now
Reply With Quote
Update on .lev support: I was able to convert battle4 and race4 to 1.23! That's just opening code, and unfinished opening code at that; conversion and saving haven't even been touched yet. I think full .lev support will be the last feature to add prior to the first test release, although I've got a number of bugs and stability issues to track down before that too.

minmay: If you find some links to utilities that use that checkbox (preferably with accompanying documentation), I'd be happy to take a look at them and think it over.
__________________
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Sep 3, 2011, 03:33 PM
Violet CLM is online now
Reply With Quote
Okay, so I lied. LEV support includes conversion and saving, so I should be at release point, and yet here I am adding more things. In my defense, a lot of it is just adding error messages, but then there's this kind of stuff, which is just icing.

In all, there are now five different input modes for a parameter:
  • The normal box where you input a positive or negative number within a range.
  • Checkbox (for certain boolean parameters).
  • Dropdown list of text strings.
  • Dropdown list of pipe-separated strings within another string, for JJ2+ support (Offset).
  • Dropdown list of .ini-specified named options, for e.g. Moth and Bridge.
__________________
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Sep 3, 2011, 04:09 PM
cooba is offline
Reply With Quote
Fun discovery: layer autospeeds don't actually go as high as 32767, the highest speed is 32 (or its whereabouts) and then it goes down to 64 which is no motion. Setting the speed to 63 has the same effect as setting it to -1, etc.
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Sep 3, 2011, 04:21 PM
Violet CLM is online now
Reply With Quote
Well, they're measured in pixels, so a speed of 32 will move it a tile per tick, 64 will be two tiles per tick, etc. How they're related to negative speeds will depend on the size of the layer.
__________________
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Sep 3, 2011, 04:26 PM
cooba is offline
Reply With Quote
Quote:
Originally Posted by Unknown Rabbit View Post
Well, they're measured in pixels
Um, not in JCS?
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Sep 3, 2011, 04:40 PM
Violet CLM is online now
Reply With Quote
http://www.tachyonlabs.com/sam/TESTScrollSpeeds.zip
One row repeats every 224 pixels; the other every 288. Play around. The really fast layer is 96 pixels wide and has an autospeed of 64 just to show that 64 != no movement.
__________________
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Sep 4, 2011, 01:17 PM
Violet CLM is online now
Reply With Quote

And then I got distracted again. Not reading the parameters yet, but identifying the events is the first step...

ETA: The Cupid enemy from the dining room level? Twenty-four parameters. That... that is just irresponsible game design. How do you even design an event editor window for that?
__________________

Last edited by Violet CLM; Sep 5, 2011 at 11:23 AM.
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Sep 5, 2011, 11:47 AM
Jerrythabest is offline
Reply With Quote
24? Are there even that many parameter bits available?

Oh, nvm that. I see AGA has its own way of storing event data.
__________________
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Sep 5, 2011, 11:55 AM
Violet CLM is online now
Reply With Quote
Nope! AGA levels use their own data2 structure which I'm still working on. So those twenty-four parameters are actually twenty-two longs (= 88 bytes) plus two variably lengthed strings.
__________________
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Sep 5, 2011, 04:16 PM
Jerrythabest is offline
Reply With Quote
I guess you're gonna need an "Event Properties" button + window for that, I wouldn't recommend to put so many parameters in the event list window, haha

I wonder how they came up with that. Are there really so many possible options one could think of for a single event?
__________________
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Sep 5, 2011, 05:08 PM
Violet CLM is online now
Reply With Quote
The problem is, I suspect many AGA events are practically useless without their parameters set up right, so it might not be too wise to have all those boxes hidden from view. I think what I'm going to do is make sure everything saves properly and can be thoroughly edited within MLLE. Then whenever I get around to a test release, generous people can help with the work of figuring out what all the individual parameters do and setting up the .ini accordingly, which knowledge is not required for the programming itself.

(AGA, for whatever reason, ships with a file EventParams.ini which gives a few clues about how some of its events work. I'm not sure it's all 100% accurate -- it may be from an earlier version of the game -- but it definitely suggests that some of the parameters are going to be things like "angle of bullet," "whether bullet can go through walls," "can enemy jump," "what frame in the shooting animation does the bullet actually appear," etc. Lots and lots of events have string parameters, usually used to name another object (e.g. the switches) or sprite (e.g. bullets or shards from the stuff that Dot shatters). It's complicated and not at all in the same spirit as the rest of .j2l files.)
__________________
minmay

JCF Member

Joined: Aug 2002

Posts: 1,184

minmay is immeasurably awesomeminmay is immeasurably awesomeminmay is immeasurably awesomeminmay is immeasurably awesomeminmay is immeasurably awesome

Sep 7, 2011, 05:09 PM
minmay is offline
Reply With Quote
I need to check this forum more than once every two weeks...
Quote:
Originally Posted by Unknown Rabbit View Post
minmay: If you find some links to utilities that use that checkbox (preferably with accompanying documentation), I'd be happy to take a look at them and think it over.
Well, the one that had leapt to mind was Project Toolbox...but then I went and looked at it to make sure, and found no mention of Illuminate Surroundings. So apparently I just have a bad memory.
Sorry to waste your time...
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Sep 21, 2011, 09:32 AM
Violet CLM is online now
Reply With Quote

You know, B is great. Really great. But sometimes you just want a little more control than a single rectangle is going to offer you. And that's where Shift and Control come in handy.

In other news, AGA support is doing well on at least the technical side, if not the understanding specific events side. You can edit their parameters just as well as those of ordinary events, with the interface more or less held constant between the two versions of the window, and as far as I can tell all the information is being saved properly.
__________________
Jgke Jgke's Avatar

JCF Member

Joined: Sep 2006

Posts: 974

Jgke is an asset to this forumJgke is an asset to this forum

Sep 21, 2011, 10:02 AM
Jgke is offline
Reply With Quote
I can understand what Ctrl does, but what is with shift?
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Sep 21, 2011, 10:07 AM
Violet CLM is online now
Reply With Quote
Same as in PSP and presumably other programs. Shift adds to an existing selection, Ctrl subtracts.
__________________
Seren Seren's Avatar

JCF Member

Joined: Feb 2010

Posts: 864

Seren is a name known to allSeren is a name known to allSeren is a name known to allSeren is a name known to allSeren is a name known to allSeren is a name known to all

Sep 21, 2011, 10:31 AM
Seren is offline
Reply With Quote
An awesome idea which no one thought of but everyone wanted!
__________________

I am an official JJ2+ programmer and this has been an official JJ2+ statement.
Jgke Jgke's Avatar

JCF Member

Joined: Sep 2006

Posts: 974

Jgke is an asset to this forumJgke is an asset to this forum

Sep 21, 2011, 12:27 PM
Jgke is offline
Reply With Quote
Quote:
Originally Posted by Unknown Rabbit View Post
Same as in PSP and presumably other programs. Shift adds to an existing selection, Ctrl subtracts.
...Why this way?
Most GUI's use Ctrl for add. (shift would then in this case be to remove stuff)
Troglobite Troglobite's Avatar

JCF Member

Joined: May 2008

Posts: 691

Troglobite is a forum legendTroglobite is a forum legendTroglobite is a forum legend

Sep 21, 2011, 03:27 PM
Troglobite is offline
Reply With Quote
I'm used to shift for add and ctrl for remove from GIMP and such. Most cases where Ctrl is add, Shift is for selecting large chunks at a time or something.
__________________

Lexicographer: Someone who writes dictionaries
Neophyte: A novice, or newbie
Hemisemidemiquaver: In music, a sixty-fourth note


Exit Troglobite, Stage Left
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

All times are GMT -8. The time now is 08:09 AM.