Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
WiseOldWizard

Mapping Toolsfor TFC

10 posts in this topic

Does anyone know a good tmapping tool, that works with TFC?

I use the MC Overviewer, but that shows every block it doesn't know transparent. It shows water, lava and plants and you can follow your mines if you look for torches. But I actually only want to see above ground.

So is there something that works with TFC?

0

Share this post


Link to post
Share on other sites

You could try Mcedit, which some forum members were kind enough to provide a custom .yaml file, i can direct you to the post if you are interested.

0

Share this post


Link to post
Share on other sites

I'll look at overviewer, MCedit will probably work for now. I'll see if I can add the terrain to overviewer and Rei's.

Edit: Alright, I'm done messing with python crap. Maybe later. I'll work on Rei's though. I'm looking for more viewers too.

0

Share this post


Link to post
Share on other sites

Tectonicus seems like it would work with TFC with a lot of config editing that I haven't done yet. I looked at overviewer and I didn't see a good way to add custom blocks in. Tect does have that ability though, so I'd look into it. If I get a decent config file made, I'll be sure to post it. The only possible issue is it hasn't been updated to 1.3.1, but so long as TFC isn't updated either, it shouldn't be a problem.

Here's the link: http://triangularpix...mes/tectonicus/

0

Share this post


Link to post
Share on other sites

Tectonicus seems like it would work with TFC with a lot of config editing that I haven't done yet. I looked at overviewer and I didn't see a good way to add custom blocks in. Tect does have that ability though, so I'd look into it. If I get a decent config file made, I'll be sure to post it. The only possible issue is it hasn't been updated to 1.3.1, but so long as TFC isn't updated either, it shouldn't be a problem.

Here's the link: http://triangularpix...mes/tectonicus/

I've been working on Tectonicus. I ditched overviewer.
0

Share this post


Link to post
Share on other sites

Have you gotten any luck on that? It would seem just trying to load tfcraft's levels causes a lot of errors for tect. I don't think it's properly able to support anvil map format, even if it does say 1.2.5 compat.

0

Share this post


Link to post
Share on other sites

Well, there's JourneyMap which is similar to DynMap but client-side. It works - kind of. Shows a lot of the blocks just as black or transparent. But it's enough to enable basic navigation.

0

Share this post


Link to post
Share on other sites

Can anyone get Tectonicus to work with TFCraft level? Everytime I try, I get:

Error while trying to load chunk at (-12, 13) from region C:Minecraftv125 TFCraft 47mcp_data.minecraftsavesTest Worldregionr.-1.0.mca

java.lang.ArrayIndexOutOfBoundsException: 2048

at tectonicus.raw.RawChunk.parseAnvilData(RawChunk.java:313)

at tectonicus.raw.RawChunk.init(RawChunk.java:153)

at tectonicus.raw.RawChunk.<init>(RawChunk.java:99)

at tectonicus.Chunk.loadRaw(Chunk.java:110)

at tectonicus.Region.loadChunk(Region.java:325)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:517)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:449)

at tectonicus.TileRenderer.output(TileRenderer.java:263)

at tectonicus.TectonicusApp.run(TectonicusApp.java:952)

at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

java.lang.NullPointerException

at tectonicus.TileRenderer.findSigns(TileRenderer.java:569)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:527)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:449)

at tectonicus.TileRenderer.output(TileRenderer.java:263)

at tectonicus.TectonicusApp.run(TectonicusApp.java:952)

at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

java.lang.NullPointerException

at tectonicus.TileRenderer.findPortals(TileRenderer.java:594)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:529)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:449)

at tectonicus.TileRenderer.output(TileRenderer.java:263)

at tectonicus.TectonicusApp.run(TectonicusApp.java:952)

at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

java.lang.NullPointerException

at tectonicus.TileRenderer.findViews(TileRenderer.java:632)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:531)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:449)

at tectonicus.TileRenderer.output(TileRenderer.java:263)

at tectonicus.TectonicusApp.run(TectonicusApp.java:952)

at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

I have a partially completed custom blocks xml file, but I can't test it because the stupid program fails hard on me. Works fine with vanilla maps, but not on anything useful. :angry:

0

Share this post


Link to post
Share on other sites

Can anyone get Tectonicus to work with TFCraft level? Everytime I try, I get:

Error while trying to load chunk at (-12, 13) from region C:Minecraftv125 TFCraft 47mcp_data.minecraftsavesTest Worldregionr.-1.0.mca

java.lang.ArrayIndexOutOfBoundsException: 2048

at tectonicus.raw.RawChunk.parseAnvilData(RawChunk.java:313)

at tectonicus.raw.RawChunk.init(RawChunk.java:153)

at tectonicus.raw.RawChunk.<init>(RawChunk.java:99)

at tectonicus.Chunk.loadRaw(Chunk.java:110)

at tectonicus.Region.loadChunk(Region.java:325)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:517)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:449)

at tectonicus.TileRenderer.output(TileRenderer.java:263)

at tectonicus.TectonicusApp.run(TectonicusApp.java:952)

at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

java.lang.NullPointerException

at tectonicus.TileRenderer.findSigns(TileRenderer.java:569)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:527)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:449)

at tectonicus.TileRenderer.output(TileRenderer.java:263)

at tectonicus.TectonicusApp.run(TectonicusApp.java:952)

at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

java.lang.NullPointerException

at tectonicus.TileRenderer.findPortals(TileRenderer.java:594)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:529)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:449)

at tectonicus.TileRenderer.output(TileRenderer.java:263)

at tectonicus.TectonicusApp.run(TectonicusApp.java:952)

at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

java.lang.NullPointerException

at tectonicus.TileRenderer.findViews(TileRenderer.java:632)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:531)

at tectonicus.TileRenderer.preProcess(TileRenderer.java:449)

at tectonicus.TileRenderer.output(TileRenderer.java:263)

at tectonicus.TectonicusApp.run(TectonicusApp.java:952)

at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

I have a partially completed custom blocks xml file, but I can't test it because the stupid program fails hard on me. Works fine with vanilla maps, but not on anything useful. :angry:

I get the same thing and I have partially completed the blocks, I didn't do much though, caught up in other stuff.
0

Share this post


Link to post
Share on other sites

Well, there's JourneyMap which is similar to DynMap but client-side. It works - kind of. Shows a lot of the blocks just as black or transparent. But it's enough to enable basic navigation.

Yeah it's the same with overvierwer, just like I said.

Tectonicus looks good, and I may try to get a config running. Just can't be bothered right now. I'll post it here if I get one ready before you guys. :)

0

Share this post


Link to post
Share on other sites