Login | Register


All times are UTC - 5 hours [ DST ]


It is currently Thu May 23, 2013 11:20 pm




Post new topic Reply to topic  [ 87 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: Book II Character / Map Editor
PostPosted: Mon Aug 23, 2010 8:50 pm 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Thu Aug 21, 2008 2:54 pm
Posts: 537
Borrawk wrote:
One thing I would like to see is some sort of "paint bucket" feature and/or bigger brush to paint with (and for erase too!) I was about to create an island but it is quite time consuming to do one (even with the new blank map feature I suppose) One thing what could be nice is when you create a new blank map you could automatically choose if it is filled with certain floor tile, like water or grass. I haven't yet tried the new version so dunno if you made it like that already.

Heh, seems we think fairly similarly; I actually implemented a global "fill" (so that you can quickly fill up a map with water/grass/etc) shortly after releasing 0.7.3. I suppose I could release that version sooner rather than later.

The idea of a larger "brush" is a good one; I'll have to think about how I might do that. That one may involve a more substantial change to the way the editor does its thing, so it may take a bit for that to get implemented. I'll note it in my TODO, anyway.
Quote:
I was also wondering if it could be somehow possible to use those special character NPCs as common townsfolk etc somehow? Or to create new shopkeepers using the existing ones as a base or something?

Not with the current editor (and unlikely to be there in future versions either) - all the shopkeepers and stuff are defined elsewhere in the game data that the map editor can't touch, so you're restricted to the NPCs already defined in the game.
Quote:
Also, would be really cool if those scripts were listed somewhere, like the bed script you can snatch from the bed at your home (where the game starts).

I had been planning on digging around in the game's scripts and make up a page about scripting; I just haven't gotten around to it yet (the time I'd otherwise probably spend tinkering with the maps has usually been spent working on the editor itself, instead. :)
Quote:
And one last thing, how in vanilla maps is that map port done for wilderness maps?

I haven't actually taken the time to verify it myself, but I'm pretty sure that Book 2 wilderness maps link based on the "coordinates" in their filename. For example, one map West of 5050.map (your starting map) would be 4950.map. Book 1 actually explicitly links in the North/South/West/East exits, but those appear to automatically happen in Book 2. Shouldn't take too long to verify or discount that theory; I just hadn't done so yet.

Be sure to let me know of anything else you want in there! Glad you seem to be enjoying it thus far.


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Mon Aug 23, 2010 9:47 pm 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Thu Aug 21, 2008 2:54 pm
Posts: 537
... aaand there's a new version, at http://apocalyptech.com/eschalon/

Changes in 0.7.4 (all in the map editor component) -
  • Added a "Fill" function to make fresh maps a little easier to deal with
  • Undo and Redo will redraw "large" graphic changes completely, now
  • Fixed a regression where tall torches (around Talushorn, etc) weren't being drawn with the flame
  • Fixed an exception which could get triggered while drawing near the bottom of the map

So, some useful stuff in there. I swear I'll try to take it easy on the release schedule for a bit. :)

Oh, and it should be noted, perhaps, that the character editor component remains basically unchanged since 0.7.0, so if you're just editing characters, not much has been updated.


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Tue Aug 24, 2010 5:10 pm 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Thu Aug 21, 2008 2:54 pm
Posts: 537
Sigh, yet another release. 0.7.5 is available: http://apocalyptech.com/eschalon/

Anyone using the editor to edit Book 2 maps is strongly encouraged to upgrade to this version, as it fixes an insidious little bug which could leave wall images scattered about the map without you knowing about it. Specifically, it'd leave (or erase) one wall image underneath the most-recently-mouseover'd tile whenever you Loaded or Reverted on a map, but wouldn't actually redraw that tile on the map, so you wouldn't know that it had done so unless you did another Load or Revert (which would then, of course, do the same to yet another tile, and so on, and so on). The wall image in question would be the one most recently selected in the square editing window.

Under "ordinary" map-developing conditions, where you'd tend to just load at the beginning and then do nothing but Saves, the bug wouldn't do much damage, nor of course would any harm be done if you were just loading maps to look at (but not save them back out).

Anyway, something you'll want to avoid regardless, so grab 0.7.5 if you're doing Book 2 map editing. This doesn't affect Book 1 map editing.


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Thu Aug 26, 2010 1:05 am 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Thu Aug 21, 2008 2:54 pm
Posts: 537
I'm guessing this will be of interest to some folks, so as a heads-up, I've put out a sort-of reference to scripting out on my page, which details all the scripting commands that I'm currently aware of. I'm sure there are mistakes and whatnot, and I'd guess that it's probably incomplete, but it should help regardless. Be sure to let me know if I have anything wrong, or anything missing.

Book 1 Scripting Reference
Book 2 Scripting Reference

Enjoy!


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Thu Aug 26, 2010 5:13 pm 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Fri Jun 04, 2010 7:18 pm
Posts: 627
xolotl wrote:
I'm guessing this will be of interest to some folks, so as a heads-up, I've put out a sort-of reference to scripting out on my page, which details all the scripting commands that I'm currently aware of. I'm sure there are mistakes and whatnot, and I'd guess that it's probably incomplete, but it should help regardless. Be sure to let me know if I have anything wrong, or anything missing.


Awesome, awesome stuff. I'm dying to try making some new maps now. I'll let you know how it goes.


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Mon Oct 11, 2010 10:10 am 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Thu Aug 21, 2008 2:54 pm
Posts: 537
Hey all - I just got a report from someone who got these utilities working on OSX, which may be good news for other Mac folks out there. I've put up a list of instructions at the project webpage. Let me know if that works for you! Also, if anyone feels like figuring out how to package it up into a .dmg or something, that would be pretty great, too.


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Sat Oct 29, 2011 8:44 am 
Captain
Captain
User avatar

Joined: Thu Jan 10, 2008 2:09 pm
Posts: 1088
I've been playing around with the editor and found out that you can give your character some Brass Knuckles which scale to your level. I wonder why they were made inaccessible in the game.

Image

I also found this large graphic which is unused in the game. Something to do with the Orakur?

Image


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Sat Oct 29, 2011 9:57 am 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Fri Jun 04, 2010 7:18 pm
Posts: 627
Nice finds. I wonder about the brass knuckles, too. I feel like the Unarmed skill could use the help. It has a nice feat, but not being able to use weapons with it really hurts it in comparison to the other combat skills.


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Sat Oct 29, 2011 3:16 pm 
Site Admin
User avatar

Joined: Thu Jul 06, 2006 11:31 am
Posts: 3552
Location: The Basilisk's Lair
Haha, Bronze Brass Knuckles? Wouldn't that just be "Bronze Knuckles"?? Stupid game designers! :P

_________________
See my ramblings and keep up with the latest news on Twitter & Facebook


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Sat Oct 29, 2011 3:54 pm 
Major
Major
User avatar

Joined: Tue Aug 29, 2006 3:38 pm
Posts: 1666
Location: CA, USA or Knumythia
BasiliskWrangler wrote:
Haha, Bronze Brass Knuckles? Wouldn't that just be "Bronze Knuckles"?? Stupid game designers! :P


:lol: :lol: :lol: :lol: :lol: :!:

_________________
Sometimes the dragon wins...
Help save the earth. It's the only planet with CHOCOLATE!


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Sat Oct 29, 2011 6:37 pm 
Senior Council Member

Joined: Wed Jul 20, 2011 6:35 pm
Posts: 209
Can i haz bronze brass knuckles? Monks are awesome but extra kick always helps ;)


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Sat Oct 29, 2011 6:42 pm 
Captain Magnate
Captain Magnate

Joined: Tue Dec 11, 2007 7:51 am
Posts: 1347
Location: Wandering the Rift
There an heirloom. baby's first brass knuckles got bronzed. :)


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Mon Nov 07, 2011 1:22 pm 
Captain
Captain
User avatar

Joined: Thu Jan 10, 2008 2:09 pm
Posts: 1088
I've just had a look at the entities list for Book II and noticed that Chancellor Pylot never made it to the final game. I'm guessing you would of met him in the inaccessible tower in Port Kuudad. Perhaps he was part of the main story at one time?

Blackcoat Privateer, Buccaneer and Liche never made it either. I can see the Liche being a unique monster, similar to Jawbreaker the Blacksmith and Captain Rukka. Perhaps the Liche would of been found in Cape Sorrow or that empty graveyard in Fellpine Forest?


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Mon Nov 07, 2011 7:30 pm 
Captain Magnate
Captain Magnate
User avatar

Joined: Sun Aug 31, 2008 12:07 pm
Posts: 1338
Location: Southern California
Jedi_Learner wrote:
I've just had a look at the entities list for Book II and noticed that Chancellor Pylot never made it to the final game. I'm guessing you would of met him in the inaccessible tower in Port Kuudad. Perhaps he was part of the main story at one time?

This brings up something that I've been meaning to mention for a long-time, but have forgotten to:

If you get your Cartography up to Level 16 (or whatever it is...), high enough so that NPCs (and mobs) show up on your Minimap as the black-bordered-red-dots - there is an NPC on "Level 2" of Port Kuudad THAT YOU CAN'T GET TO!!

IIRC, he's roughly in the South-Central area of "Level 2" of Port Kuudad, and you can only see him with the high Cartography if you're in the very SE corner next to the stairs of the "Level 2" building with the stairs and the small room with the teleporter pad.

If someone can crack open xolotl's map editor, they should see if they can figure out who the NPC in that "Level 2" area of Port Kuudad is! Maybe it's the Chancellor!! ;)

Jedi_Learner wrote:
Blackcoat Privateer, Buccaneer and Liche never made it either.

The interesting part about the first two is that they strongly implied there was going to be a on-the-seas, ship-based portion of Book II that was cut! I wonder how that part was going to work...


Top
 Offline Profile  
 
 Post subject: Re: Book II Character / Map Editor
PostPosted: Tue Nov 08, 2011 3:50 am 
Officer [Silver Rank]
Officer [Silver Rank]
User avatar

Joined: Thu Dec 10, 2009 7:34 pm
Posts: 364
Location: North of the Border
If I had to place these elements anywhere it would be around the Picaroon part of the story. Blackcoat Privateer and Buccaneer at least.

Picaroon has a different feel from the rest of the game, but not an awful lot is going on there. Probably more was imagined initially.


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 87 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: