Download latest version (15 December 2008)
Wolfensas started out as a test to see what sort of realtime interaction could be done in SAS. After early tests proved some animation was possible through SAS display windows, a crude 3d engine was built as a proof of concept. From there network code was added to make it a multiplayer game, and the game engine rewritten until it became what's seen today. Sure, it's in monochrome, but that doesn't make it less fun!
Requires
Recent Changes
(06 Feb 2009) I don't have access to any version of SAS at the moment, so development's on hold. Hopefully I'll end up making the jump to 9.2, and really start making things interesting! (15 Dec 2008) New release version. Finally, a shotgun! (14 Dec 2008) Completed a basic user manual (11 Dec 2008) General code cleanup, getting things ready for release (09 Dec 2008) Able to spend some time on this again - finally added a semi-decent loading screen (29 Sep 2008) Finished off the scoreboard, including bugfixes (23 Sep 2008) The mouse pointer is now unlocked when alt-tabbing away from SAS while the game is running (22 Sep 2008) Got the basics of the scoreboard working, and in the process found that the line drawing routine is buggy (15 Sep 2008) Added a delay for respawning on death, and a quickie death "animation" (12 Sep 2008) Added a different type of decal for shotgun damage, increased decal limit (not much of a performance hit!) (03 Sep 2008) Rough decal support added for textures - good enough for bullet holes at any rate (08 Aug 2008) Changed weapons to fire projectiles visible in flight, instead of hitting instantly |
(Click here to show older news) |
(03 Aug 2008) New release version. Various bugfixes, balance tweaks, and a fully textured/lit demo map. (29 Jul 2008) Smoothed movement of other players, fixed hit detection (23 Jul 2008) Changed renderer to use texture-mapped floors (21 Jul 2008) Added lighting support and allowed different textures on each face of a map block (18 Jul 2008) Added an option to use entire available vertical resolution, for double image quality (16 Jul 2008) Redid game logic to use real frame delta time instead of trying to work at x FPS (07 Jul 2008) Added support for sprites drawn at the pixel level, changed over most graphics (04 Jul 2008) Added rudimentary A* pathfinding for bots, they pick random destinations for now |