Eitr

Members
  • Content Count

    66
  • Joined

  • Last visited

Everything posted by Eitr

  1. Are you using 32 bit java? Trying installing the 64 bit version.
  2. Check your max dirt height under "Drop Dirt". It will only set your max to however high your dirt is (should still be adding snow to the top though). So, the "Around Water" checkbox actually changes how the min/max height input fields work. If it's checked, it will offset the heights based on the water height. So with 300/600 min/max, and water height of 500, you're actually seeding the biome at heights of 200-1100. So, [water-min, water+max]. Does that make sense? That way you don't actually have to remember the water height, and can seed stuff directly below/above the water easily. Thanks
  3. You type that in the command window in the same folder as the file you downloaded. If you're on windows, you can shift+right click the folder and select "Open command window here". The 4096m specifies how much memory you're allowing it to use. Since you have a lot, you can give it something like 16gb, so the command would become: "java -Xmx16g -jar WGenerator.jar". These parameters have to be specified before launching the program.
  4. There are some tooltips on the input labels that may help out in explaining. Basically you will click a spot on the map to plant the seed, instead of randomly generating them all across the map. The generation is still based on the input variables, like size and density. Make sure to check your max slope and min/max height, as they will determine what is a valid location to grow. The default values for the biomes should give you some visual results, assuming you're clicking on grass, and not a cliff or something.
  5. I've updated the program to Wurm 1.4, adding the new orange tree, bushes, and sandstone and rocksalt. I haven't messed with it in awhile so let me know if anything is broken.
  6. Looks like a problem with your "config/biome_values.txt" file. Have you made changes to it? If you're trying a fresh download, you might delete the /map and /config folders before running it to see if that fixes it. So the biomes appear in the generator (with all the different colors), just not when you go to run the game with the new .map files?
  7. The .map files are all that you need. The image files are just for the generator program.
  8. Looks like kelp and grass had the same rgb. Kelp should be (54,101,2) and grass (54,101,3) now.
  9. The reason there's an undo instead of cancel is because it's trying to preserve the random number generator so it always comes out the same. But from what I've seen it's never exactly alike. The fastest way to reload biomes is to first export the biomes once you're happy with them, then next time you can import that image file. If you still like to do the actions, you can actually edit the actions text file and manually remove actions you don't want in there to speed it up (just remove the line of text). Yeah, the map api is generating the .map files, not the map generator. I'll look into it.
  10. Redownload, I've added Mycelium (71,2,51) to the import list now. Are you checking the coordinates while in topographic mode? It's the top-down mode that's a lot more accurate than the default isometric view.
  11. 1) All the trees are read in with (41,58,x) value 2) Bushes changed to (58,58,x) to tell them apart from trees 3) Cliff is a tile type in the API and I was asked to include it (even though it doesn't get auto generated) 4) http://www.wurmpedia.com/index.php/Mycelium 5) No, biome map is separate You might check which version you're using, and see if it's the latest. I know the bushes used to have similar values to trees, but they were updated.
  12. Load/Save actions records the actions you do, and tries to replay them in the same order (essentially reloading your project). A faster way is to save your heightmap and biome image files and reimport those, you'll just have to drop dirt again.
  13. There's no way to just update the dirt because you'd have to dig out the existing dirt. When you generate rivers, it alters the original height map that the dirt drop is based on, requiring a new dirt drop. You can uncheck the auto-drop if you want to generate a bunch of rivers, or drop a 1-dirt layer for a quick preview if you need to.
  14. The around water makes it easy, just put the max to 0 and it will all be under water. That's what it's made for Also per the previous post, I fixed the kelp color to be different than grass.
  15. Thought I had fixed that but I guess it was reed that was also the same. Kelp is now (54,101,2) Kelp can exist above the water line I believe. The biome import doesn't actually use the water line to determine biomes, just the rgb values.
  16. That happens when the program failed to save the map folder. Check if you have write permission in that folder, or try running the program from an admin command prompt.
  17. Update 2.8 - Flowers! Added flower types (1-15) to biomes. Added random flower type selection. Added flower percent chance input. - Flowers must be grown on grass tiles Improved Biome growth function. - More accurately spreads biome (less patchy the closer to 100% growth) - CAUTION: seeding large biomes may cause long computation times (growth tries harder to spread now) - If you want big biomes reduce the seed count Added Biome view that shows the biome colors (same as exported image). Added Tree, Bush, and Snow tile types. Added the following biome import colors: TREE:(41,58,1) BUSH:(58,58,0) CLIFF:(155,151,148) SNOW:(255,255,255) WOODEN_PLANKS:(114,102,80) STONE_SLABS:(99,99,99) SLATE_SLABS:(99,99,98) MARBLE_SLABS:(99,99,97) COBBLESTONE:(92,83,73) ROUGH_COBBLESTONE:(92,83,74) ROUND_COBBLESTONE:(92,83,75) COBBLESTONE_NW:(92,83,76) COBBLESTONE_NE:(92,83,77) COBBLESTONE_SE:(92,83,78) COBBLESTONE_SW:(92,83,79) FLOWERS:(220,250,51-65) Action files are not compatible with previous versions
  18. According to that thread it's an issue with the game code. Will see what I can do Update to the latest version. The drop dirt issues have been fixed. Also, new features
  19. I'll make a note in the first post, hopefully that helps people in the future
  20. Update 2.7 - Import/Export Biomes Image Added importing/exporting of 24-bit color PNG images for biomes. - "Save Images" now outputs the biome and heightmap images as well - CAUTION: Importing overrides any biome tiles that were on the map (rock can turn into grass etc.) - Colors that aren't found will be ignored and use the existing tile (i.e. use black as a transparency) List of biome colors [r,g,b]: CLAY:(113,124,118) DIRT:(75,63,47) DIRT_PACKED:(74,62,46) GRASS:(54,101,3) GRAVEL:(79,74,64) KELP:(54,101,3) LAVA:(215,51,30) MARSH:(43,101,72) MOSS:(106,142,56) PEAT:(54,39,32) REED:(53,100,2) ROCK:(114,110,107) SAND:(160,147,109) STEPPE:(114,117,67) TAR:(18,21,40) TUNDRA:(118,135,109) TREE_APPLE:(41,58,4) TREE_BIRCH:(41,58,3) TREE_CEDAR:(41,58,2) TREE_CHERRY:(41,58,5) TREE_CHESTNUT:(41,58,6) TREE_FIR:(41,58,7) TREE_LEMON:(41,58,8) TREE_LINDEN:(41,58,9) TREE_MAPLE:(41,58,10) TREE_OAK:(41,58,11) TREE_OLIVE:(41,58,12) TREE_PINE:(41,58,12) TREE_WALNUT:(41,58,14) TREE_WILLOW:(41,58,15) BUSH_CAMELLIA:(41,58,16) BUSH_GRAPE:(41,58,17) BUSH_LAVENDER:(41,58,18) BUSH_OLEANDER:(41,58,19) BUSH_ROSE:(41,58,20) BUSH_THORN:(41,58,21) Improved biome density for more natural growth
  21. Here's your fix. Update to the latest version
  22. Is that from one seed? I'll probably need to adjust the plant biomes function. Right now it grows in 4 directions, then spreads out due to density, so it tends to clump. Are you running the program as is, or giving it a certain amount of memory from the command line?
  23. Update 2.6.2 - Save/Load Biome Values Added save/load biomes buttons - Manually import/export biome value files for increased flexibility - Save Global Biomes will export the biome values to the file that gets auto-loaded at start (/config/biome_values.txt) Fixed map files breaking after doing another action after saving the map files
  24. Your biome settings are stored in a config text file if you export them under Actions. That way when you load the program your previous biome settings will be loaded. Currently the settings are global, and not stored under each map so that you can use them across maps. If you wanted separate settings you can go to the config folder and rename the biome text file so it doesn't overwrite it.