Team Fortress 2 DS

From GameBrew
Revision as of 05:24, 23 January 2013 by HydeWing (talk | contribs)
Team Fortress 2 DS
Teamfortress2ds.gif
General
Author(s)Kazuki
TypeShooter
Version22April2011
LicenceMixed
Links
[Media:Teamfortress2ds.rar Download]
Website
Advertisements

<htmlet>adsense</htmlet>


A homebrewe adaptation of the over-the-top squad-based PC shooter,

Controls

D-pad - left/right to move

A - jump. The Scout(1st class) can double jump by pressing A while in the air.

B - fire (currently only Soldier w/ rockets and Demoman w/ primary/secondary)

Y - secondary Fire (Demoman: detonate stickybombs)

X - reload

L - change weapon backwards

R - change weapon forwards

Touch Screen - Change class (must be in team's base), health/reload testing

Changelog

04-22-11

  • Finally an update! Unfortunately, DSGM 5.12 broke my game quite a bit. I don't know if it was the change in object enumeration or what, but even after changing my code to work with the new enumeration style the game was incredibly glitchy when "played." You'll still be able to look at the code and everything of course, but you won't be able to compile. =\ I'm still trudging along in DSGM 5.11 though!
  • Still working on the first map (Sawmill) and I'm still trying to get a handle of map collisions and stuff.
  • May have to mess around with multiple backgrounds since mine uses too many tiles or something.
  • Pretty much finished the first house area on the blue side. You can use the box to jump on the roof.
  • Tentative layout plan: Pwmca.png
  • Added health/ammo kit objects for testing regaining health/ammo.
  • Small = +20.5% of max refilled; Medium = +50% of max refilled; Large = refilled completely
  • Can test health/ammo pickups by using the faces and plus/minus sprites on the lower screen.
  • Still have no idea on a way to handle non-projectile weapons.

01-25-11

  • Switched the functions of the X and Y buttons. Let me know if you liked it better the other way around!
  • Blu team can no longer go into Red's base and vice-versa.
  • Swapped positions of Blu and Red bases to make it more intuitive since Blu team attacks in attack/defend game types and heading to the right is usually associated with moving forward in a side-scrolling game.
  • Started working on an actual map. If anyone's played Team Fortress 2 before, the map will be Sawmill.
  • I still have no idea how I am going to code in collisions with platforms and stuff without having to hard-code them in. Any ideas?
  • I also need advice on how best to implement shooting with the non-projectile weapons. Should I just use a sprite? Is there any trickery I can do with drawing pixels? I have no clue. :c

01-22-11

  • Clip and ammo values now on the bottom right.
  • Demoman (4th class) can now fire his primary weapon (grenade launcher) .
  • Demoman can also fire his secondary weapon (stickybomb launcher).
  • Only 8 stickies can be out at once. Y button 'detonates' them. (They're only deleted currently.)
  • Added reloading and reload sound effects for all classes. Press X to reload.
  • Plus/minus buttons on touch screen now increase/decrease the ammo in your clip for reloading tests.
  • Up and Down changes amount of metal or cloak if you are an Engineer (6th) or Spy (9th) (for testing).

01-18-11

  • Changed the 'gameplay' from a horizontal scroller with depth back to just a flat horizontal scroller. Having to deal with jump position, whether or not you're in front of or behind objects, etc. using pseudo-3D in a 2D space was ridiculous and I'm not going to deal with that at all. :3
  • Health is displayed and you can now choose your team when starting the game (either by stylus or pressing the Y/B/A buttons). If you want to change classes you have to be inside your team's 'base' for it to change.
  • The four buttons on the right of the bottom screen are for testing. The faces increase/decrease health by 50 at once and the +/- buttons increase or decrease your health as you hold the stylus on them.
  • Only one class can fire right now and it's the Soldier (guy with rocket launcher; first row, middle column). Currently the rocket only just moves until it hits the edge of the room and deletes itself.

Advertising: