-
Posts
18.122 -
Joined
-
Last visited
-
Days Won
587
Everything posted by Stan`
-
Great! Keep in mind that it's Bison bonasus and not Bison Bison, due to the very European nature of this game Looking forward to what you can do
-
Hey @MrLux Nice to see another contributor. Before we look for something you can do can you tell me a little bit more about your skills and interests? I fear changing elephants might be an issue because some of the files are only on @Alexandermb's computer and he has no internet currently
-
For techs @wraitii might know
-
Another error building the game for the first time
Stan` replied to Jake L's topic in Help & Feedback
You seem to have an issue with your sound driver and or your graphics driver. For the former you can disable sound either by running the game with the --nosound flag or by compiling without sound. See /build/premake/premake5.lua for some options. -
That's impressive. I wonder what proportion of the army wore such armors.
-
I'm not sure what the goal of this thread is, but with regards to eyecandy stuff there is an entire subforum https://wildfiregames.com/forum/index.php?/forum/433-eyecandy-custom-projects-and-misc/ With regards to balancing, feel free to propose your ideas to @borg- @Nescio either here or even better directly by making a differential on Phabricator. For stuff like this, would be nice to have some sources
-
We might also look into improving the current game faces using those
-
You're welcome. Anything else I can help you with ?
-
Try to remove the VS2015 folder and regenerate it again
- 1 reply
-
- 1
-
-
Hello and welcome! You should not have spaces in your path in order to be able to compile the game. I assume you put it into a folder called 0 A.D. hence why the path is truncated. As for SVN your clone url is incorrect it should end at trunk. Happy building
-
Well if it fixes an art but I'll have them. I'd like to understand why we need relax back instead of ready though
-
Nein es kann alles sein
-
If you use the git repo run git diff -U5000 > file.diff and if you use the svn repo run svn diff -x -U5000 > file.diff Then upload the diff in the link @asterix gave above
-
Thanks for the Pull Request, unfortunately that's not how we receive patches currently in the main game...
-
Would be nice if you could post more screenshots
-
autociv_patchApplyN(GuiInterface.prototype, "ScriptCall", function (target, that, args) { let [player, name, vargs] = args; return name in prodmod_exposedFunctions ? that[name](player, vargs) : target.apply(that, args); }) Did you forget to declare it somewhere? Can't call it without defining it eg with function keyword?
-
I suspect the out of memory is responsible for the other error but just in case pinging @wraitii
-
We sure do It really depends on what you can do
-
Yeah because you need to do more roundtrips. Instead of sending the whole thing at once, you send it prop by prop
-
The problem is with GPUs. The game already has a lot of draw calls (the fewer the better). So say you have a wall with 1 mesh with four draw calls you have say, 20 posts in that wall and you make a prop for each one of them you'll have 20 * 4 = 80 draw calls instead of 4. Two walls 160 instead of 8. There are probably ways to optimize this, but currently we do not have such code. EDIT: Textures don't affect drawcalls it seems.
-
I installed the game yesterday, but it crashes when I start a game
Stan` replied to Alejandro Estrada's topic in Bug reports
Hey in the game option try disabling GLSL and postprocessing -
Problem is using too many props is bad for performance.
-
Heh.
-
Well technically if each beam of palissade was a prop, it would adapt to terrain ^^