Jump to content

Search the Community

Showing results for tags 'guide'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Announcements / News
    • Introductions & Off-Topic Discussion
    • Help & Feedback
  • 0 A.D.
    • General Discussion
    • Gameplay Discussion
    • Game Development & Technical Discussion
    • Art Development
    • Game Modification
    • Project Governance
    • Testing

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


First Name


Last Name


Skype ID

Found 4 results

  1. Disclaimer : This is not the only way to do them, there are faster ways. The tutorials I made is Enrique's workflow for generating textures with good detail level (there is always time to shrink the texture if desired). I tried to make this as much complete as possible, if you don't succeed at something, because you lack informations or because it isn't clear for you, ask me and I'll be glad to complete this tutorial. This was made for BLENDER users. TIP : To be a little more fast you can separate you window in two, to have the UV window, and the 3D view-port at the same time. First of all you need to make the helmets according to the reference they gave you. Then, create a scene in which you will import the reference models, to compare them with the size of the models. Scale them down to fit all the areas. Once it's fitted this is were the real part begins. First unwrap you model. Generally if you work with symmetry, tapping U, and selecting unwrap is enough. Make sure to use most of the space. You need to make a new texture to continue. Select you mesh, and enter "Edit Mode". Press the little cross on the bottom in the UV window, and enter the following parameters : NOTE : Remember your texture must always be power of two (e.g. : 128x128 256x256 512x512... ) You can also make something more rectangular (e.g. : 1024x256) But most of the time a square one will be better. Your model should be black now. If it is not, make sure to have deleted any material, and that you are in "Texture Viewport Shading" and not "Solid ViewportShading" : Switch to Texture Paint. Paint the edges of the helmet. What you are trying to do is to make the small details on the helmet, for instance if the helmet has a small cambered area on the top, that will help you to have it with the bump map without having to model it, and therefore saving some polygons and some time. When you're done export the vertex paint image you made into png format. Now duplicate the helmet. Why ? Because you will need an highly detailed helmet to apply the texture you created. You need to keep the older one to make the AO (Ambient Occlusion). NOTE : If you try to do vertex painting in low-poly objects, you'll get ultra-low resolution results due to the low density of the mesh: you need several vertices in order to use vertex painting with more detail. Like it is said in the video, the texture needs to be blurred in order to be cleaner and to have a triangular/rounded shape instead of a rectangular one. Open a program like GIMP or Photoshop, and start editing the texture. Since it can be hard to have a clean trail on the details you wanted to add, you can fix them in GIMP. NOTE : You can also make all from scratch there, and skip the Texture Paint step. To do that, go in the UV menu and select "Export UV Layout". Now you can use it as a layer, and paint over it. That can be faster and cleaner, but you will lose the immediate render you have in blender. Moreover, if the UV is not flat, and/or proportional, your texture might not be applied correctly. That's why we don't do it here. Once in your editing software, You can blur the texture , but that will make the modification you make less linked to the rest (You will have full lines in middle of blurred ones) Remember that if you want some parts not to be smooth you have to make sure they aren't blurred. Go back to Blender and return to object mode. Select the duplicated mesh. Apply the symmetry modifier, and add a "Subdivision Surface" modifier. Use those parameters : Now add a Displacement Modifier with those parameters (Usually 0.015 is fine, you can add a little more but starting at 0.030 it gets really weird). INFO : For a quick view on what you can do with a displacement modifier you can have a look here : If you don't have the texture in the list (that's generally the case) you will need to add it. Click on the that will open this submenu : Change the type to "Image or Movie" You have now those sub-menus : Click on open and select your GIMP Texture Paint modified Image : Go back the Modifier Tab And make sure the Texture Coordinates is set to UV and not local like this: So now you have a High Poly mesh with the displacement map. You can go back to the low poly model to edit the texture as much as you want since you kept it. Once you are happy with your result you can proceed to the next step. BAKING NOTE : It's better if your low-poly is triangulated for the next steps. TIP : To fast triangulate your mesh, go to edit mode (TAB), select all your faces, and press Ctrl + T. 1) Dirty Vertex Texture INFO : If you want to have some information about the dirty vertex feature you can check the link below. The second one is if you want to get even more in depth (Courtesy of Enrique) It's time to bake the textures ! Select the High Poly Mesh and then Shift + Select the Low-poly one. Make a new texture with the parameters below . NOTE : 1024x1024 is good but too much for such small pieces in the game. This texture will be used to bake the Dirty Vertex Texture. Apply all the modifiers on the High Poly Mesh. Switch to Vertex Paint mode then press space and type "Dirty Vertex Colors" without quotes. Click on the "face selection masking for painting" () icon if it is on since you have a high poly mesh you will hardly see anything. Go to the material tab and create a new one for both the High and Low Poly. Set the diffuse intensity to 1.000 and the specular intensity to 0.000. Scroll down and tick vertex colour paint. Switch back to object mode after that. Go to the render tab and make sure bake mode is "Textures", and that the following parameters are on : Make sure both are selected, and that the low poly is active. Then click on bake. INFO : If you don't remember or simply don't know what is an active or just selected object I suggest you read this : Finally apply the texture to the low-poly. Don't forget to save it somewhere you will need it . 2) Normal Map Texture Then make the bump (Change the textures drop box to Normal). Make sure you kept the same selection as the previous step (low-poly active and high poly selected) If the bump doesn't look good try to play around with the bias. NOTE : You can also make all from GIMP, using the normal map plugin that you can find on my other tutorial here (http://www.wildfiregames.com/forum/index.php?showtopic=18514). I really depends on how you want it to be. This is easier that way, but it can be sometimes really bad. You can also as it is mentionned there use software like Crazy Bump. If you choose that way, you'll have to do the Normal after the AO. INFO : For a better comprehension on bump maps I suggest you read that : 3) Ambient Occlusion Texture Then go to the world tab and tick the Ambient Occlusion Checkbox : Go back to the render Tab Hide the High Poly (Shortcut : H) and select only the Low-Poly, then click on bake : Save the AO texture. You the hardest part ! 4) Diffuse Texture So now you have two textures and a bump (but we won't use it here) you need a metal texture, and for that our friend Enrique made a really nice one ! So why do you need those textures you may ask ? Well you will need them to add the remaining details in the helmet. How ? 1) Open this File in Gimp 2) Open the AO as a layer, and use the multiply parameter 3) Repeat step 2) with the dirty vertex You will get something like this : It's not bad but it's too dark. TIP : Play with the levels Tool on the Dirty Vertex layer since it's the one that darkens everything. You'll eventually get something like this which is a bit overbright, but not that much. TIP : Hey but It's a bronze texture, how do i do If I need Iron ? Easy : Desaturate. And you'll get this : 5) Optional : Preview In Blender You can apply all those textures to see how it will look like in game. Import them all tint the AO to look like a metal texture, and since Blender is using GLSL to render you will have something close. Then go to the Texture tab add a new texture, select image or movie like you did for the Displacement Map, then add the Bump, You will have to set the following parameters : Finally add the AO With those params : Go to the 3D viewport and press N to make the side panel appear. Set Shading to GLSL. The helmet will turn black. Don't panic. Create two hemispheric lights, (Shift + A) and your helmet will shine ! Now set the layout to 3D View Full, take a screenshot, then crop it and upload it to the forums !
  2. With the recent questions for help it seemed a good idea to us (shieldwolf and I) to create a tutorial about scenario designing. This post is a small part of it to answer recent questions to creating mods for your maps. (The rest of the tutorial is still WIP and deals with the Battle of Gergovia as you might notice from the text and the screenshots). Click on the images to view a larger size. Setting up a mod and run Atlas Create the folder Browse to <0adfolder>/binaries/data/mods and create a new folder. Call it whatever you like, I call it ‘map_Battle_of_Gergovia’ where ‘map’ is used to distinguish it (for us, humans) from the other mods and ‘Battle of Gergovia’ will be the name of the map. Another option is to browse to My Documents/My Games/0ad/mods and create the folder there. The result is equal. Allow your mod to be recognized by 0 A.D. Open the folder and create a file called ‘mod.json’. Make sure that the extension of the file is changed into ‘.json’. This file is very important! Thanks to this the game will read your mod. Now open that folder in any code editor you like. I use Sublime Text 3 (http://www.sublimetext.com/3) but programs like Notepad++ (http://notepad-plus-plus.org/) are possible too. Your file should read something like my file in the image above. The text you fill in shows up later in the Mod Launcher as you can see further down the post. In the dependencies you define what is needed to run the mod. We choose 0ad since we want people to use it with 0 A.D. It is also possible to specify a version but we don't need that here. Save and close the code editor. Run the Scenario Editor with your mod enabled Now run the game and choose ‘Mod Selection’ in the Tools & Options menu. Select your mod in the list and click ‘Enable’. When in mod is in the lower list, click ‘Save Configuration’ and ‘Start Mods’. After the game has restarted, click ‘Scenario Editor’ in the Tools & Options menu. Atlas will now open and you're ready for the next step. Happy painting!
  3. Hey there everyone! I originally came to this forum with the idea of translating the game into Russian (which I know well) and Greek (which I know okay); but coming here I discovered that 98% of the Russian and I'm still working on the Greek. I've requested Pirate English to be added too because I have a lot of free time. I still took a look around and made a dozen or so translations and am working on finding reliable sources for translations of Plato quotes, etc. for Modern Greek; but for the most part I must fade out of that. I'm hoping also to do a bit of voice acting, but it looks like that will also probably fall through. Therefore I've decided to resort to the last possible thing I can think of, which is cleaning up the wiki in terms of grammar (I know, it's wierd that people like me actually enjoy that; but yeah...) and working on some sort of documentation. Having been trying to grasp this game myself (I can win on easy all the time, but only with a fast rush at the AI. I sometimes can win further in - town/city phases - as well, but I am in no way a good player). Ah well, I suppose I shouldn't expect too much out of a few days, though I generally get used to strategy games quicker... props to the devs on that. Anyway, I was looking at this thread when I realized there was no (easily accessible) guide to the game. I found that the wiki had a lot of information and that this explained the basics, but no where in any of that was strategy. I understand that only experience in the game can truly make a player good, but a full guide (explanations of mechanics, instructions on UI usage, strategies for different player skill levels, lots of bad puns - but only punny ones, etc.) would be helpful to new players and maybe even provide means to rope in some. In a worst case scenario you could at least print them out and sell them on an e-store to generate some revenue from the playerbase here. Therefore (and without further ado, I seem to be monologuing here and really need sleep) I would like to announce my intention of writing a strategy guide for this game if any of you oldtimers are interested in sharing strategies or pro tips. If you are, please message me; I'll be trying to figure out math for game mechanics from the code to explain it. As soon as I'm done with that the typing will begin and I will start asking those who claimed to be interested about n00b/interediate/pro strategies they have. Feel free to leave any ideas below! Cheers, ChristonianCoder
×
×
  • Create New...