Jump to content

mendonca

Member
  • Posts

    126
  • Joined

  • Last visited

Posts posted by mendonca

  1. Sorry for the delay in response ... I seem to still have not figured out this forum when I visit (and now it's changed again .. ha!) ... I didn't realise this thread had a couple of extra replies.

     

    On 04/12/2015 at 6:52 PM, Jab said:

    Why did you do this in Python 2? Preference? 

     

    I feel like I may actually attempt to do something like this, with the actual save file format if I ever get the spark of the moment for PZ again. :) 

     

    Good job though. 

    Thanks!

     

    Python 2 was a bit of a non-choice as that's pretty much all I can (could) do, including the use of Libtcod as the library. Basically toyed about a few years back with making a sort-of-roguelike, got used to the various bits, and then in a fit of inspiration created this one week whilst I was getting paid by my work to do something else entirely unrelated ...

  2. Two questions:

    1. Can you suggest any good tutorials for packaging python programs as executables?

    2. Why did you use a library for making rougelike games as your GUI instead of Tkinter which comes with python?

    Sorry about the delay, I missed this question previously.  :oops: 

    1. No. It is a ***** nightmare, I can't even remember how this thing works (the script I have set up to package this works, and that's all I can tell you about it). I'm not saying that to be difficult, I'm just saying that I struggled to understand what I was doing when I was doing it - and it was very hit and miss for me to get py2exe to reliably work (I might have even 'frigged' some of the dependencies in the Python standard library to actually make it work, if I recall correctly).

    2. Familiarity - personally I do not know what tkinter is - or what it does. On the other hand I have spent a long time messing with libtcod, and can reasonably quickly carry out the sorts of tasks I want to do.

  3. http://theindiestone.com/community/viewtopic.php%3Ff=34&t=5627.html

    Check the above tutorial out ... It was written a while ago and the image links are broken, but it might be a reasonable start. I'll dig out the template files I had set up and share them here.

    (Nice rubble walls, Grivcin ! :))

    Edit: https://dl.dropboxusercontent.com/u/66536185/TileObjectsSplunkoid.pdn

    https://dl.dropboxusercontent.com/u/66536185/TileObjectsArchitecture.pdn

    Try either of these files in Paint dot net, it might give you a pointer on how to lay out tilesheets. (note I do not know how to make tilesets work for the new Zomboid - just managed to do it for previous versions - Thuztor is the man for that :))

  4. You can edit the width of the 'major' roads in mapzoid, if you want.

    Wait, i can edit it in the program without me even knowing?

     

     

    *Brain shrinks*

    It's not that straightforward, to be fair.

    There is a separate config file called 'init.cfg' that has a few variables you can play about with. One of those is the width of 'major' roads (the roads which run from town to town, and sometimes in the centre of larger towns).

  5. I see what you mean, but I would still say you are much better off doing them individually and modifying anything iteratively as you go.

     

    The small gains in productivity you make will be offset hugely by the added benefit of having individual building files available at a later date.

     

    Get some graph paper (or just use excel or something), and plan and sketch your general buildings prior to starting. Whichever way you go, you'll find it a huge benefit to getting it done correctly and to your own vision.

  6. MODS_01.png

     

    So I've got a few buildings that I've been making.

     

    They ain't as beautiful or ambitious as some of the others already posted, but hopefully it's better that I post them here rather than leave them on my computer never to see the light of day. Also I'm not tending to detail things like gardens etc. - if you use these files you'll get the chance to do this yourself :)

     

    I'll keep the OP updated as more appear.

    RESIDENTIAL:

    MODERN VILLA

    modernvilla_tbx.png

    https://dl.dropboxusercontent.com/u/66536185/modernvilla.zip

    MODERN LARGE HOUSE

    modernlargehouse1_tbx.png

    https://dl.dropboxusercontent.com/u/66536185/modernlargehouse1.tbx

     

    SMALL DETACHED HOUSES

    small_detached_tbx.png

    https://dl.dropboxusercontent.com/u/66536185/small_detached.tbx

    including variations (rotated):

    https://dl.dropboxusercontent.com/u/66536185/small_detached_E_4.zip

    SOME WOODEN HOUSES (2-bed, 2-storey) variations on a theme

    wooden_house1_tbx.png

    https://dl.dropboxusercontent.com/u/66536185/wooden_house1.zip

    ONE BED FLATS

    one_bed_flats1_tbx.png

    https://dl.dropboxusercontent.com/u/66536185/one_bed_flats1.zip

    INDUSTRIAL:

    A KIND OF BUILDING THAT SITS AT THE TOP OF A MINE SHAFT? SOMETHING LIKE THAT ANYWAY

    minecap_tbx.png

    https://dl.dropboxusercontent.com/u/66536185/minecap.tbx

     

    MACHINE SHEDS (NS or EW)

    little_shed_NS_tbx.png

    https://dl.dropboxusercontent.com/u/66536185/little_shed_NS.tbx

    https://dl.dropboxusercontent.com/u/66536185/little_shed_EW.tbx

    A LITTLE HUT / STORAGE UNIT THINGY

    industry_little_hut_tbx.png

    https://dl.dropboxusercontent.com/u/66536185/industry_little_hut.tbx

    COMMERCIAL / LEISURE:

    BOATHOUSE with SOME ROOMS FOR PEOPLE TO STAY THE NIGHT

    boathouse_tbx.png

    https://dl.dropboxusercontent.com/u/66536185/boathouse.tbx

  7. Just checked out the .tbx files for interest. They are pretty simply formatted and this would probably be reasonably easy to achieve for the right person.

     

    I can't help but think that most of the output would be pretty lacking, to the point where it MAY less work to just create 10-15 reasonably simple and straightforward house types, then save down 10-15 iterations of each house type (rotated, furnished, decoration change, small tweaks to walls, little extensions etc.).

     

    You could probably get 100-255 'different' houses in about 15-20 hours work, all hand crafted. Granted it might need a briefcase full of Orbital mix-tapes, various synthetic chemicals and some kind of Dwarven Martial Trance if you wanted to attack it in one go, but I reckon you'd get there.

     

    I bet it would take at least that in programmer time to get a first iteration that would produce absolute garbage, lacking in soul as well as coherence.

     

    I'm more inclined to suggest we need a 'Drive For Mundanity' in the buildings section, in preference to a random house creator.

     

    (Would be cool to see somebody have a crack at it, though).

  8. Yeah, not a problem.

    You could draw straight in to TileZed from nothing if you wanted - just the BMP to TMX can be much easier. I think there is a handy paint tool in TileZed which respects the blends rules - use this for good looking and easy tweaks.

    Bear in mind any little tweaks will be overwritten by any subsequent BMP->TMX calls, so just so long as you control your workflow adequately, you can pretty much do what you want :)

×
×
  • Create New...