-
Posts
18.563 -
Joined
-
Last visited
-
Days Won
606
Everything posted by Stan`
-
Had to run a few commands but seems to work. $ python3 -m venv .myenv $ source .myenv/bin/activate $ python3 main.py $ pip install PyQt6 $ python3 main.py
-
You forgot to give the link
-
Should units from siege towers be able to ungarrison over walls?
Stan` replied to Obelix's topic in Gameplay Discussion
I'd also want to have turret restoration patch merged/improved -
I would use the blend files rather than trying to reverse engineer pmd and psa to be importable in Blender (Source: I did and it's not worth the trouble for your case) https://trac.wildfiregames.com/browser/art_source/trunk/art/meshes and animations/skeletal contains most of the blend files you can reexport.
-
Technically you can use 0 A.D assets if you follow the licence CC - BY - SA 3.0
-
We could, These days not a lot of people, usually me.
-
Did you export them with private keys?
-
IIRC it also happened when users had smart cards. I remember some people sharing random popups while trying to connect.
-
0 A.D. Social Media Accounts (We need you!)
Stan` replied to Sundiata's topic in Announcements / News
Done. -
What kind of videos would you like to do ?
-
It's basically the same code, but I didn't expose all the stuff. e.g Aliases are notoriously a touchy subject. The weights are the default weights the mod had at the time I wrote the app Indeed, I probably haven't updated the code since my last PR. It's hard for me to estimate how much people use replay pallas so updates are usually low in my list of tasks (which is already massive)
-
I think that was the case in @Mentula's mod
-
Looks like some kind of infinite loop, do you have the game logs ? you can also upload the saved game as well.
-
What you mention is called culling, you can see what's being culled through the dev menu, by locking the camera frustrum. The problem is that at low angles, it's almost impossible to cull stuff, because you see an infinite distance forward. Other than that it's already implemented.
-
Glicko2 is already implemented in Replay Pallas.
-
What kind of leaderboard?
-
Unfortunately you cannot make web requests via JS (which would be very problematic) so not really. I could theoretically make a distinct app for it in the mean time, but not sure that's worth the trouble
-
Known Problems (Please read before posting)
Stan` replied to quantumstate's topic in Help & Feedback
Hello, thanks for reaching out, depending on what you are good at / what you want to do there are various tasks you could do. -
multiplayer Host Transfer
Stan` replied to Perzival12's topic in Game Development & Technical Discussion
Well if you know someone that can implement hotseat (that's how that's called) feel free to redirect them to https://gitea.wildfiregames.com- 1 reply
-
- 3
-
-
Saves are zip files, I haven't checked but the seed should definitely be in there
-
That's not a limitation, that's a bug XD
