About Store Forum Documentation Contact



Post Reply 
How to make party for heroes?
Author Message
molokki Offline
Member

Post: #1
How to make party for heroes?
I'm trying to create world map parties for player and other heroes like in mount & blade. When in world map there should only be one character representing the whole army of troops. When army attacks another army it loads battlefield world and all troops in those armies should spawn into that battlefield.
Problem is that I can't figure out the basic code structure. I'd appreciate it if someone could just point me to the right direction smile
08-23-2012 11:13 AM
Find all posts by this user Quote this message in a reply
Dampire Offline
Member

Post: #2
RE: How to make party for heroes?
Maybe button "Make cool game" can help you? I am sure that description of this button was somewhere in the documentation.
08-23-2012 12:28 PM
Find all posts by this user Quote this message in a reply
laugan Offline
Member

Post: #3
RE: How to make party for heroes?
in two words:

1. make your own class which will contain
- Game::Obj of one mesh - as a whole party
- Memc<Game::Obj> of all units
2. draw one unit on the map, all units on battleground
3. ...
4. PROFIT!
08-23-2012 12:37 PM
Find all posts by this user Quote this message in a reply
molokki Offline
Member

Post: #4
RE: How to make party for heroes?
Ok great smile thanks guys
08-23-2012 12:45 PM
Find all posts by this user Quote this message in a reply
Post Reply