-
Posts
17.575 -
Joined
-
Last visited
-
Days Won
557
Everything posted by Stan`
-
See the patches linked above. IIRC most of the autociv features are hacks we can't easily port in the game.
-
Could be the full screen mode as well. In the user.cfg file you could add borderless.fullscreen=false
-
Isn't that autociv ?
-
See https://code.wildfiregames.com/D4871 And @Itms rewrite here https://gitlab.com/na-Itms/0ad/-/compare/master...moderation?from_project_id=188465
-
Sorry I meant using a public server
-
I think almost everyone has voted save for @bb_ and @vladislavbelov I chatted a bit with nephele an old contributor. (DISCLAIMER: they are working on https://pulkomandy.tk/projects/renga/ an XMPP client, with linkmauve) A few points for XMPP over matrix: You can join public room anonymously not leaking your JID. Matrix does not encrypt room specific nicks or topics All three operators (XMPP, Matrix, IRC) have the issue that operators can impersonate you, but I don't think it's a very big problem in our case. 90% of the people using Matrix will be on Matrix.org (which makes sense, since they wanted to not go the way XMPP did) Which also means, it's very likely that people will be forced to use Element (Matrix Client) to support the newer stuff. I think Matrix is not the way to go, but I'm a bit more inclined towards XMPP in spite of iRC, for the reason that it has a better phone support, and I've been using it to talk over IRC for about three years now. Having a phone app might make it more easy for people to talk to us...
-
You cannot mute players in vanilla no ?
-
I think they should too. The point is they should not interfere with the game. Another question is whether there is a difference between a defeated player and an observer
-
We're gonna find what's wrong. It looks like it fails to create the folder, could be a permission issue. You can 1) try to run as admin 2) add an exclusion to your antivirus for 0 .A.D.
-
Yeah I believe those hair are part of the 3D model not the texture. Transparency is expensive.
-
Trouble adding a simulation component
Stan` replied to Vantha's topic in Game Development & Technical Discussion
Oh wait you're using SYSTEM_ENTITY? What does the schema look like? IIRC they have special schemas to tell the engine they are system https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/data/mods/public/simulation/components/CeasefireManager.js#L3 Although the a: prefix is for docs so not sure. -
You might also delete or move the 0ad folder in C:\Users\gabri\Documents\My Games\0ad
-
@Pudim Can you copy the full error message from that dialog box?
-
Trouble adding a simulation component
Stan` replied to Vantha's topic in Game Development & Technical Discussion
See https://docs.wildfiregames.com/pyrogenesis/writing-components.html https://gitea.wildfiregames.com/0ad/0ad/wiki/TDD_Simulation Did you add a component file and an interface file? Unless you reused one. Also your component should be in the template xml you're querying -
Planned Disruption - Migration to git and Gitea
Stan` replied to Itms's topic in Announcements / News
Oh I've never used it that way that's why. When Visual Studio starts I only open the pyrogenesis.sln file since I'm never gonna need any of the others. Recent projects and solutions is in the File dropdown For JS i usually place myself at the mod json level. (and use vs code) -
Planned Disruption - Migration to git and Gitea
Stan` replied to Itms's topic in Announcements / News
Yeah it was also svn ignored. Well it's parent folder was. Honestly once I opened it in Visual Studio, it was always in my recent projects and solutions. Are you saying it doesn't show up there ? I almost never use the folder view only the solution explorer. -
Planned Disruption - Migration to git and Gitea
Stan` replied to Itms's topic in Announcements / News
That should have happened with SVN but did not because VS doesn't support SVN -
Unable to clone fork from gitea instance
Stan` replied to andy5995's topic in Game Development & Technical Discussion
Did you add your ssh key to the settings ? -
Do you happen to have an accent in your Windows account name ? If so you need to install it somewhere else eg: C:\Games
-
less precise sorting in range manager
Stan` replied to real_tabasco_sauce's topic in Game Development & Technical Discussion
Maybe. But in these cases it's always better to know and test than to think. For instance my intuition would be that we should reuse all the queries results that happen on the same turn at almost the same location. Compute them once instead of 400 times and return slightly less accurate data. But it might be that this simplification could cost more than doing it 400 times. -
That could be doable. At least in PDF form that people can download and print. Perhaps hard copy versions for a merch store. There is a python script that generates that from the templates IIRC.
-
introduce badge to indicate the phase (#6849)
Stan` replied to abian's topic in Game Development & Technical Discussion
I think it wasn't cause it gave too much info to other players. @real_tabasco_sauce -
introduce badge to indicate the phase (#6849)
Stan` replied to abian's topic in Game Development & Technical Discussion
Don't we have that for allies already ?