molokki
Member
|
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
|
|
08-23-2012 11:13 AM |
|
Dampire
Member
|
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 |
|
laugan
Member
|
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 |
|
molokki
Member
|
RE: How to make party for heroes?
Ok great thanks guys
|
|
08-23-2012 12:45 PM |
|