-
Posts
18.193 -
Joined
-
Last visited
-
Days Won
591
Everything posted by Stan`
-
Civ: Germans (Cimbri, Suebians, Goths)
Stan` replied to wowgetoffyourcellphone's topic in Delenda Est
@Lopess do you want me to look at the models and suggest improvements ? -
Any interest in some form of "cross game" exchange ?
Stan` replied to SeanCJ's topic in General Discussion
Would be nice indeed. Bit tough on the organizers -
There is no download yet. We're waiting for the last release blockers. If you get SVN you'll have prebuilt binaries.
-
Can you upload the logs mainlog.html, interestinglog.html and userreport_hwdetect.txt Information about how to find them can be found here https://trac.wildfiregames.com/wiki/GameDataPaths
-
What new name would you like to be known as ?
-
Poll and Feedback: Community Mod in A27
Stan` replied to real_tabasco_sauce's topic in Gameplay Discussion
@Helicity In theory the “bugs” should have been fixed in an Alpha 26b version, but we decided to try to see if it was acceptable to just make a mod for it. The Alpha 27 one should not hopefully have to fix bugs. If it has to it will be later in the development cycle. But to maximise the chances we need as many people to try the release candidates when they come out. -
Outpost don't have vision unless garrisoned which might be counterintuitive.
-
Vulkan - new graphics API
Stan` replied to vladislavbelov's topic in Game Development & Technical Discussion
Also wrong folder. It's better to install it via mod.io or by drag and dropping the file on the game. -
Introducing the Official community mod for 0 A.D. Empires Ascendant
Stan` replied to wraitii's topic in Gameplay Discussion
New topic sounds good. Then it can be linked too from other sources. (Although in the case of social media it reduces their reach drastically. -
You need more informations that than that, formations, stances, building the can build, icons, health, whether they are packing and probably more.
-
Hey @MuteLovestone long time no see.
-
Yeah that'd be nice but security is hard to ensure. We could make sure you only can download signed mods (with an opt-in option for insecure ones but then anymod can force that to be off) But you still have to agree with mod.io terms to download them In my head base functionality is modmod. Public extends it with extra components, shaders, assets, etc. Also removes most of the hardcodings needed in AtlasUI, wxwidgets dependency, so it's a win. But, one has to implement more GUI features for Wxwidgets is more complete.
-
Getting all the unit information is very slow so it lags.
-
It is not ideal for people to get started from scratch, yes. But it is enough for all the modders we have had in the past 11 years. Most of them don't want to reinvent a RTS. For reference on how having a bare bone mod as first screen can affect players https://video.fosdem.org/2020/K.3.201/gamedev_spring_steam.mp4 That being said I think the approach we're taking with @trompetin17 on GitHub is the right one. One mod mod with a basic map editor, and a mod selector. All the needed shaders, minimum components and other xml files, and GUI to make something. https://github.com/justjuangui/shouldbeinmod_pyrogenesis All the other mods can build on top of that.
-
Vulkan - new graphics API
Stan` replied to vladislavbelov's topic in Game Development & Technical Discussion
@wowgetoffyourcellphone reported lots of errors like this ERROR: Failed to load shader 'spirv/model_common' ERROR: Program 'spirv/model_common' with required defines not found. ERROR: "RENDER_DEBUG_MODE": "RENDER_DEBUG_MODE_NONE" ERROR: "SHADOWS_CASCADE_COUNT": "1" ERROR: "USE_SHADOW_SAMPLER": "1" ERROR: "USE_SHADOW": "1" ERROR: "USE_FOG": "1" ERROR: "USE_SHADOW_PCF": "1" ERROR: "USE_INSTANCING": "1" ERROR: "USE_DESCRIPTOR_INDEXING": "1" ERROR: "USE_AO": "1" -
No by passability classes.
-
Vulkan - new graphics API
Stan` replied to vladislavbelov's topic in Game Development & Technical Discussion
Now available on mod.io -
Inclusion of American civs in 0AD (pre-Columbian)
Stan` replied to Genava55's topic in General Discussion
That is correct. Ensuring consistent quality and balancing between a huge number of civilizations is hard and even more so with a tiny amount of people to work on it. We have scripts of course, but before I joined the team, there were a lot of missing assets, broken models, unfinished ones etc. I had been advocating for years when I was a modder for more civilizations integration, kinda gave up on it when I joined the team because some team members were really adamant because of the reasons I quoted above. Then the kushites got in, and finally the han. Another big barrier to the addition of new civs is the scrutiny they go under. Everything is fine with a mod until it gets in SVN, or wants to get in it. Then you need to redo everything. Another thing that is much less mentioned and is starting to be a problem is the art "quality" in the performance sense. @Alexandermb did an incredible job in updating the assets to be more beautiful and more historically accurate (at least I think so) but we now have FPS quality assets in an RTS game, which on the lower end computers is a big issue because of the number of Drawcalls (200 for ships due to lack of instancing) We have models that have useless unseen faces, too many textures variations too (Although I absolutely love it) Shields are made of umbo, ring, front face, back face, which all use a different texture, maybe they could be mapped in a texture atlas, but then we'd need a lot of meshes. Ideally we could control the UVMap position in the actor, but I'm not sure how costly that is. More civs, more assets, more textures => less performance if not careful. -
Introducing the Official community mod for 0 A.D. Empires Ascendant
Stan` replied to wraitii's topic in Gameplay Discussion
Not that I know of, maybe we should make a public poll. -
Inclusion of American civs in 0AD (pre-Columbian)
Stan` replied to Genava55's topic in General Discussion
The idea was to have Empires Ascendant and Empires Besieged both covering 500 years of history. Then you get Millenium AD covering the 500 years after that. It would be nice to start the empires Besieged mod, with Parthia, Germanic Tribes, Tang Dynasty, Imperial Romans etc and make it available through mod.io.
