This weekend I wrote a plugin for Blender to load the DCBlap map files. Here are some of the DCBlap maps rendered by Blender:
It’s still got a few bugs (the textures aren’t aligned properly) but not too bad for only a day of work and not having written a single line of python before. The next step is to write an exporter, then I’ll finally be able to work on DCBlap levels again without having to boot up Windows to use Hammer. I also wont have to deal with the bugs and quirks that the old map compiler had, so I’ll be able to make much more complex levels.
Holy crap, the national weather service mentioned the development I live in!
* AT 1048 PM EDT… NATIONAL WEATHER SERVICE DOPPLER RADAR INDICATED A SEVERE THUNDERSTORM CAPABLE OF PRODUCING DAMAGING WINDS IN EXCESS OF 60 MPH. THIS STORM WAS LOCATED NEAR TWIN RIVERS… OR ABOUT 11 MILES EAST OF TRENTON… AND MOVING EAST AT 30 MPH.
And they didn’t issue the warning until 10:51, which didn’t arrive in my inbox ’til 10:52. Thanks for telling me what I could already hear 4 minutes ago, NWS.
Edit: The storm was so distracting I forgot my point. ‘Twin Rivers’ is awfully specific for a NWS alert, why not mention the town that Twin Rivers is in? As much as TR likes to think otherwise, they’re still just a development inside a larger town 😛
12 players only collected 1 square but managed to score more than 1000 points. 99% of players use the in-game score client, only 1% of scores were entered through the web.
I’ve replaced phpBB2 with Vanilla on forums.c99.org. Any users that had never posted on the forums and never submitted a score for DCSquares have been deleted, all other users have been migrated over. The user integration between Vanilla and the DCSquares site should be functioning the same (in fact, slightly better) as the phpBB2 version, so please let me know if anyone encounters any issues with the new forum system.
So I’m playing brain age, and it asks me to draw some pictures. One of the things it asked for was a firetruck, so I drew one. After it’s done it shows you “actual” pictures to compare with, and it shows the firetruck and says “Focus on the ladder on the top” — but the truck I drew had the ladder on the side! 🙁
And the weird thing is my sister did the same thing. Though, her truck was facing left, and mine was facing right.
I completly rewrote the popup text window API today to be much more C++ey, and with it come a few new widgets that can be placed inside: radio buttons and checkboxes.
The title area at the top now shows tooltips, too, like the original ZZT:
Much nicer. Of course, you can still construct a popup window the ZZT way:
w.buildFromString("$woah\r
this kind of thing gets hard to maintain\r
when it's all stuffed in a giant string\r
crazy ZZTers.\r
\r
!agree;I agree\r");
Though you can’t add radio buttons or checkboxes through that. After I finish up the text-editing widget, I’ll start working on adding a very basic level editor to DreamZZT.