Nov 30, 2017, 12:17 PM | |
JCS+??
Not sure if it should go in the JJ2+ threads, so I'll leave it there. I think that instead of working on external, third-party level editors like many people did, e.g. with WebJCS and others, why the programmers behind these projects can't take a clue from JJ2+ and just make a JCS mod in similar way to what JJ2+ does with JJ2? Most code would stay the same (no need to rewrite stuff like level loading/saving routines, for example), but areas where JCS is weak could be improved. Perhaps it could even be done as part of JJ2+.
I'd make following changes to the JCS, for example: - Easier way to make animated tiles, such as a window that opens after you double click an animated tile where you can add, remove and rearrange frames. - Fixing help system so it properly opens the help file - Built-in AngelScript editor (syntax highlight and code completion are optional, but recommended) for JJ2+ If JCS+ would be done as part of JJ2+ this would make it possible to stop with weird JCS hacks for features not supported by it, like Text|AngelScript 1 thing. Instead, proper new events could be created. Perhaps it could also allow for editing function by opening aforementioned code editor and jumping to the line the function is on directly from the select event window. Unfortunately I don't have enough knowledge on either reverse engineering or the JCS' data structures, so I can't do this, but I know there are people here who have necessary skills.
__________________
Code:
.──. │O_O │ ││_╱ │ ╱╱ │╲ (|▔╲ │ ) ╱'╲_▔ _╱`╲ ╲___) (___╱ TUX LOVES YOU. |
Nov 30, 2017, 02:34 PM | |
Yes, but it's not JCS and as such there's no guarantee that it won't crash on some obscure level that doesn't crash JCS or the JJ2. It suffers from the same issues most of these projects, both replacements for JCS and the engine: potential incompatibilities with existing levels, having to reinvent the wheel regarding code (as in, you need to rewrite everything JCS does that doesn't need to be rewritten if "plus" route would be taken), different workflow if the program didn't take into account some obscure shortcut some people might've used and it also doesn't look as cool as JCS does.
__________________
Code:
.──. │O_O │ ││_╱ │ ╱╱ │╲ (|▔╲ │ ) ╱'╲_▔ _╱`╲ ╲___) (___╱ TUX LOVES YOU. |
Nov 30, 2017, 03:27 PM | |||
Quote:
Quote:
No. Best regards.
__________________
I am an official JJ2+ programmer and this has been an official JJ2+ statement. |
Nov 30, 2017, 03:46 PM | |
Look, I...
... I have no idea how you think this is a sensible idea. |
Nov 30, 2017, 04:18 PM | |
But MLLE is already here. You can go use it to make levels with right now. Whether it's worth the effort to re-implement basic JCS functionality is a moot point since either way that effort has already been spent. MLLE is functional, more compatible and flexible than JCS, and it's even open source. At this point in time figuring out how to hook into JCS would be re-inventing the wheel, since there's a perfectly functional editor that can do more than JCS already.
Anyway, ideas are a dime a dozen. Go start a JCS+ project if you prefer it to MLLE, if others agree with you they'll surely follow your example and contribute. |
Nov 30, 2017, 04:52 PM | |
JCS looks cool. MLLE looks just like another windows app.
Not to mention MLLE may produce levels inopenable with JCS (or JJ2 for that matter) whlle levels made with JCS will always make levels that can be opened and played properly. Also JCS is included with the game and MLLE is not. I wouldn't even bother with Plus if it wasn't directly on gog.
__________________
Code:
.──. │O_O │ ││_╱ │ ╱╱ │╲ (|▔╲ │ ) ╱'╲_▔ _╱`╲ ╲___) (___╱ TUX LOVES YOU. |
Nov 30, 2017, 05:10 PM | ||
Quote:
Really, your arguments amount to "JCS looks cooler" and while that is indisputably true, it's also not super relevant. It's probably more productive to fork MLLE and make it look fancy than to stick with JCS for the sole reason that it looks nice. |
Nov 30, 2017, 05:34 PM | |
Okay, let's be fair though. MLLE does sometimes produce levels that are not universal in their openability. There are two reasons for this, broadly speaking.
1: It's supposed to. The last few releases of MLLE have seen it adding a bunch of JJ2+-exclusive features, like custom palettes, recolored sprites, infinite layers, and infinite tilesets. If JCS tried to open such a level, it would have no idea what to do with it, and would only corrupt its data... so MLLE makes sure JCS can't open them. 2. MLLE has bugs. It does nobody any good to pretend this is not the case. The current one I'm wrestling with (you can help, if you like, it's open-source) is that the zlib library I'm using is occasionally spitting out incorrectly compressed byte sequences based on [I have absolutely no idea why this happens]. Fortunately this happens only very rarely, though reliably when it does occur, but it has happened. But here's the thing. There is no reason to think that editing JCS—once you overcame, as Stijn alluded to, the enormous startup cost involved with that—wouldn't be any different. It'd still be us same people writing the code and making the exact same mistakes we do or would with MLLE. Just because a JCS+ started out as JCS doesn't mean it wouldn't be modified to do different things as time goes on—otherwise there'd be no point in at all. Switching from MLLE to a JCS+ in no way would eliminate human error. (As for MLLE's color scheme, that's because the level editor that Epic Games actually used to make Jazz 2 looked just like that. JCS's pinkpurple makeover was just to make it fancier for the players. But I'd love to see a more colorful MLLE if you felt like forking it, like Stijn said; it's just never been a priority for me.) Also, fun fact: it's possible to create .j2l files that unpatched JJ2 can open just fine, yet if JCS saves them, they get corrupted or lose information. |
Nov 30, 2017, 05:34 PM | |
And the MLLE is such a stable editor. So stable, in fact, that it crashes right at the start and doesn't even display parallax correctly, unlike JCS.
https://pastebin.com/NsMEg69k Such a stable and properly working editor indeed. //edit: And if you're wondering, the level I've opened was a bog-standard "my first level", just starting position, some background tiles to avoid trail effect and an exit sign. Not even a single enemy.
__________________
Code:
.──. │O_O │ ││_╱ │ ╱╱ │╲ (|▔╲ │ ) ╱'╲_▔ _╱`╲ ╲___) (___╱ TUX LOVES YOU. |
Dec 1, 2017, 03:27 AM | |
I should continue my work on WebJCS someday...
__________________
WebJCS 2 (new and in progress) WebJCS 1 (old but complete) SGIP Simple Games in Progress list Level Packer v2 - With a GUI! PHP Tileset Compiler |
Dec 1, 2017, 04:00 AM | |
I was just about to mention WebJCS here. I've made 2 levels entirely with the original version of WebJCS, and had no compatibility issues with any 1.23 or 1.24 version of JJ2 or the original JCS. While it doesn't have Plus compatibility other than JCS.ini properties, it does have the unique ability of collaboration with multiple people editing on the fly.
It also looks somewhat like the original JCS if that's of any value. I'm still hosting a public non-collab version on my server that you can use to load and save files locally, as long as the tileset is present on the server: http://jj2.nl:1998
__________________
Add SlazRabbit on Xbox Live if you want to play some GoW1/2/3/J or Destiny1/2. Jazz Jackrabbit 2 Forever!! Civilian Defence Force - Jazz2 Visual Fantasers |
Dec 1, 2017, 04:48 AM | |
I highly encourage you to do so. WebJCS is much more comfortable to use than MLLE and regular JCS, at least in my point of view. It has a few tweaks *cough* Not being able to run the level *cough*, fixing those would greatly improve the level creation experience.
__________________
"Floppy ears and a big butt?" - Slaz |
Dec 1, 2017, 11:49 AM | ||
Quote:
__________________
Code:
.──. │O_O │ ││_╱ │ ╱╱ │╲ (|▔╲ │ ) ╱'╲_▔ _╱`╲ ╲___) (___╱ TUX LOVES YOU. |
Dec 1, 2017, 12:12 PM | ||
Quote:
You may be able to use Nexe for that, although I do not have experience with that.
__________________
Add SlazRabbit on Xbox Live if you want to play some GoW1/2/3/J or Destiny1/2. Jazz Jackrabbit 2 Forever!! Civilian Defence Force - Jazz2 Visual Fantasers |
Dec 2, 2017, 06:37 PM | |||
Quote:
Quote:
|
Dec 3, 2017, 01:22 PM | |
Yes, clicked it, it went to the "button pressed" graphic, no other effect whatsoever. But I guess since it's crashes anyway (see the pastebin), it's too buggy to use anyway. Will check the update to see if it fixes it.
//edit: Seems to work nice. Though when I've clicked the tileset with ctrl key... What's the proper channel to give feedback on MLLE?
__________________
Code:
.──. │O_O │ ││_╱ │ ╱╱ │╲ (|▔╲ │ ) ╱'╲_▔ _╱`╲ ╲___) (___╱ TUX LOVES YOU. Last edited by Darkhog; Dec 3, 2017 at 01:35 PM. |
Dec 3, 2017, 02:11 PM | |
to be sure, the Parallax button will only have a visible effect in levels that have more than one layer
|
Dec 3, 2017, 02:28 PM | |
I know. But I'm using layers (I have to anyway at least for layer 8 or the trail will be present) and it did nothing in the previous version. Seems to work now though.
__________________
Code:
.──. │O_O │ ││_╱ │ ╱╱ │╲ (|▔╲ │ ) ╱'╲_▔ _╱`╲ ╲___) (___╱ TUX LOVES YOU. |
«
Previous Thread
|
Next Thread
»
Thread Tools | |
|
|
All times are GMT -8. The time now is 02:57 PM.
Jazz2Online © 1999-INFINITY (Site Credits). Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats. Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Original site design by Ovi Demetrian. DrJones is the puppet master. Eat your lima beans, Johnny.