Author Topic: A question regarding the floor tiles...  (Read 2855 times)

Offline nas1m

  • Master Member
  • *****
  • Posts: 1,268
A question regarding the floor tiles...
« on: July 24, 2014, 11:10:19 am »
Sorry for asking yet another question ;).

I just had a look at the Bionic install folder because I have been pondering ways to increase visual variety in terms of the environments without the need for new art (mainly with regard the usability of hue shifts to create new tiles - similar to what I think you have done for TLF) and I noticed something weird:

Is it possible that a good number of the tiles in the Floors folder (as well as possibly the fog) are never used ingame? I am fairly sure I have ever seen these:

FactoryGold.png
FactoryPoisonGas.png
PipesAndGratesRed.png
as well as (possibly) some others

Maybe its just a matter of spawn rates or the amount of different environments used for a single map, though.

If this is really the case: Any chance for you to bring them back and/or increase the number of different environments used? Some color would be a relieve for my eyes, you know ;)...
« Last Edit: July 24, 2014, 11:12:17 am by nas1m »
Craving some more color and variety in your next Bionic run? Grab a boost and a couple of custom floors!

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: A question regarding the floor tiles...
« Reply #1 on: July 24, 2014, 11:21:43 am »
Iirc there were a number of floor types that we made and then later disabled (without removing the assets) because they were hard to look at for a long time, etc.  If you think those unused varieties have potential try copying them over the normal ones and see how they look in-game and let me know how it goes :)
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline nas1m

  • Master Member
  • *****
  • Posts: 1,268
Re: A question regarding the floor tiles...
« Reply #2 on: July 24, 2014, 11:32:27 am »
Iirc there were a number of floor types that we made and then later disabled (without removing the assets) because they were hard to look at for a long time, etc.  If you think those unused varieties have potential try copying them over the normal ones and see how they look in-game and let me know how it goes :)
If you tell which ones are the normal ones, sure ;).
Any chance to make this a setting with reasonable effort? Would be more convenient that way...
Craving some more color and variety in your next Bionic run? Grab a boost and a couple of custom floors!

Offline nas1m

  • Master Member
  • *****
  • Posts: 1,268
Re: A question regarding the floor tiles...
« Reply #3 on: July 25, 2014, 08:31:09 am »
I just gave this a shot (and consulted the alpha release notes). Apparently all backgrounds which do not have an obvious tile based grid have been removed, so presumably:

DarkGrating
FactoryGold
PipesAndGrates1
PipesAndGrates2
PipesAndGratesRed

and maybe:
FactoryPoisonGas

While I agree that especially the PipesAndGrates ones do not look as attractive as the rest, I would prefer the increased variety and have them anyway tbh. FactoryGold and FactoryPoisonGas are definitely attractive enough to be added no matter what (in case they are missing), in my book.

If you don't want to add an UI option for this, how about using a "disabledfloortypes.txt" instead?
That would allow (people like) me to simply use an empty file.

As a related question:
Would it be possible to make the game consider all files located in the Floors folder as eligible floor tiles (if need be a specific resolution and format could be forced)? I am thinking about simply creating blueish/reddish/yellowish etc. variants of the existing files to further increase variety here...

Would this be feasible?
« Last Edit: July 25, 2014, 08:32:52 am by nas1m »
Craving some more color and variety in your next Bionic run? Grab a boost and a couple of custom floors!

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: A question regarding the floor tiles...
« Reply #4 on: July 25, 2014, 10:10:51 am »
Looking in the code, I see an enum for FloorType with the following valid values:

    Factory,
    FactoryDark,
    FactoryRed,
    FactoryPoisonGas,
    MutedMachinery,
    GlassRed,
    GlassPurple,


There's also a FloorEdgeType:

    Wires,
    Pipes,
    SmallRibbed,


I could add some values to those like "Custom1", 'Custom2", etc, and thus it would recognize files by those names (I'd have it ignore those values if the corresponding files were not present) and use them.  I imagine that would handle the main use cases you have in mind.  I could also make it no longer enum-based and just read in what's there, but that would be considerably more work.
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline nas1m

  • Master Member
  • *****
  • Posts: 1,268
Re: A question regarding the floor tiles...
« Reply #5 on: July 25, 2014, 11:36:25 am »
I see. Adding a couple of enum values for custom maps would be totally sufficient, thanks!
Maybe roundabout ten? That should suffice for now ;)...
Craving some more color and variety in your next Bionic run? Grab a boost and a couple of custom floors!

Offline nas1m

  • Master Member
  • *****
  • Posts: 1,268
Re: A question regarding the floor tiles...
« Reply #6 on: July 26, 2014, 08:13:43 am »
I have made a few first attempts at tinkering with the existing floor assets as well as some of the icons using simple HSL/HSV manipulations and the results look rather promising - at least to me :P. Increasing the visual variety of the game should be feasible this way (presuming anybody else likes what I may come up with).

So I would definitely appreciate those enum values of yours -  and maybe even a couple more than ten ;).

I am even thinking about attempting some more sweeping changes to how the game looks by touching most of the assets.


Before I dive into any of this and actually put some work into it, I got one question, though:

Would it be okay for you/Arcen if I distribute the manipulated assets via the Arcen Forums to allow other players to patch their copy? What kind of copyright notice would I have to add?

Just asking because, if this may only ever affect me for legal reasons, I would like to know this beforehand :).
Craving some more color and variety in your next Bionic run? Grab a boost and a couple of custom floors!

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: A question regarding the floor tiles...
« Reply #7 on: July 26, 2014, 09:58:41 am »
You're welcome to basically do whatever you want with the art assets from Bionic, same as with AIW.  And it would be helpful to have any alternate assets be tried out by a fairly broad section of players so we can determine whether to incorporate them into the main game.

Glad to hear it's going well :)
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline nas1m

  • Master Member
  • *****
  • Posts: 1,268
Re: A question regarding the floor tiles...
« Reply #8 on: July 27, 2014, 08:31:40 am »
Progress :)!

EDIT: Mantised the enum values for custom floor tiles request here.
« Last Edit: July 31, 2014, 08:22:54 am by nas1m »
Craving some more color and variety in your next Bionic run? Grab a boost and a couple of custom floors!

 

SMF spam blocked by CleanTalk