-
Posts
17.628 -
Joined
-
Last visited
-
Days Won
562
Everything posted by Stan`
-
Need new types of input https://github.com/0ad/0ad/blob/master/binaries/data/mods/public/gui/session/minimap/MiniMapFlareButton.js#L31 So that you can call trigger flare action with data 0ad/MiniMap.js at a263e14a6c387ec63d64b3b1bea820a7d0ad7167 · 0ad/0ad (github.com) 0ad/Commands.js at 0f229e7a1a02211620d80c3449528c678a95db50 · 0ad/0ad (github.com) 0ad/messages.js at 1b114e2b4ed30e46486317643026a4a6ad7d52dd · 0ad/0ad (github.com) Might be relevant.
-
Loot when destroying a building in Construction-Phase
Stan` replied to Frederick_1's topic in Gameplay Discussion
@Freagarach ticket worthy? -
If you do placeholders please don't copy actors reference those of the public instead.
-
Could work. Question is whether you really need it, or if it can be worked around with better textures. Hard to say, would have to look at the F11 profiler and see if graphics are eating your performance, or if it's the simulation. Depends. Sometimes less is more. I don't know maybe 2000 per unit in total. IIRC Assassin's creed has like 8000 and it's a FP game.
-
Well @BrynnOfCastlegate is just busy, but I could ask her.
-
@rossenburg @user1
-
Hey @Dove of Arc To troubleshoot we'd need to have a stack trace with debug symbols and more information about the crash. E.g when does it crash are there logs etc See wiki:ReportingErrors & wiki:GameDataPaths We also need information about your system.
-
It sounds nice, but that's a lot of extra work for me...
-
I feel like we lack the visual tooling to do that. It's mostly text editing outside of Atlas. And even there for triggers and stuff.
-
Well yeah and that would work, but @vladislavbelov said it should only be grayscale in the game, and instead the shader should get the diffuse color to do the computation. Indeed. @Alexandermb used baking extensively. For baking reflective material it's usually nice to use an HDRI. setting color to environement texture. Mmmh it should be under actors(all); to be under entities you should add a template. If it's not maybe you didn't load your mod.
-
So some kind of a mod trailer? For all mods at once?
-
That's because newer pipelines use PBR. So they have roughness and metallic or roughness and glossiness and no longer specular. Changing this would require redoing all the textures. But it might happen someday. Diffuse would become an albedo, and we'd need to get rid of all the light information Optimization. Instead of having one diffuse, spec and normal texture per model, you have one per civ. And not all of them have AO.
-
You can't, what if the mods edits the lobby page ^^"
-
Performance would be a concern. If many of those fancy units are moving around, you're going to hit some frame drops. Depends on the mesh polycount Note that those models aren't rigged, so you'll have to find a way to use our rig, or you will have to redo every animation. License. Those are not open source.
-
Sounds like a bug @wraitii @Freagarach @Langbart
-
I think so yes. @wraitii Template hotloading would be nice yeah. The problem is you have to rebuild the whole virtual file system respecting the order of the mods, and whatever the JS code might be doing.
-
You just ask me and we migrate your repo there Some people just like their independance so I don't force them to go on 0 A.D. mods under the council of modders. which I guess isn't really a thing anymore.
-
Oh right missed a step. You need two UVs, one for diffuse, normal and spec which you obviously used here, and one for AO. That's the image window I was talking about. Also known as image editor, and uv editor (Shift + F10) (You can switch from one another by pressing Shift F10 another time) So you need to add another UV map. Then you need to select it and mark it as active Then bake again. Important: You need to regenerate that AOMap uvmap, every single time you add or remove faces from the building. Using the smart uv project tool works file, but sometimes you need some manual edit. e.g Versus The second one is better because it maximises the texture space usage. Margins are important because of mipmaps.
-
Yes. https://github.com/0ADMods Mods should be packaged sadly, some Linux users compile the game without NVTT so they cannot put textures in cache for instance. I'm not sure, but you can probably access mod.io from the lobby with some GUI modding (ping @rossenburg) Do note you still have to accept terms and whatnot. I see it as follows, you try to join a game you don't have the mods, it prompts you to open the mod selection, you download the mod there, restart the game and join the lobby again. We sadly have to restart the game to add new mods, files or whatever.
-
I mean I keep promoting mods I keep retweeting when people tag me, we have mod.io and moddb, I talk about mods at events, I even showed @maroder 's new UI at the Japan Tours Festival. My issue right now is I'm maintaining too many of them. Warcraft Themed one, starcraft, wwII, american civil war, MLP etc...