Thursday, February 26, 2009

Weekend plans

Being abandoned this weekend, and after a hectic week, looking forward to being a slob in some 'me' time. Looks like some of the time will be spent updating to the latest patch in anticipation of Mysteries of Westgate's imminent release.

On my dummy overland map test, things were going ok - custom encounters now firing depending on terrain, added in a few custom random encounter areas cobbled from prefabs. Everything until the Goodie system - how random items of interestare found on the overland map. The more I've delved into the script system, the more I think that Obsidian had one system in place, and then changed it for another (not just with goodies but a few other things), but left some 'legacy' script functions around. So, I'm left not quite sure how the SoZ system actually works, despite attempts to unravel... might give this up and focus on something else for a bit.


Interestingly, I noticed Tiberius mentioned on the MoW forums that 'Ossian's next release could well be compatible with Kaedrin's PrC pack' - indicating (for the first time to me at least) that their next project is in NWN2 (rather than another system). Good stuff. Along with the Podcast news from a few weeks back that proposals for future Adventure Packs are welcomed, it'd be interesting to see what other plans might be out there.

Wednesday, February 18, 2009

iPhone apps

Picke dup an iPhone a few weeks back. Normally, I enjoy being an antisocial old git, so was happy with my very old phone that people could rarely reach me on. Now I find myself with the iPhone always in reach, annoying my gf when I'm checking the blogroll whilst we're out shopping.

Does anyone have any good Apps they can recommend? Any/all suggestions welcome. I was hoping to find some games that'd catch my eye, but nothign leapt out at me yet. Something in the AdvanceWars / Fire Emblem / Shining Force genre would be cool. Hey, if anyone wants to put together a 2da editor for the iPhone too, that'd be sweet....!

Sunday, February 15, 2009

Quick update

So, sounds like Mysteries of Westgate is due imminently - as in matter of weeks rather than indefinite months/years this time. Should be interesting to see. I'm hoping a well-received release will spur the Ossian guys on with their other cryptic projects, which they've been keeping under wraps - understandably given the typical comments on the MoW forum... Check out the other blogs in the list for some more projects which seem to be coming to a long-anticipated fruition too.

Trial overland map coming along - some more placeables and colouring to do. Been tricky to build in toolset and fully appreciate the effect of a fixed camera angle on the view in game. Started on the 2da system for wandering monsters too. The rules-lawyer DM in me is enjoying the number-crunching part of that. As an aside, I'm hoping someone wil come up with some different Overland Map GUI - SoZ's default is OK, but could be much more...














Saturday, February 07, 2009

Tracing an Overland Map

Prompted by Lance and something I was considering anyway, here are my notes on making an overland map using the a vfx to trace from. For obvious reasons I'll steer clear of general area design/texturing tips and focus on what I picked up. Most readers will likely know the ins and outs of this but doesn't hurt to have a record of it for future reference.

1. Picking your area




Most people will know the FR setting so I'll work with that as a base. The image above takes you to a whole atlas of the Realms, and is a handy starting point. (Note, images you crop fromthis will be small but good enough for tracing later...) Obviously, any scanned image of your sketches of a custom campaign setting map will work too. Now let's pick somewhere you'll recognise...



OK, this image might be small, but it shows the region on the Sword Coast just north of Baldur's Gate, leading up to the Troll Hills. Let's say I'm starting a campaign set in BG, and the sidequests will take me into the surrounding areas. I use Paint Shop Pro for my image work, but any editor, and some downloadable online options will do. So first, we go about selecting the image to make into a vfx stencil. When selecting the region to crop form the larger map there's a few things to bear in mind



  1. Decide which features in the map are key to be included. Here I know I want the Troll Hills and Baldur's Gate, but it might be that you wants to use the map for travel between specific cities (BG, Beregost, Nashkell)




  2. These factors will influence the size/shape of the overland map you want to make. Play around with the cropping tool to find a shape that seems to fit your needs and includes the area features you want. Here, a square area suits me best




  3. Exterior areas in the toolset are built in blocks of 4. Now, you'll want to keep the proportions of the image in line with the proportions of the area you intend to use. For square areas, as long as all sides of your cropped image are equal, this isn't a problem. For rectangular areas, you will want to make sure the area has the same relativedimensions. For example, if the region you want to cover is rectangular, dimensions 107 pixels by 245 pixels, round this to 100 x 250 (2:5 ratio), and crop out an image of those dimensions. This would then be usable on a rectangular exterior area that is 8x20 (still 2:5 ratio). Now, some of this isn't strictly necessary to get exact, so if you get bogged down on this, then just select an image and move on



Once you have the image in the right proportions, save it in TGA (Truevision Targa) format. I'm going to stick with this for now as most people can get means to save in TGA format, but DDS format will also work.

2. Making the traceable map

So now, we go to your module in the toolset. If you are working in directory mode (or mod mode you can use the temporary directory) then put the TGA image into your module name directory. Note that if you save files into your module directory in direcory mode, they ill be packaged into the mod file if you later save as a mod, but still be available in game. Alternatively, in Campaigns, you can place it in your campaign folder. Now in the toolset we need to open up the Visual Effect Editor under the plugins menu. This comes with the game. You'll be wanting to create a new billboard fx



Below are the settings you'll want to update - your file name in the texture, the begin size to 20,20 (more on this in a second), Orientation to User-defined/SourceObjectRotation, and Source colour to grey (this puts a tint on your image - grey at 25% keeps the image visible but not too bright)



Now save the file as .bbx into the module/campaign folder you're working with. Staying with the Visual Effect Editor, and keeping the billboard window open for the time beaing, go to the menu and create a new Special Effect (SEF). You'll open a new window showing two humans staring at each other on flat terrain. Now you want to add a billboard event to this Special effect



All you need to do now is select that in the name menu (these don't have default labels so they're just blank entries for now - you can add labels if you wish), and enter .bbx in the definition file box - you'll pick this from a drop down list of all game effects



Now press 'Play' and you'll see your map appear at the feet of the human in the preview pane. Notice how the image fills one square of the quadrant.



Now flick back to the billboard file (or repopen it if closed), and alter the begin size to fit your map dimensions. 20x20 is one square of a megatile, and 40x40 is one 4x4 megatile. So if the playable (walkable) area of your map is one megatile (a tiny 4x4 area has one megatile), you want the begin size to be 40x40. If you have a rectangular area 8x120, your begin size should be 80x120 and so on. Don't worry about the unwalkable area around your map so much in an overland map (you can alter this once you have the hang of it). Save the altered bbx file and flick back to your new SEF file - stop the animation and press play again to see any updates and tweak until you are happy to have the scale right. Save your SEF file in your directory when done.

3. Using the tracing map in the toolset

Open up your module, and the area you want to designate as your overland map. For simplicity, place an AltarGen placed effect at the Centre of your map (Note: you can use the position no snap feature in the properties to align this exactly if you wish). You might want to set the height of the placed effect jst off the ground - nudge up with the PageUp button, then Height/Position-lock.



Then set the SpecialEffect listed in the properties for the one you have just placed to your saved SEF file from earlier. Et voila, your map should appear, nicely scaled to your area.



Now all that remains is to trace out the features in the terrain options with the colour tool. I use Green for the outline of woods, black for roads, brown for mountains and blue for water. Even put some city placeables down to help mark out their location. For mountains, you might also want to draw out the line corresponding to their peak hight as well as their outline - this helps when raising the terrain and putting snow texture on later. If the map effect is height locked you can star to raise/lower terrain too, and see how this nestles in on your map - see my previous blog post for examples. The image below shows how I've quickly droawn in the Troll Hills. In the Show/Hide toolbar button, you can flick the map effect on/off to see your handiwork. Remember the beauty of the colour tool is that white erases all your mistakes.





General Overland comments
- Roads seem to be about a 3 diameter on the terrain brush
- Camera distance is how high the camera sits above the player
- Camera pitch is how the camera is rotated on the up/down axis - bascially what angle you look down on the PC and the rest of the world. 40 seems good for this
- Camera Yaw is how the camera is roated on the left/right axis.
- The shape of the map you choose will effect the best camera angle for you. If the player is mostly travelling along the North-south axis, then a yaw of zero is fine. but if the travel is more east west, you might want either 90 or 270.

I'll upload a sample module soon covering this, along with another system I've been playing with - Map Travel a la Indiana Jones. A simple heartbeat script to add to Overland maps to create a trail of red dashes behind the player as they move - something I always liked in the Indy movies, and could be used for simple map travel in NWN2




Hope that's made some things clearer - let me know and I can edit in some further explanations

Friday, February 06, 2009

Britain in Winter Shocker!

OK, it's been snowing over here for a week. I can look out my window I see this. I can be stuck on a train going nowhere and see this. I can be shunted onto a replacement bus service only for the bus to get stuck halfway up a hill and start sliding back down on the ice-covered roads. THis is ok, and makes a nice change to the normal commute into work. But the constant media coverage of it is driving me insane. Not just reporting that it's snowing, but finding umpteen inane realted storeies to analyse. Does me managing to get into work in a slow-clogged London really 'symbolise the great industrious spirit of our nation'? Nah.. especially not the fact that I later slunk off early, managed to get lucky on the trains, and spent the afternoon playing on the toolset...

Gotta say, I do like the overland map system. Been trawling through the scripts and peeling things apart, and its a nice way of handling things. A few slight queries - like why, whene everything else is handled with local variables, does the ginc_overland file define the number of terrain maps for random encounters there, as opposed to on the map area or something - but I like the way it handles the encounters, and the use of 2da's to store data is funky.

Below show my early attempts at making an overland map (bonus points for people guessing the region!). I first made a custom vfx of the region from the FR map, and then scaled it to fit the area I had, then traced out the main features - black roads, green forests, blue rivers etc. That really helped with scale, and getting the right relative distances. As Phoenixus mentions in his post (with some very nice screenies), because you are dealing with things on a shrunken scale, it makes terrain texture management a little more tricky. For example, the Anauroch desert suddenly found itself moved slightly to buy me an extra texture block in a neighbouring megatile.

One thing that has struck me, is a great resource for future overland maps would be to have one core encounter 2da + blueprints that contained all the encounters you might expect in an FR campaign, which builders could then trim as they see fit for their own use depending on their setting/region/terrain. Might have a go at that myself...