-
Posts
17.954 -
Joined
-
Last visited
-
Days Won
578
Everything posted by Stan`
-
Addition of Han Chinese to 0AD
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
Really depends on what. Renaming 200 files and breaking all mods yeah Changing a 3D model or a texture to a better one not really. -
Addition of Han Chinese to 0AD
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
I don't think any civ had perfect art before they made it in the game. According to some people the Mauryas are not really accurate, and we need to redo all the kushites roofs. Some civs had placeholder buildings, so didn't even have a full roster. Find me someone that can do that and sure. I see no one around able to make one. -
By computing the slope. eg. if the slope is too steep then your terrain is impassable I believe there are a bunch of functions in the rmgen code to tell you that. See binaries/data/mods/public/maps/random/jebel_barkal.js#L347 You can also do const heightmapHellas = convertHeightmap1Dto2D(Engine.LoadHeightmapImage("maps/random/hellas.png")); As a general note you can look at how other maps are made https://github.com/0ad/0ad/blob/f314b5b9d2be852a4d25f4b9ef40ab4acf4f2002/binaries/data/mods/public/maps/random/belgian_uplands.js
-
Addition of Han Chinese to 0AD
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
-
Addition of Han Chinese to 0AD
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
No and honestly unless you find someone to fix them I don't think they will. @wowgetoffyourcellphone ? -
Addition of Han Chinese to 0AD
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
They weren't included in A24 for various reasons but I think it's time for A25 even if they are not 100% perfect. There will be more incentive to make them better if they are in the game than if they aren't It might attract artists that are into asian civilizations. It might also attract historian interested in such civs. There is no way it will be ever be balanced properly as a mod. It's cool civ, it's long due. I worked a lot on it too and so did a lot of people. It also breaks the thirteen number of civs :p- 421 replies
-
- 10
-
-
-
[localization] project languages
Stan` replied to Nescio's topic in Game Development & Technical Discussion
@Yekaterina translations should be better in those. -
It's another good example on how you don't need to have the art to make gameplay changes
-
Looks pretty cool! Would be really nice with some polish.
-
There is a bit of that it's true. But also silence or inactivity is not consent. Just because I didn't implement stone quarries in the game doesn't mean I'm okay with units mining a stone by being around (I am mostly, but I think it could look better with https://code.wildfiregames.com/D2372) I think it's important to mention there are two types of devs, some are working on the engine, and some are working on the game. When I started the whole balancing PM and this community of advisers my goal was to leverage the community into getting more involved with the developpment because there is not enough people to do both and there are actually more people working on the engine than the game, and we need to keep the engine improvements in order to support better new player hardware else the game won't run at all but we also need the gameplay developpers because else there will be no players anyway. Point is, not every dev has the knowledge or the skills to do the balancing. Just putting everyone in the same basket is not productive. There are a lot of types of developpers. And we don't have the kind genius that can do everything. So let's help each other instead of tearing each other apart. PLEASE.
-
Oh you need to redownload the game you have a broken build :/
-
We (Me @OmriLahav and @Samulis) Have something coming. Stay tuned.
-
Maybe she could have a white dress red highlights ? Or the converse.
- 42 replies
-
- 1
-
-
- spartans
- delendaest
-
(and 2 more)
Tagged with:
-
I think it looks pretty great.
-
Programming game units to fight
Stan` replied to Safari Liberateur's topic in Game Development & Technical Discussion
Hi and welcome. Not sure what you want to do ? -
8e937dd07773957432668863c0bc5aaf6f69f100 That's 2017 though
-
It's not. Nvm
-
The errors above suggest he reverted to A23 and are boost warnings because our version was so old then it didn't know about vs2017
-
List of maps with Iberian starting walls?
Stan` replied to Hrafnagudh's topic in Gameplay Discussion
By default snaps prevent apps from writing stuff to the user directory. So you need to enable that in the snap options.