Author Topic: [Submod] Stuffiez - nice cute things  (Read 7605 times)

Offline mikKoi

  • Sergeant
  • **
  • Posts: 44
  • That's raider country!
    • View Profile
[Submod] Stuffiez - nice cute things
« on: December 25, 2021, 04:03:46 pm »
« Last Edit: January 28, 2023, 07:58:34 am by mikKoi »

Offline mikKoi

  • Sergeant
  • **
  • Posts: 44
  • That's raider country!
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #1 on: December 25, 2021, 05:44:35 pm »
Hi,

I come from ~5 years experience of vector 2D-animation background and these are my noobie experiments in pixel drawing. I have played tactical turn based squad leading games since the Jagged Alliance, which is still my all time favourite PC game because of the characters (and nostalgia).

I haven't got far in the XPiratez's campaign/lore but I really like the mod's variety in features, mechanics with logic, atmosphere and funny designs.

Thanks for reading, there is some more bla bla and overflowing cuteness in my blog!
« Last Edit: January 28, 2023, 07:59:38 am by mikKoi »

Offline Dioxine

  • Commander
  • *****
  • Posts: 5412
  • punk not dead
    • View Profile
    • Nocturnal Productions
Re: [Submod] Stuffiez - nice cute things
« Reply #2 on: December 25, 2021, 09:07:51 pm »
Wow, really nice stuff! I like it!
Regarding the Baller - he's perfect. What I used was simply a Spaceballs mod one guy did, and recolored the helmet to red, lol. (And ofc made corpse and inv pic from other scraps to fit) :)

Offline mikKoi

  • Sergeant
  • **
  • Posts: 44
  • That's raider country!
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #3 on: December 28, 2021, 11:10:34 pm »
I just got out the first version of the first part of my first custom tileset study project named Nightcity69 and it's downloadable as public domain. 💪
« Last Edit: February 23, 2023, 02:22:06 am by mikKoi »

Offline Finnik

  • Colonel
  • ****
  • Posts: 492
  • Finnik#0257
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #4 on: December 29, 2021, 11:34:43 pm »
Thats a cute terrain. But how do you want to integrate it to mapscript, so it would be connected to another road blocks?

Offline mikKoi

  • Sergeant
  • **
  • Posts: 44
  • That's raider country!
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #5 on: December 30, 2021, 12:36:06 am »
I’m not yet familiar with the OpenXcom scripting. Been hustling with game engines before and planning at some point to get know-hows about viewing maps in battlescape at day and night.

My tileset release only contains files from MCDEdit. I used those in MapView2 to build that presentation with 10x10 mapblocks in mind, assuming that there then will be different possibilities when connecting them to get bigger (random) maps.
« Last Edit: December 30, 2021, 01:57:29 am by mikkoi »

Offline Finnik

  • Colonel
  • ****
  • Posts: 492
  • Finnik#0257
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #6 on: December 30, 2021, 02:14:18 am »
I was asking because it is pretty complicated task even if you are familiar to map scripting because of how `addLine` command works. And every script command does not know about the adjacent blocks. Can be done only with combination with 'checkBlock` command, I think ohartenstein23 uses this approach. But it makes the script very bulky, and it would not be able to scale itself to the map size. Things go even worse if you want 2x2 blocks. Sadly, `addLine` does not like blocks bigger than 1x1. I tried to change that, but I can't handle crossroads case.
I wanted to make something like this, but end up with that we do not have enough tools, this needs way more complex map generation.

Offline mikKoi

  • Sergeant
  • **
  • Posts: 44
  • That's raider country!
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #7 on: December 30, 2021, 02:57:36 am »
👍Thanks for the info! Oh, yes it's bit of a pity, but that’s what I get when just assuming unlimited possibilities to be. I’m still in a good belief that crossroads can be built in/on a big single block.

Offline Finnik

  • Colonel
  • ****
  • Posts: 492
  • Finnik#0257
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #8 on: December 30, 2021, 03:40:13 am »
I would really like to know dev's opinion about the problem. Could there be some changes, if more or less complicated ideas are welcome here. I'm aware of this is not easy for both to design and to code, I personally made some attempts to alter map generation process, and it was pretty painful. And for now I can't see any easy solution  :(

I'd look into xcom2 map generation process  for inspiration, as AFAIK it solves the problem of map blocks relations.

Offline mikKoi

  • Sergeant
  • **
  • Posts: 44
  • That's raider country!
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #9 on: December 30, 2021, 05:05:07 am »
I was thinking of a little workaround to gain some random goodness in map creation. This really isn’t what randomness is all about.. and actually is terribly manually repetitive (so very very vulnerable to humane errors), but I would do it now like this:
  • Make helluva lotta of basic 10x10 maps
  • Draw some kind of visual grid note out of them
  • Design maps using those notes (with some topdown tilemap editor?)
  • Copy/paste map blocks one by one onto bigger maps like “maptiles”
  • Have a damn big set of big maps made out of smaller ones
I don’t yet even know if MapView allows this kinda operations. ;D
« Last Edit: December 30, 2021, 06:15:56 am by mikkoi »

Offline kevL

  • Colonel
  • ****
  • Posts: 471
  • pitchforks and torches
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #10 on: December 30, 2021, 07:29:21 am »
I was thinking of a little workaround to gain some random goodness in map creation. This really isn’t what randomness is all about.. and actually is terribly manually repetitive (so very very vulnerable to humane errors), but I would do it now like this:
  • Make helluva lotta of basic 10x10 maps
  • Draw some kind of visual grid note out of them
  • Design maps using those notes (with some topdown tilemap editor?)
  • Copy/paste map blocks one by one onto bigger maps like “maptiles”
  • Have a damn big set of big maps made out of smaller ones
I don’t yet even know if MapView allows this kinda operations. ;D

yes and NO. (mostly no)

XCOM was originally designed to place 10x10 or 20x20 mapblocks randomly. The openXcom engine(s) support this and have extended things somewhat -- but only somewhat. It should be, technically, possible to build mapblocks in MapView that are ... uh, 100x100 ... and perhaps the engine can place that block and only that block, and there you get your pre-instanced Map. Then you could maybe make a bunch of those to get what you're suggesting above. But MapView will become too slow and cumbersome to use as a mapblock is increased in size ... there's no hard limit but rather than trying to build huge mapblocks in MapView i suggest rather learning the benefits and limitations of OpenXcom's map-scripts, and keep your mapblocks as small as possible to achieve what you want,

Hobbes, for example, put together some remarkable mapblocks, that fit together in very specific ways (the INDUSTRIAL tileset, iirc) using OxC/e map-scripts

Offline mikKoi

  • Sergeant
  • **
  • Posts: 44
  • That's raider country!
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #11 on: December 30, 2021, 09:35:42 am »
Ok, yes, and I could imagine what pain in the arse it could be setting all those unit routes in big laggy maps. The problem with my creative desires seems to be a need for too much control and customization even though I knew that Xcom is all about randomness and I should just go with that (flow). I will take my time to explore mapscripts and if I find them too limited for me, I just stick with graphics and do my (more demanding) level designs somewhere else.

Thank you for your kind answer.
« Last Edit: December 30, 2021, 02:03:04 pm by mikkoi »

Offline Finnik

  • Colonel
  • ****
  • Posts: 492
  • Finnik#0257
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #12 on: December 30, 2021, 02:25:59 pm »
I was thinking of a little workaround to gain some random goodness in map creation. This really isn’t what randomness is all about.. and actually is terribly manually repetitive (so very very vulnerable to humane errors), but I would do it now like this:
  • Make helluva lotta of basic 10x10 maps
  • Draw some kind of visual grid note out of them
  • Design maps using those notes (with some topdown tilemap editor?)
  • Copy/paste map blocks one by one onto bigger maps like “maptiles”
  • Have a damn big set of big maps made out of smaller ones
I don’t yet even know if MapView allows this kinda operations. ;D

You will have troubles with spawning xcom craft and ufo, as they need specific place for them, so you will have to keep holes.
I have some experience with making huge semi-fixed maps for my project, and I can share my conclusions after finishing some maps like that:
1) Sorry to say, but MapView can't really handle big map blocks. I made a block with 80x60 size, and lags were a pain. But the game itself can support it, so you can use MapEditor instead.
2) You either can't use map features, that should be connected to south or east borders of the map (like roads, for example), or you should forget about random size for your terrain, that would limit its usage.

Also, your plan looks to me like very boring work with copy-paste, the process is not super handy for both MapView and MapEditor...

Offline mikKoi

  • Sergeant
  • **
  • Posts: 44
  • That's raider country!
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #13 on: December 31, 2021, 06:25:16 pm »
What XPiratez base GUI could be if made in 512x320 pixels? I find that so intriguing that I had to check it out.

If done like in attachment, the most interesting thing is that merging hands/vessels, research/manufacture and blackmarket/fence as own tabs, there will be two unused tabs, and with tab aspect ratio 2:3, there could be five new usable tab slots.

What would they contain? Nobody knows :o

Offline Yankes

  • Commander
  • *****
  • Posts: 3207
    • View Profile
Re: [Submod] Stuffiez - nice cute things
« Reply #14 on: December 31, 2021, 06:47:23 pm »
What XPiratez base GUI could be if made in 512x320 pixels? I find that so intriguing that I had to check it out.

If done like in attachment, the most interesting thing is that merging hands/vessels, research/manufacture and blackmarket/fence as own tabs, there will be two unused tabs, and with tab aspect ratio 2:3, there could be five new usable tab slots.

What would they contain? Nobody knows :o
OXCE need to work in 320x200 as it was in original game, because of this there can't be new screens that do not fit this base restitution.
Of corse this is not that this is impossible to do but simply its outside of scope of OXCE.