News: Go to the wiki and do the Flying Ship tutorial September 10, 2010, 07:30:53 pm
Welcome, Guest. Please login or register. *

First fully complete tutorial.
Pages: 1
  Reply  |  Send this topic  |  Print  

  First fully complete tutorial.
Author Message
0 Members and 1 Guest are viewing this topic.
2playgames
OpenWar Project Founder
Administrator
Sr. Member
***
Offline Offline

Posts: 857


Busy busy busy busy busy


View Profile WWW
« on: November 29, 2008, 04:26:01 pm »
Reply with quoteQuote

I've just finished the first tutorial for the engine. It's explains step by step how to make a game in which the player can fly a ship around. Neccessary resources are included and a full copy of the tutorial code is available for download.

Read the Flying Ship tutorial
Logged




Darvin
OpenWar Staff
Staff
Sr. Member
**
Offline Offline

Posts: 506


The Concept and Design King


View Profile
« Reply #1 on: November 29, 2008, 08:30:51 pm »
Reply with quoteQuote

Good work!
Logged
Darvin
OpenWar Staff
Staff
Sr. Member
**
Offline Offline

Posts: 506


The Concept and Design King


View Profile
« Reply #2 on: December 23, 2008, 11:03:24 pm »
Reply with quoteQuote

Hey, I'm off for the Holidays, and I was going to check out your work and do some of my own, but I've run into a whole host of errors:

Severity and Description   Path   Resource   Location   Creation Time   Id
The method beginstep(int) of type PhysicalEntity must override or implement a supertype method   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 155   1221773068244   9568
The method endstep(int) of type PhysicalEntity must override or implement a supertype method   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 172   1221773068244   9569
The method exit(int) is undefined for the type GameLoop   victory/src/org/openwar/victory/test   GameTest.java   line 41   1221773068293   9574
The method get() is undefined for the type GameTest   victory/src/org/openwar/victory/test   GameTest.java   line 96   1221773068294   9578
The method get() is undefined for the type GameTest   victory/src/org/openwar/victory/test   GameTest.java   line 127   1221773068294   9582
The method get() is undefined for the type GameTest.Logo   victory/src/org/openwar/victory/test   GameTest.java   line 195   1221773068294   9584
The method get() is undefined for the type GameTest.Logo   victory/src/org/openwar/victory/test   GameTest.java   line 198   1221773068294   9585
The method get() is undefined for the type GameTest.Logo   victory/src/org/openwar/victory/test   GameTest.java   line 230   1221773068295   9586
The method getDisplay() is undefined for the type GameLoop   victory/src/org/openwar/victory/extra   SimpleResourceManager.java   line 165   1221773068339   9590
The method getDisplay() is undefined for the type GameLoop   victory/src/org/openwar/victory/extra   SimpleResourceManager.java   line 195   1221773068339   9591
The method getDisplay() is undefined for the type GameLoop   victory/src/org/openwar/victory/extra   SimpleResourceManager.java   line 318   1221773068339   9592
The method getDisplay() is undefined for the type GameLoop   victory/src/org/openwar/victory/res   Sprite.java   line 76   1221773068739   9597
The method getDisplay() is undefined for the type GameLoop   victory/src/org/openwar/victory/res   Sprite.java   line 112   1221773068739   9598
The method getDisplay() is undefined for the type GameLoop   victory/src/org/openwar/victory/res   Sprite.java   line 147   1221773068739   9599
The method getDisplay() is undefined for the type GameLoop   victory/src/org/openwar/victory/res   TileSet.java   line 94   1221773068345   9593
The method getDisplay() is undefined for the type GameLoop   victory/src/org/openwar/victory/test   GameTest.java   line 169   1221773068294   9583
The method getDisplay() is undefined for the type GameTest   victory/src/org/openwar/victory/test   GameTest.java   line 72   1221773068293   9575
The method getPersistent() of type PhysicalEntity must override or implement a supertype method   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 194   1221773068244   9571
The method getRealSps() is undefined for the type GameTest   victory/src/org/openwar/victory/test   GameTest.java   line 126   1221773068294   9581
The method getResourceManager() is undefined for the type GameLoop   victory/src/org/openwar/victory/graphics   TileMap.java   line 164   1221773068716   9595
The method getSps() is undefined for the type GameTest   victory/src/org/openwar/victory/test   GameTest.java   line 89   1221773068294   9577
The method isRemoved() of type PhysicalEntity must override or implement a supertype method   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 199   1221773068244   9572
The method remove() of type PhysicalEntity must override or implement a supertype method   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 205   1221773068245   9573
The method setDisplay(AppletDisplay) is undefined for the type GameLoop   victory/src/org/openwar/victory/test   AppletMain.java   line 23   1221773068237   9562
The method setInputManager(AWTInputManager) is undefined for the type GameLoop   victory/src/org/openwar/victory/test   AppletMain.java   line 24   1221773068237   9563
The method setPersistent(boolean) of type PhysicalEntity must override or implement a supertype method   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 188   1221773068244   9570
The method stepInit(int) of type GameTest must override or implement a supertype method   victory/src/org/openwar/victory/test   GameTest.java   line 87   1221773068293   9576
The method stepsToSeconds(int) is undefined for the type GameTest   victory/src/org/openwar/victory/test   GameTest.java   line 104   1221773068294   9579
The method stepsToSeconds(int) is undefined for the type GameTest   victory/src/org/openwar/victory/test   GameTest.java   line 104   1221773068294   9580
The type PhysicalEntity must implement the inherited abstract method Comparable<Entity>.compareTo(Entity)   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 17   1221773068244   9567
The type PhysicalEntity must implement the inherited abstract method Entity.getPriority()   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 17   1221773068244   9564
The type PhysicalEntity must implement the inherited abstract method Entity.getState()   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 17   1221773068244   9566
The type PhysicalEntity must implement the inherited abstract method Entity.setState(Entity.State)   victory/src/org/openwar/victory/extra   PhysicalEntity.java   line 17   1221773068244   9565
Type mismatch: cannot convert from GameTest to GameLoop   victory/src/org/openwar/victory/test   AppletMain.java   line 21   1221773068237   9561

Any ideas?
Logged
2playgames
OpenWar Project Founder
Administrator
Sr. Member
***
Offline Offline

Posts: 857


Busy busy busy busy busy


View Profile WWW
« Reply #3 on: December 28, 2008, 12:05:52 am »
Reply with quoteQuote

Yes, use the correct SVN repo Smiley

It's at svn://victoryengine.org/home/victory/svn I think. If that's wrong, check the wiki at victoryengine.org.
Logged




Darvin
OpenWar Staff
Staff
Sr. Member
**
Offline Offline

Posts: 506


The Concept and Design King


View Profile
« Reply #4 on: January 07, 2009, 12:27:57 am »
Reply with quoteQuote

Hey, I tried the new repository location, and it's giving me an error there:

Quote
Location information specified incorrectly

svn: no repository found in 'svn://victoryengine.org/home/svn/victory'

keep location anyway?

I used the path from the Wiki.
Logged
2playgames
OpenWar Project Founder
Administrator
Sr. Member
***
Offline Offline

Posts: 857


Busy busy busy busy busy


View Profile WWW
« Reply #5 on: January 07, 2009, 09:25:23 am »
Reply with quoteQuote

The correct path is home/victory/svn/trunk/engine.
The wiki was wrong  Roll Eyes
Logged





Pages: 1
  Reply  |  Send this topic  |  Print  
 

Jump to:  

+ Quick Reply
With a Quick-Reply you can use bulletin board code and smileys as you would in a normal post, but much more conveniently.