JuliusColtranePille Posted February 11, 2012 Report Share Posted February 11, 2012 hey dear community,as february gets older the next alpha release gets closer.i would like to accumulate pics, general news, alpha 9 related discussions (concerning rather alpha-9-specific issues), roadmap-wiki-tickets-comments and stuff here.let it begin,cheers! Quote Link to comment Share on other sites More sharing options...
Pureon Posted February 11, 2012 Report Share Posted February 11, 2012 Here's a clip showing the Roman ballista and some of the Roman units It's quite likely that some of those units have changed since I filmed this.Another video showing some of the ships that we've animated for Alpha 9: Most of the existing rowing ships now have rowing animations.Here's a Roman helmet I modeled and textured recently:Before anyone comments about it being low res - in-game the helmet is tiny Quote Link to comment Share on other sites More sharing options...
Mythos_Ruler Posted February 11, 2012 Report Share Posted February 11, 2012 Sworn enemies. Quote Link to comment Share on other sites More sharing options...
MishFTW Posted February 12, 2012 Report Share Posted February 12, 2012 Nice clips Pureon, I'm gonna have some fun with the new Roman ballista And Michael, that could be some really good PR stuff. (hi-res implied) Quote Link to comment Share on other sites More sharing options...
L'ethu Posted February 12, 2012 Report Share Posted February 12, 2012 Awesome, i can't wait to see the release. Quote Link to comment Share on other sites More sharing options...
ribez Posted February 12, 2012 Report Share Posted February 12, 2012 +1 for rowing animations now ships lacks of only 3 things: smooth rotation when the ship change directionwakesgraphic of row that enter the water Quote Link to comment Share on other sites More sharing options...
Guest afeder Posted February 12, 2012 Report Share Posted February 12, 2012 now ships lacks of only 3 things: smooth rotation when the ship change directionwakesgraphic of row that enter the waterCan we do this? I hope we can. Quote Link to comment Share on other sites More sharing options...
Wijitmaker Posted February 12, 2012 Report Share Posted February 12, 2012 Maybe this has been pointed out somewhere else... but, just in case, it is kind of odd how when the origin of a particle leaves the screen it makes all of the particles disappear that are attached to it. Is there a way to treat particles different than models for when they are clipped from rendering in the view? Quote Link to comment Share on other sites More sharing options...
Jeru Posted February 12, 2012 Report Share Posted February 12, 2012 Holy crap! Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted February 12, 2012 Report Share Posted February 12, 2012 Can we do this? I hope we can.Yes.Maybe this has been pointed out somewhere else... but, just in case, it is kind of odd how when the origin of a particle leaves the screen it makes all of the particles disappear that are attached to it. Is there a way to treat particles different than models for when they are clipped from rendering in the view?Sounds like the same type of issue as for shadows, the model is arbitrarily culled at a certain distance outside the camera view, which doesn't always look correct Quote Link to comment Share on other sites More sharing options...
Pureon Posted February 12, 2012 Report Share Posted February 12, 2012 +1 for rowing animations now ships lacks of only 3 things: smooth rotation when the ship change directionwakesgraphic of row that enter the waterThe next improvement I'd like to see is dynamic sail animations - When a ship begins to move the sail will inflate based on the ship's speed.Sounds like the same type of issue as for shadows, the model is arbitrarily culled at a certain distance outside the camera view, which doesn't always look correct Although to be fair, I was fully zoomed in when recording that video, and I doubt any gamer would be that close to the action in a real match. Since the reason it gets culled is to benefit performance, I'd leave it as it is at present Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted February 12, 2012 Report Share Posted February 12, 2012 We compute bounding boxes of particle emitters correctly (I think), and treat them like any other prop on the model. The problem might be that we ignore the bounding boxes of all props when deciding to cull a unit during rendering (and if the unit is culled then no props are drawn). That should be fixed to either use the correct bounding box, or to cull and submit each prop model independently. Quote Link to comment Share on other sites More sharing options...
Mythos_Ruler Posted February 13, 2012 Report Share Posted February 13, 2012 I think the issue is when there is a registered "hit." The smoke from the catapult projectile instantly disappears. Quote Link to comment Share on other sites More sharing options...
Echelon9 Posted February 13, 2012 Report Share Posted February 13, 2012 1329094569' post='234107']I think the issue is when there is a registered "hit." The smoke from the catapult projectile instantly disappears.It also happens when closely zoomed and the projectile moves off the edge of the screen during flight. The trailing particles disappear concurrently due to culling. Quote Link to comment Share on other sites More sharing options...
hhyloc Posted February 13, 2012 Report Share Posted February 13, 2012 Sworn enemies.Nice screenshot! Quote Link to comment Share on other sites More sharing options...
vts Posted February 13, 2012 Report Share Posted February 13, 2012 We compute bounding boxes of particle emitters correctly (I think), and treat them like any other prop on the model. The problem might be that we ignore the bounding boxes of all props when deciding to cull a unit during rendering (and if the unit is culled then no props are drawn). That should be fixed to either use the correct bounding box, or to cull and submit each prop model independently.I'm quite confident that the particle emitter bounds are computed correctly; I remember inspecting them during the selection box update. I believe that update also added a method to grab a recursive version of a model's box (before that I think the bounds didn't include props recursively), so perhaps there's still an old call to the non-recursive version lingering somewhere in the projectile code. I'll have a look and see if it's an easy fix.* EDIT: committed r11062, try again now. Quote Link to comment Share on other sites More sharing options...
JuliusColtranePille Posted February 14, 2012 Author Report Share Posted February 14, 2012 +1 for rowing animations now ships lacks of only 3 things: smooth rotation when the ship change directionwakesgraphic of row that enter the waterand a little bit of swell (sea disturbance) as it was in AOE III would be very nice!regards!are there any updates on q-bot?and i think spahbod's supernice random-maps should be implemented Quote Link to comment Share on other sites More sharing options...
gudo Posted February 15, 2012 Report Share Posted February 15, 2012 (Apologies for poor image quality - using a phone to take a photo of itself is seemingly not a good idea.)I wouldn't hold your breath hoping for the android port to be ready for Alpha 9 Quote Link to comment Share on other sites More sharing options...
Guest afeder Posted February 15, 2012 Report Share Posted February 15, 2012 I wouldn't hold your breath hoping for the android port to be ready for Alpha 9 Rotate the window 90 degress and fix the font rendering and that screen will look exactly like on PC. Still eager to see how broken the 3D stuff is though, and if the performance is even bearable. Quote Link to comment Share on other sites More sharing options...
Wijitmaker Posted February 15, 2012 Report Share Posted February 15, 2012 Rotate the window 90 degress and fix the font rendering and that screen will look exactly like on PC. Still eager to see how broken the 3D stuff is though, and if the performance is even bearable. Sounds like a good excuse to implement Level of Detail in the game. Replace existing (now very high poly - by standards 5 years ago) models with low poly versions. Remove animations, and make units move around like chess pieces if needed. Use mip-mapping features, and change the defaults for shadows and water rendering.I'm sure you guys can get it to work, and it would be an awesome platform to add to list of compatible OSs. Quote Link to comment Share on other sites More sharing options...
Mythos_Ruler Posted February 15, 2012 Report Share Posted February 15, 2012 Sounds like a good excuse to implement Level of Detail in the game. Replace existing (now very high poly - by standards 5 years ago) models with low poly versions. Remove animations, and make units move around like chess pieces if needed. Use mip-mapping features, and change the defaults for shadows and water rendering.I'm sure you guys can get it to work, and it would be an awesome platform to add to list of compatible OSs.I want features, not Android compatibility. IMHO, this whole Android thing is just a distraction. Quote Link to comment Share on other sites More sharing options...
k776 Posted February 15, 2012 Report Share Posted February 15, 2012 I want features, not Android compatibility. IMHO, this whole Android thing is just a distraction.I couldn't agree more, esp when it's halted the development of the new path finder... :-(Philip, please re-assess priorities:Pathfinder affects allAndroid compatability affects only a few Quote Link to comment Share on other sites More sharing options...
Kazu Kun Posted February 15, 2012 Report Share Posted February 15, 2012 (edited) Honestly, I find it pointless to even try to start for the android system.. My phone will NEVER be able to run this game due to the simple fact that phones ARE NOT MEANT TO PLAY 2-24 hour GAMES..Just sayin..Don't get me wrong.. being able to play this game on my phone would be AMAZING.. but i want to play it on my Computer to the games fullest compatibly before i even want to attempt to think of looking at software for my phone.. Edited February 15, 2012 by Kazu Kun Quote Link to comment Share on other sites More sharing options...
Wijitmaker Posted February 15, 2012 Report Share Posted February 15, 2012 I couldn't agree more, esp when it's halted the development of the new path finder... :-(I respectfully disagree. 0 A.D. already is filling in a niche market as a free open source RTS (with a small number of competitors). If 0 A.D. could get on the Android it would be without comparison to any other strategy game available in that market. The Android community would eat that up, and surely run with this bringing more publicity and attention to the project - with the hope that more programmers/animators would be interested in joining as well.Also, people who volunteer on this game tend to do what they find to be fun and enjoyable work to them. Self satisfaction is often the greatest motivator to continue contributing. Philip obviously enjoys this and seems some benefit because if he didn't - he wouldn't be doing so. Perhaps he just needs a break from tedious pathfinding coding - only Philip can say for sure. I understand you guys have a plan and it is deviating, so that is a bit annoying - but I say, cut the guy a bit of slack I too would like to see gameplay features implemented too, but there are more programmers on the team besides Philip aren't there?Oh, and don't just think phones - think tablets. Quote Link to comment Share on other sites More sharing options...
Mythos_Ruler Posted February 15, 2012 Report Share Posted February 15, 2012 We don't even have the game working 100% on OSX yet.Oh, and don't just think phones - think tablets.Indeed, and a whole new UI control scheme, artwork, et al. This is way beyond your garden variety feature creep. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.