Author Topic: Chicago-Themed Terrain  (Read 20081 times)

0 Members and 1 Guest are viewing this topic.

Offline Liebatron

  • Posts: 542
    • View Profile
Re: Chicago-Themed Terrain
« Reply #15 on: December 09, 2020, 12:41:05 PM »
I do promise I'm done adding trains! :P (Unless anyone has any requests!) I was a little worried about the size of the tile set in general, also. I'm thinking if I make any major changes at this point it'll probably be to take out two of the red boxcar recolors. I was originally thinking it'd be nice to have some variation in one of the colors so you can have a complete train without every single car looking identical, but realistically the 3 red ones are so close in saturation and hue that I probably only need one of them.

Also, for the names, I'm curious as to the reasoning behind wanting concise, descriptive tile names. Does it have to do with how they appear in the Lix editor, or is there another reason? Specifically I want to check whether it's important that the name itself be concise, or the full path. I made subdirectories for purposes of organizing the pieces in the set, which makes for longer paths than usual, so I also want to make sure that won't cause any issues. I did that in part to control the order in which pieces appear in the editor menu, and also to make it easier to work with different pieces in the set during set creation. I'm thinking I'm pretty happy with most of the tile names themselves at this point, but if you've got any changes to suggest, let me know and I'll make those!

If it's just a couple, I can just go through the levels and change them manually, but if you anticipate the subdirectories causing problems in the future, that really will require every tile to change. In that case, I'll come up with tile names that ensure that they appear in that order anyway, but at this point I think you're right, some variety of automated solution will be needed...

I've already gone through and changed most of the tile names in the first 8'ish levels about 4 times for various reasons, so it's interesting you mention that; I was considering some java-based solutions to the problem. I feel like I can't be the first person to run into that issue while making a new terrain set and accompanying level pack "Oh, I want to change this tile name, but I also have to change it in these 50 places now." It'd be cool to have a reusable utility for that kind of situation. Something where you could say "Hey, here's 40 levels. I want to change this tile name to this in all of them. Make it so.", or have it read in a list of arbitrary tile name changes as JSON or XML and do the same. Or... Potentially a thing where you could do the same thing, and give it the path to the tile set and the levels, and it would list the tiles for you, and you could rename them in the interface and it would do it in both places simultaneously and resave everything with the changes in a separate output directory. It might take me a minute to put that together, but it'd be a cool utility to have available.

Also no dice on the blank entry for 1830. I'm thinking at some point I might try downloading it from somewhere and running it for reals on DosBOX instead of using that online emulator thing. I never fully trust the online emulator to faithfully reproduce games. I don't really have a reason to doubt it, it just seems like a weird thing to exist.

Forestidia - Thanks for playing the levels and providing feedback! I'm checking out your solutions now, and they are fascinating. You came up with cool ways to solve these. It looks like I've got a lot of minor/partial backroutes and a couple major backroutes to fix still.
Spoiler (click to show/hide)
« Last Edit: December 09, 2020, 12:51:44 PM by Liebatron »

Offline Simon

  • Administrator
  • Posts: 3860
    • View Profile
    • Lix
Re: Chicago-Themed Terrain
« Reply #16 on: December 16, 2020, 02:09:03 AM »
Subdirectories within tileset are fine. Lix editor tile browser will flatten the subdirs. It's up for debate whether the browser should flatten for every tileset.

Naming: I like all-lowercase, consistency, and no redundancy with directory names; for example, if tile is in a dir called "trains", tile itself doesn't need to be called "blue_train", "blue" would be enough here.

There exists no tool for the tile renamig yet because I've always done it with shell one-liners. It's certainly conceivable to make such a tool. It's occasionally handy for maintenance, but it's extremely handy for tileset designers, indeed.

If you know Java, you can also peek at the Lix source. The object-oriented parts of D are heavily inspired by Java.

Still have to reply to many details, including the trap design. Will come back to you this weekend!

-- Simon
« Last Edit: December 16, 2020, 02:17:12 AM by Simon »

Offline Simon

  • Administrator
  • Posts: 3860
    • View Profile
    • Lix
Re: Chicago-Themed Terrain
« Reply #17 on: January 10, 2021, 09:24:09 PM »
I wanted to reply about the trap design. I'm still sorting through the different zip archives, trap examples need the exact right version of the tileset to play. The most recent archive has subdirectories, the trap examples seem to need the old, flatter tree.

It's getting too late today, I'll come back to that in a couple days!

If you already have the tiles/matching levels in git somewhere on the internet, that would help me. But don't stick the tiles in git merely for me; if you prefer zip archives, then stick with those. Eventually, we'll put the tiles directly in the Lix main repository.

-- Simon
« Last Edit: January 10, 2021, 09:31:53 PM by Simon »

Offline Liebatron

  • Posts: 542
    • View Profile
Re: Chicago-Themed Terrain
« Reply #18 on: January 14, 2021, 02:43:15 AM »
I hadn't considered a git repo, but I do have a github account... I might do that eventually, but for the time being I haven't made any changes to the tileset, so you've still got the most up-to-date version.

Also there's absolutely no rush!

I know everyone knows the holidays themselves are busy, but I feel like the post-holidays are frequently underappreciated for how busy they are. You've got just... Lots of stuff to put back the way it was, and you're already tired, and work things all pick up at the same time as people rush to be like 'What was I doing...', and you have to deal with that after this kind of emotional de-escalation of everything, because the 'big events' are over, and you're basically not running on adrenaline anymore. I feel like January is often a mess in that way, and it goes unrecognized.

I'll keep checking back and stuff. I was gone for a while, but now that I'm here again I want to remember to check in and hang out here with at least some regularity even if I'm not in a highly active phase of a specific project. It's just a good place, and a good group of people to stay in contact with.

Offline Simon

  • Administrator
  • Posts: 3860
    • View Profile
    • Lix
Re: Chicago-Themed Terrain
« Reply #19 on: January 14, 2021, 04:07:26 AM »
All right, I'll look at the example levels in your current version, then, to figure out the best way for the traps.

On first thought, I'm fine with adding traps, but reluctant to add new types of traps/animations. We can think about reorganization of how the editor's browser offers the traps. Still, let's try not to spam traps merely because of animation reason. Trap animations have their known problems, e.g., the dying lixes are part of the trap and thus aren't recolored in multiplayer.

See also: github #347: Improve some odd trap death effects #347

-- Simon
« Last Edit: January 14, 2021, 04:25:39 AM by Simon »

Offline Forestidia86

  • Posts: 721
  • inactive
    • View Profile
Re: Chicago-Themed Terrain
« Reply #20 on: January 30, 2021, 12:30:18 AM »
I thought train traps would fit better as fire traps (more fitting sound) but I can see a point for water traps as well (like pulled under the train).

There is a new issue(#411) concerning better trap management.

Offline Simon

  • Administrator
  • Posts: 3860
    • View Profile
    • Lix
Re: Chicago-Themed Terrain
« Reply #21 on: January 31, 2021, 04:24:06 PM »
I will reply in detail within a day. Gist:
  • Issue #411: Better trap design has ideas to improve existing traps and allow you to better realize what you want to do. I'm 50:50 whether it's worth it. Format change considerations etc.
  • When a tile is divisible by 8 or 16, I encourage you to make it align with the grid better. Whenever you can design a tile so that it aligns with the 16 grid, do it, or try to aim at least at the 8 grid. One train gadget looks like it should align, but it doesn't.
  • Tileset encourages levels that depend on icky details in the physics.
  • Some sizes not divisible by 16 even though there is no clear reason to deviate, e.g., box girder. I'll have to find the exact tile again.
  • Steel is hard to see. Nubs aren't enough at first sight. Color it much closer to white? Reserve light grey for steel and make other stuff darker?
  • Police trap is amazing, everybody in Lixtown will be locked away for misdemeanor.
More details soon!

-- Simon

Offline Simon

  • Administrator
  • Posts: 3860
    • View Profile
    • Lix
Re: Chicago-Themed Terrain
« Reply #22 on: February 01, 2021, 05:56:23 AM »
Traps: If you want permanently-running trains, I agree that the empty crossing plus decorative animated background is problematic. It's too easy to use one part without the other during level design. The 0x0-sized trigger is cute, but ultimately goes against Lix's spirit that everything animated should have an effect.

I recommend that you implement this idea with a single tile (not two tiles that shall be overlaid) and make it water or fire. It will kill lix continuously, which is appropriate for a train running through; it won't kill only one lix at a time.

The crossing can either become terrain, or become a graphical variant of the single-tile trap.

If #411 goes through, we can then replace the water/fire with a functionally identical trap that has your already-designed death effect, but is still continuous. If #411 doesn't go through, I feel like the water/fire is still the least-nasty way (compared with two tiles that kill one-at-a-time).

Please consider supporting the 16-grid. :lix-grin: E.g., Chicago/active/Water_CTA_2400_car_1.W looks like it aligns only to a 4-grid. It would help if it sat on the ground perfectly whenever both the ground and the trap are placed under the 16-grid (4th button in editor's top row).

-- Simon

Offline Liebatron

  • Posts: 542
    • View Profile
Re: Chicago-Themed Terrain
« Reply #23 on: February 04, 2021, 09:25:44 AM »
Thanks for looking these things over! I appreciate you taking time out of your day to inspect my silly train tiles! :P

I figured there was a pretty good chance the perma-trains and crossing gate would go that way, but I'll keep a local copy for nostalgia, and in case there's ever another place to use them!

I'm thinking I'll turn the static crossing into terrain then, and keep the animated crossing attached to a dedicated "Trap with crossing" object which will also be water. I initially made it water just as a placeholder, but when I saw it in action I realized that the drowning sound can also kind of sound like a crushing sound if your brain hears it while paired with the visual of a Lix getting pulled under a train. If you're ok with it, I think it'll work out ok!

As for the 16 grid, I think I know why that is... I might not be 100% clear on what the misalignment is until I can look at it in the Lix editor again, but I'll take a look at that on a per-object basis too and try to optimize for 16- or 8-grid compliance.

I was kind of having the same thought myself about the steel tiles towards the end too. It's pretty obvious when they're compared to the non-steel beam variants, but when it's just the steel ones standing alone, the bolts don't stand out as much as I would have liked.

I am glad you liked the police trap, also! :lix-laugh:

Offline Liebatron

  • Posts: 542
    • View Profile
Re: Chicago-Themed Terrain
« Reply #24 on: February 27, 2021, 07:41:22 AM »
Done so far:

Made closed crossing gate into a small detail terrain piece; "crossing_gates_closed_1"
Renamed "open_crossing_gates_1" to "crossing_gates_open_1"
Removed "Trap_CTA_2400_car_1.T"
Removed "Trap_CTA_2400_car_2.T"
Removed "Trap_CTA_4000_car_1.T"
Removed "Trap_CTA_4000_car_2.T"
(Now the only remaining railcar trap variants are the ones that act as water)

All traps, hatches, and exits are now 16 pixels tall (or a multiple; one is 32)

Left to do:
Make railcars multiples of 16 pixels tall where possible (The Forney is *17* pixels tall right now and I can't really take a pixel off the height... Debating whether I should make it 24px, or just go all-in and make it 32 pixels tall with 15 pixels of empty space?
Fix steel tiles to be more obviously steel
16 pixel horizontal alignment... Would be a lot trickier for the hatches and such, but might also be worth looking into. The hatches/exits/traps are already 8-pixel compliant; debating whether or not to add 8 pixels of empty space, or if I should just leave 'em as is... It would mean 8 pixels of blank space on a graphic that's already a multiple of 8 pixels. Pros: Would align to 16-grid. Cons: Would bug me... I should just go ahead and make it align, shouldn't I?

Offline 607

  • Posts: 468
    • View Profile
Re: Chicago-Themed Terrain
« Reply #25 on: March 05, 2021, 12:52:58 PM »
Wow, I love it!! The trains are beautiful! :thumbsup: I like the buildings a lot, too. :)

Offline Simon

  • Administrator
  • Posts: 3860
    • View Profile
    • Lix
Re: Chicago-Themed Terrain
« Reply #26 on: March 05, 2021, 07:05:59 PM »
Support for grid 8 is already good, it's your call if the extra mile for grid 16 is worth it. Empty space, hmmmmm, it's nasty that empty space is the only way in current file formats to align to a grid.

At least grid 8 is a good start for things that are hard to support grid 16.

For comparison, the truss square is 42x42 and is designed to overlap with copies of itself by 6 pixels. As it stands, neither grid 8 nor grid 16 will get us anywhere near what we want to do, and we'd use grid 2 with this square. The truss square looks like it would benefit the most from becoming 48x48 (40x40 in a pinch), with an overlap by 8 pixels.

-- Simon
« Last Edit: March 06, 2021, 05:31:39 AM by Simon »

Offline Liebatron

  • Posts: 542
    • View Profile
Re: Chicago-Themed Terrain
« Reply #27 on: April 20, 2021, 03:15:18 AM »
Alright... In that case, then after much deliberation, being distracted by other things in life, and pain thinking about 15 pixels of empty space, I think I'm going to go ahead and make the Forney have *7* pixels of extra space at the top. That will be less than half as painful as 15 extra pixels.

Still still to do:

Make truss squares 48x48, or possibly make two versions; one 48x48 and another 32x32...
Fix steel tiles to be more obviously steel
Add 7 pixels to Forney type
Fix level pack up for new sizes
Fix "Up" arrow key on keyboard, since it's decided it doesn't want to work anymore

Also, thanks 607! :laugh:

Offline Liebatron

  • Posts: 542
    • View Profile
Re: Chicago-Themed Terrain
« Reply #28 on: June 27, 2021, 02:29:47 AM »
Make truss squares 48x48, or possibly make two versions; one 48x48 and another 32x32...
Fix steel tiles to be more obviously steel
I ended up doing a bit of a compromise here; I decided I couldn't really make the steel obviously steel without scaling it up a bit in terms of thickness, so I went ahead and did that, which also resolved the 8-pixel overlap tiling issue. The resulting steel piece is 48x48!

I do still really like the thinner square truss though, and I like the idea of having a generic square truss that *isn't* steel, so I did just add it separately under the "truss" section as a non-steel square truss piece with the same size. That one doesn't tile with the same 8-pixel overlap, but it would tile with a 4-pixel overlap, and it's still 48x48. If you needed to tile them on an 8-pixel grid, it would still work, you'd just have double-trussed vertical and horizontal bars. Let me know if that sounds like an acceptable solution!

Add 7 pixels to Forney type
I mixed this up; I needed 7 pixels to the *side* to adhere to the 8-grid. That's more palatable than a bunch of empty space at the top. This is done!

Fix level pack up for new sizes - Still need to do this part!

Fix "Up" arrow key on keyboard, since it's decided it doesn't want to work anymore - Ordered new machine. This one is starting to do some interesting things anyway, aside from the key failure. This has been an outstanding machine for several years, but I think it's time...

« Last Edit: June 27, 2021, 03:03:30 AM by Liebatron »

Offline Simon

  • Administrator
  • Posts: 3860
    • View Profile
    • Lix
Re: Chicago-Themed Terrain
« Reply #29 on: June 28, 2021, 07:52:53 PM »
Thanks! I've downloaded it and taken a first glance. Lots of reallife stuff to do, but in due time, I'll look with much more detail and write feedback.

-- Simon