Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.579
  • Joined

  • Last visited

  • Days Won

    557

Everything posted by Stan`

  1. See line 167 of gamesetup.cpp for related TODO. case 6: // TODO: add anisotropic filtering q_flags = OGL_TEX_FULL_QUALITY; filter = GL_LINEAR_MIPMAP_LINEAR; break; // invalid
  2. What I mean is you can actually use the models that are in the game to make a higres render in blender for instance. Just open the map editor, select the buildings you want, and tell me how they should be placed. I might be able to render it for you
  3. Well, don't you like the gaul buildings currently in the game ? Provided you have played the game. You can use the models I made to make your render, and I could eventually make some more if you are specific.
  4. If you are interested in rendering there are different things you could do. You could make an antialiasing fragment shader for the game there is a todo about it in the code somewhere. Here is an attempt of niektb and I but it just happens to make the screen blurry. antialiasing.7z Else here are some tickets you might be interested in http://trac.wildfiregames.com/ticket/40 Weather http://trac.wildfiregames.com/ticket/44 Terrain Special Effects http://trac.wildfiregames.com/ticket/569 A bug with alphamaps in Crendererer http://trac.wildfiregames.com/ticket/1116 A incorrect usage in the Terrain Renderer http://trac.wildfiregames.com/ticket/919 Fix territory boundaries rendering http://trac.wildfiregames.com/ticket/1368 Problem with selection ring http://trac.wildfiregames.com/ticket/1229 Territory sometimes has holes http://trac.wildfiregames.com/ticket/2506 Some issues with glsl else Yves is working on an OpenGL4? port, so you could probably try to help him I guess. https://github.com/Yves-G/0ad/tree/OGL4 see http://trac.wildfiregames.com/ticket/3054 If you need anything tell me, or drop by IRC
  5. He only posts image he finds on the internet, the models have to be done. I made some of them. Why do you want it / What do you need ?
  6. You are right, it's not hard it's painfully slow. We have to tweak the way textures apply, the details we want to keep remove, sometimes we have to edit meshes from five or six files, each of them with their own textures. Then you have to bake stuff, reexport everything, and due to the very low polycount of the meshes there is no real point to do that, apart maybe from the latest buildings that were made. I agree with wraitii about instancing though trees could really benefit from it.
  7. Units over wall is not done as it was planned that siege tower could unload units.
  8. Hey, first of all welcome to the forums. Programmers don't really need to make an application, contribute enough and you'll be part of the team. If you haven't read the wiki yet I'd suggest reading the programmers section http://trac.wildfiregames.com/ If you need any help to find a task just ask me, I have been lurking around trac a long time, and I know most of the tickets. I saw you dropped by IRC, that's great, that's our #1 way of communication. So hope to hear from you, and see bugfixing
  9. Time consuming for the most part, also, you have to fix the way texture applies, decide on what is worth keeping and worth removing etc. Added that some buildings don't have much details already... I'm pretty sure building rendering is not a bottleneck. Trees on the other side yes.
  10. Looking at the first image I guess you are using blender. Make sure when importing collada models to check import units. Else scale might be off. About the model size, you can have square rectangles, and circles:) Q3: You can create your own texture. Be careful though on image copyright though. Q4 Well you could Import them as different objects yes, but not as an interactive object. You would need to code the feature for that. Q5 I'd read this I guess http://trac.wildfiregames.com/wiki/Basic3DImplementation
  11. Everything is possible with 0 A.D. when you find someone to code the features you want. In this case if we were to make lods we'd end up with more or less 200 buildings to make, and that would make the game heavier to download too.
  12. What you could do, is make a proper design document ie updating a word document. Like the current ones in the wiki. With the shield variants and all
  13. Also with regards to your model, notice the minoans are present in Aristeia's mod
  14. Actually that's something we were critisized about by kicking bird.
  15. No we don't cause we would either need to create three or four version of each objects or make a program that does generate them automatically.
  16. To prevent this kind of problems make sure you always import a model from the game to get the scale It seems your model has broken normals (face upside down) and it might not render correctly in the game To answer your question yes you will be able to load it in the scenario editor. 0ad restricts the camera to a certain distance. It can be bypasses in atlas. In the game you need to open the dev overlay Alt+D and click on restrict camera. You will be able to zoom out as much as you want If you have any more questions feel free to ask.
  17. In the gaul unit templates you need to remove the building usually '-' + 'name of building' without quotes.
  18. Well that's seem like a nice plan to be done Might want to look at http://trac.wildfiregames.com/ticket/2506 http://trac.wildfiregames.com/ticket/2596 Generic Ticket http://trac.wildfiregames.com/ticket/3569 Text Based options : http://trac.wildfiregames.com/ticket/2451 Autodetection : http://trac.wildfiregames.com/ticket/145
  19. Create a single actor like viking_a with everything like it was a separate one.with player_trans for instance Create a second one viking_b with object color Now create a third actor that will load the two of them as props. You might need to create a special mesh though.
  20. Lion I will try but if it happened without you compiling there is a great chance this bug only exist because of that
  21. They are planed for A20 but they need some work
  22. Just update your svn. And try to play that map with those settings again Come back to us, if you get the same warnings;
  23. Well first of all have you compiled ? The revision just after was an autobuild.
  24. Are you sure your ankles are not swollen ? Because it looks like you are ankles are swolen Where are those players ? Also, asking these kind of questions might get you banned everywhere.
×
×
  • Create New...