Popular Post sheepandshepherd Posted December 12, 2014 Popular Post Share Posted December 12, 2014 GeoTool Beta 2 - 18 June 2016 A map viewer/editor for Lego Rock Raiders. Currently it can edit most aspects of a map's terrain, and can also convert the heightmap to and from images for editing in GIMP/Photoshop/Paint. It's written in D and OpenGL. Windows only. You can get the source code on GitHub. It replaces the old Heightmap Converter tool, which was ugly and too badly coded to improve any further. Also, I much enjoyed switching to D, it's a fun programming language. Usage Buttons for creating, loading, and saving maps are at the top right. You can also load by dragging a map's icon onto the GeoTool window. The load and save functions automatically detect the map components by their names, so you only need to open one of the map files; the rest will automatically be detected. They do need to be named correctly though -- as in, contain the words "surf"/"high"/etc. somewhere in their filename. You can view and edit the Terrain and the Heightmap with the tabs under the New/Load/Save buttons. Most image formats are supported for heightmaps. Images are grayscale, with black representing height 0 and white representing height 63 (higher than that bugs out LRR, so no point going that high.) You can move the camera with the keyboard or by clicking/dragging on the minimap. Screenshots New GUI to replace the buggy, gray old one: By default, LRR's radar map colors are used for the terrain: Terrain can also use the textures loaded from LRR biomes. Here's level 23 in terrain edit mode, with the rock biome: Heightmap editor: Controls WASD/Click on map = move Home = reset and center view to the center of the map Arrow keys = rotate camera PGUP/PGDN/+/-/Mouse wheel = zoom camera F5/P = save a screenshot F = toggle the FPS/status bar at the bottom Esc = exit You can load a folder containing textures for biomes. Biome folder paths are saved in the settings.ini file, so you don't have to reload them later on. Requirements Windows OpenGL 3.3 and a video card with relevant drivers Download Latest release Source code Spoiler Hosted on the GitHub page License: GPL v2.0 or later trigger_segfault, ProfessorBrickkeeper, aidenpons and 13 others 16 Link to comment Share on other sites More sharing options...
Jimbob Posted December 19, 2014 Share Posted December 19, 2014 I must have missed this. Woo, a map viewer for LRR! Thanks for taking the time to build this, it'll be very helpful. Link to comment Share on other sites More sharing options...
Cirevam Posted February 9, 2015 Share Posted February 9, 2015 I started using this and I never realized how some maps that seem huge, like Frozen Frenzy, are actually pretty small. This will really help with getting a sense of scale when making new maps since mine tend to be on the large side. Thanks mate. Link to comment Share on other sites More sharing options...
sheepandshepherd Posted August 4, 2015 Author Share Posted August 4, 2015 Surprise update! I dropped this for a while when one of the graphics libraries I use for it stopped working. But now I need a break from my other project, and I've learned a lot since last year, so it was a good time to finally get this update taken care of. Here it is, GeoTool Alpha 2. I meant to just go straight to beta once all the new features were done, but there was a pretty terrible bug in Alpha 1 that I missed. I was enabling OpenGL3's 'forward compatibility mode', which made it incompatible with its own shaders. Not sure how it even worked at all for some of us. But I turned that off and also updated the shaders to GL3, so hopefully no more shader problems now (as long as you don't have a really old video card). GeoTool can finally edit maps now, not just view them. An old GIF of terrain editing (I don't have video recording software on Windows, sorry): Not everything is finished yet in this version, but it can edit and save SURF and HIGH maps. Let me know if you find more bugs -- there's probably plenty of them. I'll update the main post tomorrow(ish). Alcom Isst, noghiri, Fush and 10 others 13 Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted August 4, 2015 Share Posted August 4, 2015 Whooohooohoo yeah! Just what we needed, an external 3D map editor! The camera movement could be a bit smoother. Never mind, there is a bug that sometimes after biome changing the program indefinitely lags afterwards, unless you repeatedly change biomes until you get a hit on a non-lag load. Link to comment Share on other sites More sharing options...
sheepandshepherd Posted August 5, 2015 Author Share Posted August 5, 2015 Never mind, there is a bug that sometimes after biome changing the program indefinitely lags afterwards, unless you repeatedly change biomes until you get a hit on a non-lag load. I haven't figured this one out yet. Does it only start when switching biomes, or also when editing the map? I'll try simplifying the biome-switching code for the next version anyway, I think it's causing problems by rebuilding the entire map mesh. Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted August 6, 2015 Share Posted August 6, 2015 Does it only start when switching biomes, or also when editing the map? I haven't done enough map editing to see yet. *does more editing* Yup, it happens there too. Link to comment Share on other sites More sharing options...
sheepandshepherd Posted August 6, 2015 Author Share Posted August 6, 2015 (edited) That should help me narrow it down, thanks! Maybe this will help: update Alpha 3 no longer wastes loads of memory when modifying the mesh, and it doesn't need to change the mesh at all when changing biomes or hiding the ceiling tiles. Changelog for Alpha 2 and 3: Alpha 2: Terrain and heightmap can now be edited Disabled OpenGL Forward Compatibility Mode, which was mistakenly turned on Updated shaders to GLSL 1.30 Status and errors get saved to log.txt Alpha 3: Mesh-rebuilding functions now all reuse their memory instead of throwing it away and reallocating Changing biome no longer rebuilds the meshes Added FPS and mesh counter (toggled with F key) Maps can be opened by dragging their icon into the GeoTool window Added 'raise' and 'lower' modes to heightmap editor PS1 maps can be loaded from the Terrain > Load > 'PS1 Map...' button Left console window enabled temporarily for viewing error messages Edit: there's a PS1 map importer now too, but since I don't have the PS1 game, I can't test this one. Let me know if it's converting any of the terrains incorrectly. Edited August 6, 2015 by sheepandshepherd Link to comment Share on other sites More sharing options...
Cirevam Posted August 6, 2015 Share Posted August 6, 2015 Oh man, I've been waiting for a map editor like this for a long time. Grapheme's is good most of the time, but heightmaps were always a pain. This will be a huge help. Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted August 6, 2015 Share Posted August 6, 2015 It seems to be gone yes. Just a note, the movement keys are relative to the map, not of the rotation of the camera, which can make movement a bit confusing. Q. Is visuals for objects and/or buildings coming next? Link to comment Share on other sites More sharing options...
sheepandshepherd Posted August 8, 2015 Author Share Posted August 8, 2015 Just a note, the movement keys are relative to the map, not of the rotation of the camera, which can make movement a bit confusing. Q. Is visuals for objects and/or buildings coming next? Fixed for the next version. I forgot about that bug cause I mostly use the minimap to move I'd rather improve and finish up what I have first, but after the beta version next week I'll add objects/buildings. The hard part is getting 3D models of them -- I can't import the .lwo/.lws files from LRR (only the .X models that a few of the buildings have), so someone (maybe me) will have to make new ones. But I can make them floaty cubes until then, hehe. Link to comment Share on other sites More sharing options...
Cirevam Posted August 9, 2015 Share Posted August 9, 2015 Let me know if you want me to convert some stuff for you to some other format. I have Lightwave and I'm willing to support this project. Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted August 9, 2015 Share Posted August 9, 2015 Let me know if you want me to convert some stuff for you to some other format. I have Lightwave and I'm willing to support this project. If you actually somehow own that holy shizzles, the liscense for one copy that isn't student and such is $1000 (unless the price sky-rocketed). Although, I know to be honest anyone can download lightwave trial and easily use it past trial date. They don't even stop you. Link to comment Share on other sites More sharing options...
sheepandshepherd Posted August 13, 2015 Author Share Posted August 13, 2015 (edited) This heat makes it hard to think, ugh I switched over to a combined map format that's much easier to work with than LRR's annoying split-up map parts. It can load up all the map components (but not objects) now. Still need to make the editors for the new things, but that'll be in a later version. Question about the dugg map: which ground types does LRR allow under hidden caverns? Can't get LRR to run on my Win8 currently, but IIRC water and lava are allowed, but paths and rubble aren't (they just disappear). And how about erosion (the even-numbered kind that starts right away)? Also, is there a maximum map size? Edited August 13, 2015 by sheepandshepherd Link to comment Share on other sites More sharing options...
Cirevam Posted August 14, 2015 Share Posted August 14, 2015 You're right, paths are definitely not allowed. Rubble can be easily made by creating wall structures that violate the 2x2 rule, as they will collapse when the cavern is revealed. Some erosion can appear in hidden caverns. The recharge seam's sparkle effect does not display properly if it started in a hidden cavern, and will spawn on the ceiling instead of on top of the wall. I don't believe there's a size limit for maps. Grapheme's latest map creator can go up to 100x100, which is ridiculously large. I'd imagine there's some unintended limit, like 255x255, but I'd really not like to go that far. sheepandshepherd 1 Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted August 14, 2015 Share Posted August 14, 2015 I'd imagine there's some unintended limit, like 255x255, but I'd really not like to go that far. Your mission is to find and collection 1 energy crystal. ALL THE WAY ACROSS THIS LARGE FREAKIN MAP. noghiri, sheepandshepherd and le717 3 Link to comment Share on other sites More sharing options...
le717 Posted August 15, 2015 Share Posted August 15, 2015 I'd imagine there's some unintended limit, like 255x255, but I'd really not like to go that far. Your mission is to find and collection 1 energy crystal. ALL THE WAY ACROSS THIS LARGE FREAKIN MAP. Get your oranges and a book to read, because it is time for a 5 hour orange test! noghiri 1 Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted August 15, 2015 Share Posted August 15, 2015 As well, the air in this area is VERY limited, so move quick raider! I'd imagine there's some unintended limit, like 255x255, but I'd really not like to go that far. I just checked, and it goes up to 256. Link to comment Share on other sites More sharing options...
Shadowblaze Posted August 15, 2015 Share Posted August 15, 2015 I'd imagine there's some unintended limit, like 255x255, but I'd really not like to go that far. I just checked, and it goes up to 256. To clarify, the maximum number is 255, but 0 is used too. There's no reason to skip it. Just saying, in case someone couldn't understand. Plus, I'm feeling like posting something. =P Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted August 15, 2015 Share Posted August 15, 2015 I just checked, and it goes up to 256. To clarify, the maximum number is 255, but 0 is used too. There's no reason to skip it. Hey hey, don't look at me. I'm just the messenger! I say what I was told, not the specifics. =P Link to comment Share on other sites More sharing options...
sheepandshepherd Posted August 15, 2015 Author Share Posted August 15, 2015 Hehe. Well, I'll probably limit to 100x100 as well, since that's about where the performance gets choppy for me. Even a 105x105 map drops down to 24 FPS. Unless anyone actually wants to make insanely large crystal-fetching maps. I ask because the map width/height block in the files looks like this (from a 6x6 map): 0600 0000 0600 0000 Those are 4-byte (aka 32-bit) integers, so unless LRR prevents it or crashes, you could theoretically make a map up to 4,294,967,295 x 4,294,967,295 . I only use the first byte for each, which limits it to 255x255. Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted August 15, 2015 Share Posted August 15, 2015 Hehe. Well, I'll probably limit to 100x100 as well, since that's about where the performance gets choppy for me. You limited it already, didn't ya? I was wondering why I couldn't open my 256x256 map in your editor. Anyway, if someone has a more beastly computer and can support it, I don't see why you should restrict them. Link to comment Share on other sites More sharing options...
Cirevam Posted August 16, 2015 Share Posted August 16, 2015 Pathfinding for raiders goes to brick on bigger maps, like Rocky Horror, which I think is less than 50x50. You're just asking for idleness syndrome at 100x100. It's not about the performance of your computer, it's about how pathfinding time gets much worse as you give raiders more paths to explore. And no one wants to play a ridiculous 256x256 map anyways. It already takes hours to complete smaller maps, even at 300% game speed. Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted August 16, 2015 Share Posted August 16, 2015 Well I tested a 256x256 map with a simple collect 5 EC goal (replaced mission one) across the map with a twisty-crazy one way path (but with lots of drilling and caverns in between) and I didn't really notice anything abnormal. There was a few (not all) ZZZing Raiders who responded after being given an order, but that's about it. Link to comment Share on other sites More sharing options...
Cirevam Posted August 16, 2015 Share Posted August 16, 2015 one way path This is why you didn't run into issues. Larger maps need to have few, distinct branches instead of wide open areas or raiders will start to react more slowly. They probably use some weird backwards weighting system because they almost always go for the newest jobs of a given priority (from the priorities list) first, which are usually further away. I'm not sure exactly how raiders check for available jobs -- I think they scan every single square as their reaction times decrease when lots of caverns are revealed -- but when they check they will look through every possible valid job and choose the worst one. Hence why we have memes about their stupid actions like getting the furthest ore and always running to clear rubble that's on the other side of the map in Water Lot of Fun. I guess "pathfinding" is the wrong term and "job searching" is more accurate, since their actual pathfinding is pretty decent. With that in mind, a better way to rate maps for performance is "how many ground tiles will there be after mining everything?" as that will be the worst-case scenario. I should probably not hijack sheep's thread any longer. Link to comment Share on other sites More sharing options...
Recommended Posts