-
Posts
17.954 -
Joined
-
Last visited
-
Days Won
578
Everything posted by Stan`
-
Localization mistakes (Ukrainian)
Stan` replied to Akira Kurosawa's topic in Game Development & Technical Discussion
You can now review strings, congrats on the promotion -
I'm Planning to Get a New PC and I Need Advice
Stan` replied to sphyrth's topic in Introductions & Off-Topic Discussion
That seems complicated https://www.nvidia.com/en-us/geforce/forums/discover/255981/request-a-new-game/ -
Ah it seems to need registering, just tried to login into that channel and it bounced me back to ubuntu-unregged. I'll ask ricotz a second time then, sorry for the inconvenience.
-
Ah my bad, I assumed you'd know since you were a GNU/Linux user. IRC also known as Internet Relay Chat is a text chat protocol. Just like discord or other chat applications it allows people to chat together through channels. #ubuntu is a channel You can use web clients such as this one https://webchat.freenode.net/ to connect to IRC.
-
Localization mistakes (Ukrainian)
Stan` replied to Akira Kurosawa's topic in Game Development & Technical Discussion
Can you give me your transifex username? -
Yeah but he says it doesn't happen with reshade on.
-
@vladislavbelov
-
It's an IRC channel
-
Got a reply today. Dear Stanislas, Your service request : SR #{ticketno:[8200955486]} has been reviewed and updated. Response and Service Request History: My name is Matt and i will be taking over your service request, nice to e-meet you. I tried to reproduce the issue you described following the instructions you provided below: If you use the release version from here : http://releases.wildfiregames.com/0ad-0.0.23b-alpha-win32.exe you will need a patch. https://wildfiregames.com/forum/applications/core/interface/file/attachment.php?id=42981 However, when i tried to launch the patch i received an error code, please refer to screenshot 1. When i tried to launch the Alpha game i received another error code, please refer to screenshot 2. In order to update this service request, please respond without deleting or modifying the service request reference number in the email subject or in the email correspondence below. Please Note: This service request will automatically close if we do not receive a response within 10 days and cannot be reopened. If it is not feasible to respond within 10 days, feel free to open a new service request and reference this ticket for continued support. Best regards, Matt My answer Hello Matt, How did you apply the patch? You need to replace the contents of %localappdata%\0 A.D. alpha\binaries\system by those in the zip file. Sorry if that wasn't clear. The first error probably is because they were misplaced, The second is because the CPU detection code of the game was broken, hence the patch :) Let me know how I can assist you further.
-
You could ask ricotz on #ubuntu
-
Yeah default ppa was not updated as the OS now features the latest version.
-
Field of View - Performance Impact
Stan` replied to OptimusShepard's topic in Game Development & Technical Discussion
Locked on your request -
Possible to create commit with patch?
Stan` replied to badosu's topic in Game Development & Technical Discussion
What OS are you on ? You might need DBGview for easier test debugging. (It will show the console output warnings and such) As for why you didn't see it it's because it's embedded in scripts (there is one big test for all the js) -
Possible to create commit with patch?
Stan` replied to badosu's topic in Game Development & Technical Discussion
You need to add a file to binaries/data/mods/public/maps/random/tests Like https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/maps/random/tests You have a few function called TS_ASSERT_* that will allow you to make sure things are working correctly. To write tests try to think of all the cases that should happen ( and sometimes should'nt) and make sure it goes as expected. Basically imagine the functions you wrote in the other file are used as black box. -
Possible to create commit with patch?
Stan` replied to badosu's topic in Game Development & Technical Discussion
You will need to compile the game for this. -
We need to edit the maps to make use of them first.
-
Blender AddOns, Materials & Tutorials.
Stan` replied to Alexandermb's topic in Tutorials, references and art help
At the time it made sense because our gui didn't support it. Now we only need -Resizable panels - Color picker. But it's gonna take time and it is sadly not a priority. Of course if someone want to pick up the task... -
Blender AddOns, Materials & Tutorials.
Stan` replied to Alexandermb's topic in Tutorials, references and art help
I mean use our gui engine instead of an external one -
Size should be fixed now. Thank @Alexandermb
-
Sure I know you don't mean ill Which is why I try to fix as many things as possible with your help. I guess I should stop people at some point though I guess I will fix the orange pot issue and then commit it
-
Try "PlayerData": [ null, { }, { }, { }, { }, { }, { }, { }, { } ], instead.
-
You might need to edit the xml file and remove the part where it forces the civs { "Name": "Unnamed map", "Description": "Give an interesting description of your map.", "PlayerData": [ null, { "Civ": "athen" }, { "Civ": "cart" }, { "Civ": "gaul" }, { "Civ": "iber" }, { "Civ": "mace" }, { "Civ": "pers" }, { "Civ": "rome" }, { "Civ": "spart" } ], "CircularMap": true, "VictoryConditions": [ "conquest" ] }
-
Hey @Toinou you can fix your bug with a simple patch and a recompile The other bug which causes massive slowdowns and speedup is more nasty.