Jump to content

Ciber Ninja

Member
  • Posts

    226
  • Joined

  • Last visited

Posts posted by Ciber Ninja

  1. If you need any large amounts of farmed land then I can help with that. Just designate the areas you want as fields with a new color and send it to me as a png. The current setting I like are outputting this:

    DVabfDY.png?1

    But I can configure it differently if you like.

    It looks much better if you round corners btw.

  2. I have been working on a farm generator that outputs some pretty nice looking fields. I think I can alter the algorithm I use to automatically add lines and other accessories to roads. The main limiter there though is that I cannot seem to grok how the rules.txt works. If someone can show me how to add very simple (This color becomes This tile on This layer) rules, then I can get it working. Essentially I can generate any feature that relies on distance from closest edge and distance from closest intersection.

    I have made a few abortive attempts at a house generator and I have several different ways that might work. The problem is that I have no clear direction and don't do enough mapping myself to know what exactly is needed. If someone can give me a good specification of exactly what they want then I can probably get something half decent put together.

  3. Just look at the town in google earth, and try to duplicate what you see. Though only a little bit of town can be seen from street view, so you have more creative freedom on the outskirts. It should be pretty easy to match up what I have now to that actual map. I am planning to release the south-west square first, so you should start with buildings there. Once I have all the roads, farms, and forests done, I will start putting together an exact list of all buildings I need and their dimensions.

  4. Fowler, MI

    Current Progress

    427qWd2.png

     

    I have begun building a map the small town of Fowler, MI. The final size will be 12x12 cells, though large portions of that are farmland. I am currently looking for people to help me make all the buildings.

     

    Major Projects:

    Fowler Public High School

    Most Holy Trinity Catholic School

     

    Changelog:

  5. Specifically, the farms to the west of Westpoint. They look very nice, but I feel like they are also very labor intensive for the amount of content you get. I was wondering what specific technique the map devs used to make them. The best I have found so far is a draw horizontal or vertical stripes tool in paint.net.

  6. The specific buildings I need are the ones in the first completely farmland square on the left of the main road leading out of fowler Michigan.

    Also, after looking around I have to wonder why the indi stone did not choose an area in the more northerly midwest for their game?

    Everything up here is divided by nice north/south aligned grids.

  7. I have been thinking about putting together a farm based map plucked whole sale from the michigan interior. My current location is a single square of farms that is 6x6 cells.

    I can handle all of the terrain, and I really like the output of some of the programs I have been writing to generate farmland. 

    What I'm looking for is people who can contribute various farm building to the map. I can provide the approximate footprint of the buildings and their locations on google earth.

    I need about fifty buildings, but most of them look to be barns, sheds, or detached garages.

     

    So, anybody willing to help?

  8. According to the Rules.txt, there are more possible colors than this. The following is a compressed list of all labeled rules in Rules.txt and their RGB values

     

    Dark Grass  |  90 100 35
     
    Medium Grass  |  117 117 47
     
    Light Grass  |  145 135 60
     
    Sand  |  210 200 160
     
    Light Asphalt  |  165 160 140
     
    Dark Asphalt (main roads)  |  100 100 100
     
    Medium Asphalt  |  120 120 120
     
    Gravel Dirt  |  140 70 15
     
    Dirt  |  120 70 20
     
    Dark Pothole  |  110 100 100
     
    Light Pothole  |  130 120 120
     
    Water  |  0 138 255
     
    Trees  |  255 0 0
     
    Trees + Dark grass  |  127 0 0
     
    Grass (all types)  |  0 255 0
     
    Light long grass  |  0 255 0

  9. An idea for future integration with rendering the world using actual 3d surfaces is to generate nice curving roads from beizer curves. You could probably get away with storing just the curve and road properties like lane number and the like, since I don't think that generating a simple 3d model using this idea would be particularly processor intensive. Then again, I am not the devs. 

     

    A "RoadEd" tool is a given with this idea.

    The tools needed can be copied pretty much whole sale from any vector based image editing program like Inkscape, though there are a few useful tools I have thought up.

    1. Snap to grid

    2. Snap parallel

    3. Snap perpendicular

    4. Transition to grid, used for things like driveways so that one end matches up with a building and the other with a road.

     

    I remember reading something about how the game RAGE solved the problem of intersecting roads, so you might want to check that out

×
×
  • Create New...