@Neytron My last GW replay is from 4.5.2014. And I was the highest ranking Seraphim

Posts
-
RE: Galactic War 2025
-
RE: Galactic War 2025
@Ctrl-K Im way ahead of you!
The server is websocket Node.js. Thats the part Ive mentioned I wanted to learn. With MariaDB for data.Godot has all networking needed for the client. It could be even used as the server, but Node.js is common for this task.
Also as I mentioned, Im not a friend with java and if Ive decided to do the client part in the current client, I would be probably still struggling trying to make something work there.
Im already experienced with Node.js for the REST api and with Godot in making games or apps that just connect to server and deal with data.
-
Galactic War 2025
Hello everyone, as said in yesterday's announcement it was a special day, but in fact this adventure has started 3 weeks ago. You have me to thank to (with help of Fichom) for this joke (and the rickroll) but some jokes can go too far and this one surely is on the loose. Let me illuminate you!
Some eye candy
Let me start with a video showing the overall progress of the current Galactic War development https://www.youtube.com/watch?v=ka5Fsu_xp2o
History
Many of you might wonder, what the hell is Galactic War? And I don't blame you. If I remember correctly the last time Galactic War was working was in 2014, more than a decade ago. Some of the old fossils like me were there to enjoy it while it lasted. All we had left was some really old videos, couple of screenshots and fainted memories.
The probable origin
From what I found the idea for the Galactic War started all the way back in GPG times, but never came to life. This is the only picture I found from that era
Zep times
After GPG went down and FAF was born, the Galactic War was made by Zepilot, crowdfunded by the FAF community.
From the first concepts:
Over the alpha verison
To the public release
And the second season
To the shutdown because of memory leaks and other bugs.
The Galactic War was suppose to come back in few months when the bugs would be fixed, but that never happened, since all the FAF shutdown, Zep leaving, FAF transfer to the community thing.For those who don't remember or were not here back then. The new community era of FAF didn't start smoothly. Basically everything was on fire. Most of the things did not work, the server code was rewritten. The old GW code was incompatible and then it got lost.
Revival attempts
There were couple of attempts to revive it, but non of them succeeded so far. Brutus and lextoc were probably the closest with their iteration. By stalking the commit history of the gw code repo, work on that one was done 2017-2021.
These are some of the pictures I shamelessly stole from them!
For curious historians
If you want to find out more from the history, you will have to dig into the old forums... Some starting points here and here
Today
The idea to make Galactic War started as something different. First I was just messing with some stuff for coop missions. Finding a way to send data from and to the game (while its already running, not just in the lobby).
I also wanted to learn Websockets for some of my other projects, which is a network protocol for bidirectional realtime communication.
One thing led to another and I realized I could learn the things I wanted by making sometimes real and that real thing would be Galactic War server.speed, why don't you use the things we already have?
it's always harder to jump into someone else's project, especially unfinished one. Different structure, ideas, technologies. I wanted to learn the things I needed with the technologies I've picked, from the start. Also the existing code is using java, after many tries I have to admit I just don't speak that language and probably never will.
What is Galactic War
Galactic War is a meta MMO game for Forged Alliance where you fight for your faction to control the galaxy. It takes some interesting parts from the FA lore that you don't normally see in multiplayer games.
Faction loyalty
To participate in GW you will pick a faction and you will have to stick with it until the end of the season. That means that all the team mates you will play with will be the same faction, and obviously, all opponents will also be one faction.Permadeath
The idea of Supreme Commander is about a single person controlling an ACU, which builds and controls every other unit on the battlefield and those are all robots, expendable. The ACU being the main unit, when it dies, the pilot controlling it dies.
Losing your ACU in multiplayer game doesn't matter as you just join and start another game. But in Galactic War this matters!
Progression
When you pick your faction you get a randomly generated character (avatar if you will). You start with the lowest rank. By winning battles and killing enemy ACU you gain XP and credits. With experience you can be promoted to higher ranks and you can buy reinforcements (more on that later) and planetary defenses with credits.
Uneven games
While the classic multiplayer match aims to be as balanced as possible, Galactic War goes the other way. You play as your avatar with generated name. That's what the opponents see, your generated name and your rank. You don't know who you're going to play against. A new player, an experienced one, a pro? The GW rank doesn't directly translate to rating. With careful play style even lower skilled players can get high ranks and the benefits that come with it.
The team don't need equal number of players to start the match. Any combination from 1v4 to 4v4 is possible. You can only see how many players are attacking a planet and you can decide if you're going to defend it alone or take team mates with you. And on the other side, if you are attacking a planet alone and that planet supports a map for more players. You can find yourself on the short end.
And then there are:
Reinforcements
As mentioned before, you can spend your hard earned credits on reinforcements.
Reinforcements are units that you can call during the game and they will be air dropped to your position. Higher tier units are unlocked by reaching higher ranks. "Free" early T2 or T3 unit to annoy cause problems to your opponents? Not a problem in Galactic War.
Planetary defenses
Another way to spend your credits is to buy defenses to the planets your faction controls. What that means is that your starting position is protected by those defense structures (AA, PDs, TMDs)
Recall
Since losing your ACU means losing your avatar and all the progress, a new command will be available in the game: Recall.
When things don't go well you can initiate the recall. It is not instant, it takes some time to charge, so it has to be planned as well. You lose the game by recalling from the battle, but you get to keep your avatar.Play loop
Once you have your avatar generated you will see the galaxy state:
(galaxy size, shape and other properties are subject to change)The galaxy is randomly generated and the faction influences will be evenly split. You can see who owns which planet. A faction needs more than 50% of influence to control the planet. Players can always attack only enemy planet that have a connection to their territory.
Next step is to set up reinforcements groups and other goodies, team up with someone from your faction and attack/defend a planet
That is the start of the GW matchmaking, the attacks are displayed to everyone in real time. While attacking the planet (which is waiting for a match) you gain influence over time.On the other side players from the enemy faction will assemble and when they defend the planet, the FA match will start to determine the outcome! Whoever wins will gain % influence over the planet, xp and credits.
Seasons
Each season of the Galactic War will start with a new galaxy map and it will last until once faction gets control over all the planets. That can take several weeks/months.
Defeated factions will become slaves and will fight for their master. The master will get access to units of the faction they've enslaved and they will be able to use them in their reinforcements groups.Release date
As always: soon
. I work on the Galactic War in my free time, whenever I feel like it.
Can I help?
Not right now, I still have enough things to figure out myself. Later I will have some non coding tasks someone else could do, like names for the avatar name generator, planet names, some textures. Balance of the ranks, xp and credits...
I will let you know when the time comes!
-
RE: ReUI
A mod hidden behind a paywall? Truly a revolution and not a UI one indeed
-
RE: Voices for FAF coop campaigns
Last time I was messing around with the free AI voices they were not good enough for me to use them. Even a bad "voice actor" would do a better job.
And even after having the raw voice lines its still a lot of work to get them working correctly in the game. -
RE: Co-op Feedback
@Caliber Those are all valid points, it's not the best mission design wise, the thing I had in mind and what actually happened to be the mission does slightly vary.
It's way longer than its suppose to be, with too many mixed ideas is in (or good ideas with not so good execution).
Prothyon was my first mission made and also my first coding experience, so some jank is to be expected. My later missions are more overall balanced for sure. -
RE: single axis Projectile Acceleration
That would probably be https://github.com/FAForever/fa/blob/develop/engine/Sim/Projectile.lua#L174 Get/SetVelocity.
Acceleration is used for the projectile to reach it's max speed -
RE: Effects / Emiters cleanup question
Calling Destroy method on it will destroy it, but it wont remove it from a table you've added it to. Its gonna be there, just destroyed.
-
RE: Co-op improvement suggestions
@brutus5000 Fixing this would help for sure https://github.com/FAForever/fa/issues/5833
-
RE: Co-op improvement suggestions
Good points, the client could definitely use some love.
There's also this coop update with mission briefings that's been waiting to be fully released for over an year now.
As with the cheated times in leaderboards, while some things can be fixed, ppl will always find a way to cheat, so as with any speedrunning leaderboards, cheaters would have to be banned from them.
-
RE: Message to speed2
@freedom_ You are mistaking some things here. While it's true Im getting paid for making Sanctuary, it is my job, not my hobby. FAF is a hobby, and Im currently spending my free time on other nongaming related projects.
-
RE: Message to speed2
@vonkill Hey, Im glad you enjoy the missions
My next things on the list would be finishing the 5th Nomads mission and Fort Clark Assault, but I dont know when that would be, as Im very busy with real life.
-
RE: [Forum] Please remove downvote button
Downvoting is toxic now? Are there that many snowflakes who wouldnt handle having their post downvoted by someone, so we must protect them?
If we have upvotes, I dont see a single reason why we shouldnt have downvotes as well. It serves the same purpose, quickly showing how many ppl agree or disagree with your post.
Replies are for everything else. -
RE: RK's Explosion mod no longer supported?
Here's the repo for the mod https://github.com/RK4000/RK-s-Explosions
IIRC I've uploaded the latest version to the mod vaultSo if you make a PR with the fixes, I can make a new release and upload it.
-
RE: [BUG] Map doesn't expand on "Black day" mission (X1CA_01)
Its caused by the changed veterancy system in the game patch
warning: Error running lua script: ...faforever\gamedata\lua.nx2\lua\defaultcomponents.lua(612): attempt to perform arithmetic on local `experience' (a nil value) stack traceback: ...faforever\gamedata\lua.nx2\lua\defaultcomponents.lua(612): in function `AddVetExperience' ...faforever\gamedata\lua.nx2\lua\defaultcomponents.lua(694): in function `SetVeterancy' ...rever\gamedata\lua.nx2\lua\sim\scenarioutilities.lua(1208): in function `CreateArmyGroupAsPlatoonVeteran' ...ce\maps\x1ca_coop_001.v0028\x1ca_coop_001_script.lua(1991): in function `M3CounterAttack' ...ce\maps\x1ca_coop_001.v0028\x1ca_coop_001_script.lua(1548): in function <...ce\maps\x1ca_coop_001.v0028\x1ca_coop_001_script.lua:1465>
-
RE: LUA Help with order
https://github.com/FAForever/fa/blob/deploy/fafdevelop/engine/Sim/Unit.lua#L377-L381
states are listed at the top of the file