-
Posts
17.628 -
Joined
-
Last visited
-
Days Won
562
Everything posted by Stan`
-
Yeah that means either it was overwritten or something else happened. When the sound goes away, the only thing you can do is restart. Sound card detection and usage is done when the game starts. We don't analyze what's going on after. Switching sound cards, plugging headphones, or doing anything that might affect the soundcard might cause it to go mute.
-
Or you can import the wall model. Make sure to tick "import units" in the import options. Then all you need to do is make another wall, that is that size and export it. When in object mode, Z Y and X depend on what you have selected. Dimensions are visible in Object mode
-
This tutorial no longer applies after Blender 2.8 removed the internal renderer. The reason you don't see the UVMap pane is because you have everything selected, including lights and cameras, and the active object is the light. The game completely ignores blender materials. In fact, as a rule of thumb, I would recommend you delete every material prior to exporting meshes. I don't have the time to write a complete tutorial right now, but you need to switch to cycle renderer. You might want to enable GPU instead of CPU if you have a nvidia gpu. Create an empty texture not linked to anything in the shader editor Untick noise threshold 4096 will generally generate no noise, but it might take some time to render. If you're adventurous you might try lower values. The more noise on the texture, the more crappy the texture will be both for the GPU, the filesize, and the performance. Then you need to go to rendering tab and bake the ambient occlusion You'll then need to go to the image window, where you can save the texture;
-
The work continues - Assistance with UV Unwrapping/UV mapping
Stan` replied to LordStark's topic in Art Development
He means you should set up a material using material nodes. But you did so already, you just didn't switch to textured mode. The selections between the two windows are in sync, so you can select a face and only that one will appear on the left pane. You might also want to untriangulate your mesh using ALT+J. Careful about the roof, though. -
@user1, @rossenburg
-
If you haven't restarted the game yet, you might check if there are useful errors in the mainlog.html file. https://trac.wildfiregames.com/wiki/GameDataPaths The game only checks for your soundcard at start. So if there is any change of configuration after that it might not pick it up.
-
You can take all the stuff under generic / that's what it's intended for. I wanted to make a generic civ along with the polish and teutonic. But I lacked inspiration.
-
What OS are you on? Sometimes it bugs out on macOS powersaving probably. Did you plug or unplug earphones?
-
Feedbacks from A26 SVN tests
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
Looks like the biggest balancing changes are committed. So after the last RB I think we'll go for RC2 and one last commit. -
You probably need a condition on the wolfclass.
-
duda sobre recuperaciĆ³n de cuentas. Y crear otra cuenta
Stan` replied to CesarDoce3's topic in Help & Feedback
GDPR, data processing, need to change privacy policy and is a bit tedious because not all platforms work with TLS. -
Medieval ad on 0 A.D. mods all fresh from this week. I have all the flora assets too. But sorting the other mod took me 9 hours so this will have to wait.
-
Or that but bit early for stone castles
-
Feedbacks from A26 SVN tests
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
Did we wow, did we -
It's nice. Maybe it can be used for medievalad
-
New Faction - Not showing up in the unit list
Stan` replied to LordStark's topic in Game Modification
ERROR: JavaScript error: globalscripts/Templates.js line 21 simulation/data/civs/legion.json doesn't contain History History now Depends but it's usually discouraged if you can find creative commons sources instead -
You need one of the three You're missijng the name in your actor.
-
New Faction - Not showing up in the unit list
Stan` replied to LordStark's topic in Game Modification
That's the issue. ERROR: JavaScript error: globalscripts/Templates.js line 21 simulation/data/civs/legion.json doesn't contain Name You need to add a "Name" property to your civ.json Github is a platform that allows you to share update and store your mods. It is built around the git command line too, which is used to version (ie keep track of changes) all the files. See https://learngitbranching.js.org/?locale=fr_FR -
Best for that would be the celt trader. Do note that it would not adapt to enemies though. For your second request you probably need to write a small js component called protector or something that takes a class in its schema and periodically checks whether its protecting a hero And if its not look for the nearest one.
-
That would work too.