netwar-source-0.5.0

所属分类:游戏
开发工具:Java
文件大小:839KB
下载次数:31
上传日期:2006-10-01 19:30:42
上 传 者jzxjzxjzx
说明:  NetWar是一个实时策略游戏,类似于Command & Conquer, Starcraft, 和Total Annihilation。这个游戏只提供了多人模式,LAN上支持最多12人同时游戏。是用Java开发的。
(NetWar is a real-time strategy game, similar to the Command)

文件列表:
netwar-source-0.5.0 (0, 2005-06-18)
netwar-source-0.5.0\netwar (0, 2005-06-18)
netwar-source-0.5.0\netwar\copying.txt (18349, 2002-02-02)
netwar-source-0.5.0\netwar\game (0, 2005-06-18)
netwar-source-0.5.0\netwar\game\Base.java (27912, 2002-04-03)
netwar-source-0.5.0\netwar\game\Command.java (5592, 2002-03-15)
netwar-source-0.5.0\netwar\game\GameObject.java (21756, 2002-04-03)
netwar-source-0.5.0\netwar\game\GameViewer.java (2650, 2002-03-09)
netwar-source-0.5.0\netwar\game\Hex.java (12353, 2002-04-02)
netwar-source-0.5.0\netwar\game\HexType.java (6987, 2002-03-09)
netwar-source-0.5.0\netwar\game\object (0, 2005-06-18)
netwar-source-0.5.0\netwar\game\object\Bush.java (13671, 2002-03-18)
netwar-source-0.5.0\netwar\game\object\BushRed.java (8120, 2002-03-18)
netwar-source-0.5.0\netwar\game\object\Palm.java (11631, 2002-03-18)
netwar-source-0.5.0\netwar\game\object\PineTree.java (11179, 2002-03-17)
netwar-source-0.5.0\netwar\game\Player.java (7530, 2002-04-02)
netwar-source-0.5.0\netwar\game\projectile (0, 2005-06-18)
netwar-source-0.5.0\netwar\game\projectile\BallisticShell.java (2836, 2002-03-12)
netwar-source-0.5.0\netwar\game\projectile\DebrisFragment.java (2279, 2002-03-05)
netwar-source-0.5.0\netwar\game\projectile\FlameWeapon.java (3447, 2002-03-13)
netwar-source-0.5.0\netwar\game\projectile\Laser.java (2527, 2002-03-18)
netwar-source-0.5.0\netwar\game\projectile\Paralyzer.java (4847, 2002-03-20)
netwar-source-0.5.0\netwar\game\Projectile.java (5222, 2002-03-09)
netwar-source-0.5.0\netwar\game\SelfSortingMutualDistanceSquared.java (9216, 2002-03-09)
netwar-source-0.5.0\netwar\game\unit (0, 2005-06-18)
netwar-source-0.5.0\netwar\game\unit\BeamSniper.java (17536, 2002-03-18)
netwar-source-0.5.0\netwar\game\unit\DeltaHealer.java (19767, 2002-03-20)
netwar-source-0.5.0\netwar\game\unit\FlameBeetle.java (11802, 2002-03-17)
netwar-source-0.5.0\netwar\game\unit\LMGHunter.java (17573, 2002-03-18)
netwar-source-0.5.0\netwar\game\unit\MobileArtillery.java (11880, 2002-03-17)
netwar-source-0.5.0\netwar\game\unit\StealthFighter.java (6692, 2002-03-17)
netwar-source-0.5.0\netwar\game\unit\Stunner.java (11465, 2002-03-20)
netwar-source-0.5.0\netwar\game\Unit.java (21823, 2002-04-03)
netwar-source-0.5.0\netwar\game\UnitSet.java (1605, 2002-03-13)
netwar-source-0.5.0\netwar\game\UnitSets (0, 2005-06-18)
netwar-source-0.5.0\netwar\game\UnitSets\Delta.java (1278, 2002-03-20)
netwar-source-0.5.0\netwar\game\UnitSets\Sigma.java (1282, 2002-03-20)
netwar-source-0.5.0\netwar\game\UnitSets\SigmaAndDelta.java (1392, 2002-03-13)
netwar-source-0.5.0\netwar\gui (0, 2005-06-18)
netwar-source-0.5.0\netwar\gui\Chatable.java (966, 2002-03-27)
... ...

Netwar 0.5.0 4-24-02 http://netwar.sourceforge.net This is the sixth beta release of Netwar, A starcraft/warcraft II/Total Annihilation clone written to be OS independent using Java. -----------------Instructions for Compile------------------- See install.txt. -----------------Controls----------------------------------- - zoom out + zoom in Alt + (any click) = center view on mouse pointer CTRL + left click = Zoom in CTRL + right click = Zoom out left click on unit = select unit (if none selected) or order selected unit to follow the unit you just clicked on. left click on empty hex = order selected unit to move to that hex. right click = deselect the selected units -----------------Version History----------------------------- -0.5.0 April 24 New Keyboard shortcuts - and + zoom out left,right, up, down, arrows move the viewer Trees that die when hit by artillery Minimap Bushes Improved GUI click and drag easy to use compile and run scripts. fixed bugs Program doesn't quit when not using a sound card. known bugs Mapper will not compile on jdk 1.4 -0.4.1 March 6, 2002 Daniel(Istaran) has made a million graphics improvements too numerous to mention all here Money System Base animation Explosions Large performance improvement with both tiles and game logic Minor improvement to client dropping Chat Tree objects Display now shows unit health and other properties Improved Gui -0.4.0 February 22, 2002 Kyle(small_art) has added Tiles Impassible terrain, only water tiles so far Code now seperated into packages -0.3.0 February 16, 2002 Multiplayer over lan/internet! note, uses port 1099 Multiple players Units actually know the difference between friend or foe Improved projectile for Artillery unit Base now destroyable -0.2.0 February 9, 2002 Added zooming ability Added a "base" Added Unit creation Added new "artilery" unit Added ability to destroy units Added creation seqence, now the creation of a unit is animated! Units now fire weapons Fixed some minor bugs -0.1.0 January 27, 2002 Hex System Selection of units(use left click) Movements of units (after selecting a unit, left click on an empty hex to move units) Follow mode (after selecting a unit, left click on a unit) Centering (alt-left click to center on a hex) A building that builds ge

近期下载者

相关文件


收藏者