aliens

Author Topic: Building your own PCK,MCD,TAB sets  (Read 11901 times)

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Building your own PCK,MCD,TAB sets
« on: October 28, 2018, 10:04:47 pm »
So what program is everyone using to create there own PCK,MCD,TAB files?

I use to use MCDADD by BombBloke to Copy data from an existing tileset to my new one, then just adjust the graphics and Lofts if required however this doesn't seem to be working correctly on my new windows ( its kind of hit and miss, it works sometimes but then other times does nothing). I assume someone has a new tool that they use since i see so many new maps in use these days.

Offline davide

  • Commander
  • *****
  • Posts: 565
    • View Profile
Re: Building your own PCK,MCD,TAB sets
« Reply #1 on: October 29, 2018, 12:33:17 am »
Some modders use Volutar's mcdedit, from previous pinned thread
« Last Edit: October 29, 2018, 12:35:16 am by davide »

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Building your own PCK,MCD,TAB sets
« Reply #2 on: October 29, 2018, 01:04:22 am »
Can you even use anything else? That's the first time I've actually stumbled upon these ancient names. :)
But even if you can, I can't find a single reason to not use MCDEdit. It does everything. Easily. With interface easier than Paint. It's one of my favourite programs ever, not just X-Com related.

Offline The Reaver of Darkness

  • Commander
  • *****
  • Posts: 1510
    • View Profile
Re: Building your own PCK,MCD,TAB sets
« Reply #3 on: October 29, 2018, 01:47:10 am »
I use MCDEdit. It's easy to learn and does everything you need. Check out my LIGHTNIA.MCD for a demonstration of what a noob scrub can do with the thing.

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: Building your own PCK,MCD,TAB sets
« Reply #4 on: October 29, 2018, 11:14:16 am »
ok, so i have MCEDIT, how do i increase my terrain set by the selected models. Isee i can APPEND 2 sets together but i dont want to add a extra set, i just want to add 4 more parts to it, how do i do this in the new MCDEDIT?

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Building your own PCK,MCD,TAB sets
« Reply #5 on: October 29, 2018, 11:37:58 am »
First add the new graphics, then use "add MCD" to add a new tile.
Not sure if this is what you meant, so ask away.

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: Building your own PCK,MCD,TAB sets
« Reply #6 on: October 29, 2018, 12:13:50 pm »
First add the new graphics, then use "add MCD" to add a new tile.
Not sure if this is what you meant, so ask away.

all good i found a workaround, i Appended 2 tiles sets together, then deleted the MCDs i didnt want.

--- posts merged, PLEASE STOP, it such a bitch to merge them on the phone ---


Is there any MAXIMUM sizes to these files, i updated this file with the new MCDEDIT but it keeps crashing out my mapview, are there limits?

MCDEDIT - gave a warning pop-up saying it was too big for the original game but ok for OXC, as such i assumed it would be ok.
« Last Edit: October 29, 2018, 02:13:14 pm by Solarius Scorch »

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Building your own PCK,MCD,TAB sets
« Reply #7 on: October 29, 2018, 02:15:10 pm »
Yes, the maximum size for the pck file is 64 kB. Otherwise it won't function properly.
This is why we can't have everything in one tileset...

Offline kevL

  • Colonel
  • ****
  • Posts: 466
  • pitchforks and torches
    • View Profile
Re: Building your own PCK,MCD,TAB sets
« Reply #8 on: October 29, 2018, 04:44:37 pm »
huh fancy what i seen recently

Quote
    /// NOTE: A possible internal reason that a spriteset is invalid is that
    /// if the total length of its compressed PCK-data exceeds 2^16 bits
    /// (roughly). That is, the TAB file tracks the offsets and needs to
    /// know the total length of the PCK file, but UFO's TAB file stores the
    /// offsets in only 2-byte format (2^16 bits) so the arithmetic explodes
    /// with an overflow as soon as an offset for one of the sprites becomes
    /// too large. (Technically, the total PCK data can exceed 2^16 bits;
    /// but the *start offset* for a sprite cannot -- at least that's how it
    /// works in MapView I/II. Other apps like XCOM, OpenXcom, MCDEdit will
    /// use their own routines.)
    /// NOTE: It appears that TFTD's terrain files suffer this limitation
    /// also.

Offline Stoddard

  • Colonel
  • ****
  • Posts: 485
  • in a fey mood
    • View Profile
    • Linux builds & stuff
Re: Building your own PCK,MCD,TAB sets
« Reply #9 on: October 29, 2018, 07:25:55 pm »
Maybe it's time to think about dumping MCD/PCK/TAB and using PNG-spritesheets for graphics and YAML for MCDs?

It'd require rewriting MCDEdit from scratch though .. pity there is no source code.

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Building your own PCK,MCD,TAB sets
« Reply #10 on: October 29, 2018, 07:42:33 pm »
I would say it's not worth the trouble, what we have is good enough... But I don't want to be quoted ironically after 30 years. ;)

Offline Yankes

  • Commander
  • *****
  • Posts: 3194
    • View Profile
Re: Building your own PCK,MCD,TAB sets
« Reply #11 on: October 29, 2018, 08:31:53 pm »
I would say it's not worth the trouble, what we have is good enough... But I don't want to be quoted ironically after 30 years. ;)
This is already 20y old :>

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: Building your own PCK,MCD,TAB sets
« Reply #12 on: October 29, 2018, 09:50:24 pm »
I would say it's not worth the trouble, what we have is good enough... But I don't want to be quoted ironically after 30 years. ;)

+1 i will just have 2 sets, its no issue, i just thought i would ask as MCDEDIT said it would be ok when its not :)

Offline kevL

  • Colonel
  • ****
  • Posts: 466
  • pitchforks and torches
    • View Profile
Re: Building your own PCK,MCD,TAB sets
« Reply #13 on: October 30, 2018, 03:03:36 am »
@luke if all you want to do is add a few sprites, try PckView (in the Mapview directory). it should be a simple right-click -> Add ... operation

source sprites have to be .gif, iirc

ps, Make a backup of your spriteset first (.pck/.tab) -- i don't think PckView has been extensively tested.



and MCDEdit is still one of The apps on the planet ...


edit: am thinking that a spriteset can be opened in MCDEdit w/out its .mcd (ie, w/out complete mcd-records) ... hopefully it assigns default records that could then be edited to fit


edit2: bleh i'll shuddup now
« Last Edit: October 30, 2018, 04:22:53 am by kevL »

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: Building your own PCK,MCD,TAB sets
« Reply #14 on: October 31, 2018, 11:30:48 am »
First add the new graphics, then use "add MCD" to add a new tile.
Not sure if this is what you meant, so ask away.

so its not just me right, there is no way to copy the Image over at the same time as the rest of the data when you copy a tile???