1451
Forum discussion / -
« on: 20 July 2007, 23:31:50 »Quote
I agree!Was that you kukac? lol
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I think they've been sitting around for quite a while.They've been there less then 24 hours and it probably won't be there too much longer. The moderators do a good job of removing spam.
void Game::keyDown(char key){
...
...
//pause
else if(key==vkSpace){ // here is the change
if(paused){
console.addLine(lang.get("GameResumed"));
paused= false;
}
else{
console.addLine(lang.get("GamePaused"));
paused= true;
}
}
...
...
You are to develop a substantial multimedia product/s for a client submitted on CD/DVD. The product must include a minimum of 3 multimedia elements (audio, video, images, website, interactivity, 2d animation, 3d animation). Note: Text / information must be included but isn’t considered a multimedia element. Examples - Digital Marketing Presentation, Website, Video, 3D, Game, Interactive Book
07. When I choose group (say "1"), it's ipossible to select one unit from it by clicking on icon in upper right conner.
14. What is it -- "tech tree" in game settings menu?Its a group of factions, resources, etc. Like if someone was to make a complete mod they would want a new tech tree.
21. It's impossible to know how much resources are left, say, on pile of stones or gold. But it's very important information to play.I think this is possible.
Why all these games like Warcraft has only ONE horseman unit?
void Game::render3d(){
...
...
//selection circles
renderer.renderSelectionEffects();
if (!paused){
//units
renderer.renderUnits();
//objects
renderer.renderObjects();
}
//water
renderer.renderWater();
renderer.renderWaterEffects();
...
...
}while(Window::handleEvent()){
program->loop();
}
someone who has access to the source code

This game, I swear, would be rapidly advanced and enhanced by myself and others if the handful of people who've been able to compile it would just please make a version of the source available that actually compiles.
My brother has made a whole new set of .g3d files and we worked out a new tech for them... but I am a C++ programmer and am really, really itching to fix bugs and improve features.. This has been very frustrating.
although he has stopped doing models now.