Jump to content

Linken

Members
  • Posts

    838
  • Joined

  • Last visited

Everything posted by Linken

  1. Our mapper has been hard at work working on his own set of Phantom Menace missions which I didn't detail here. There have been some really cool developments since I wrote this. Thank you for your support!
  2. A progress report released early?! APRIL FOOLS EVENT This April Fools, we are releasing the first of our annual April Fools events! The first will see to a small modification of the Darth Maul vs. Count Dooku fight, where Maul will fight against an evil dentist who was "supposedly" hired to clean Maul's teeth! This update was sneakily added into our prior updates and has laid dormant for many months. Coming every April 1st, you can play this alternate scenario in Darth Maul's extended ending, we hope you enjoy it! But what if you can't play the mod April 1st? Don't worry, there's a solution. If you want to play the mod at any time in April Fools mode, simply set your computer's internal clock to April 1st of any year, and enjoy the silliness. NEW MISSION COMING SOON It has come to my attention that since releasing the mod back in Devember 2020, that aside from a cutscene remake of the Tragedy of Darth Plagueis the Wise, we have announced many missions, none of which have released. This is unacceptable. In an effort to make it up to you all, our next mission will be The False Emperor, from the first endgame flashpoint in Star Wars: The Old Republic. Playing as either the Jedi Knight, Sith Inquisitor, Bounty Hunter, or Republic Trooper, it will be up to you and your companions to defeat Darth Malgus and stop his reign before it has a chance to begin. This bonus mission will be the first multi-POV bonus mission released, breaking our initial tradition. Additionally, this mission is looking to be the most code-based mission, as several new mechanics will be introduced to this mission that will not be available in any others to make the experience equally as enjoyable regardless of which character you play as, such as Damage reduction to yourself, and damage increases with your respective character's favorite weapons. In efforts to provide as high a quality as possible, we are providing you all with an Open Beta for the Jedi Knight POV of False Emperor. If you wish to play this for yourself, please download the following file, and help us even further by providing feedback in our attached Google Form. While playing as the Jedi Knight, you will receive the following benefits: - All incoming damage from Darth Malgus will be reduced by 50% - All lightsaber damage from you will be increased by 50% - Your force regen will be increased to 1 force point per 2 milliseconds - Darth Malgus will not push away any incoming missiles from the bounty hunter character. DOWNLOAD LINK: https://drive.google.com/file/d/11zJYbENUiqD_0shs95FtdxFzquF2wJwx/view?usp=sharing FEEDBACK FORM LINK: https://forms.gle/rMwMY3jHgQFg7X5T9 The False Emperor will be released on Friday, April 15th. NEW CHARACTERS Not releasing with the False Emperor, but a later update, we have attained a collection of brand new characters! Please keep in mind that this list is not final and may be changed at any time. If you have any suggestions, please leave a comment with a link to your desired character and the author so we may ask permission. OLD REPUBLIC - Kao Cen Darach - Leeha Narezz - Satele Shan (Updated model) - Satele Shan (Exile) - T7-O1 SITH EMPIRE - Dark Honor Guard - Darth Jadus - Darth Maladi - Darth Thanaton - Sith Training Droid (Umbaran Sith Academy) - Vestara Khai GALACTIC REPUBLIC - Ara Barotta - Lumas Etima - Marva Zane - Stass Allie REBELLION - Leia Organa Solo (Jedi Knight) - Luke Skywalker (Dagobah Training) - Luke Skywalker (Jedi Trainer) - Luke Skywalker (Sith Apprentice) - Luke Skywalker (Yavin Ceremony, New Model) - Mon Mothma (TFU) GALACTIC EMPIRE - Boc Aseca (New model) - Coruscant Guard - Emperor Palpatine (Clone), Somehow this one returned too RESISTANCE - BB-8 FIRST ORDER - Cardinal - Commander Pyre BOUNTY HUNTERS - Boba Fett (Resurfaced), Daimyo of Tatooine variant CRIMINALS - Chop'aa Notimo - Nym CIVILIANS - Cereans (Male & Female) - Chazrach Warrior - Gorax - HK-77 Assassin Droid - IR-9X Replicator Droid - Rakghoul - Tsavong Lah MANDALORIANS - Cassus Fett FORCE USERS (Though none are force users, they do still fit in their respective sub-factions) - Hylo Visz (Eternal Alliance) - Skytrooper (Eternal Empire) - Theron Shan (Eternal Alliance) - Tythonian War Droid - Z0-0M (Eternal Alliance) INFINITIES - Lord Ukerin DARTH TRAYA SPECIAL MECHANICS One of our prior updates saw to the introduction of our first set of Special mechanics, allowing the Inquisitorious characters to adjust their lightsabers as necessary, Cal Kestis to be unpredictable in his saber configuation, and Darth Sion to be true to his title as the Lord of Pain and regenerate himself upon defeat. Our False Emperor update to see to new special mechanics for the Lord of Betrayal, Darth Traya. Inspired by her kit in the mobile game Star Wars: Galaxy of Heroes, Darth Traya's new mechanics will allow her to react accordingly as the Lord of Betrayal, punishing her enemies attacking as a team, and taking pleasure from her allies suffering. COMPASSION IS WEAKNESS: If Darth Traya has an active enemy and she is struck by an ally of her current enemy, the ally will receive 1-3hp of damage per damage calculation (this damage cannot kill the attacker) LORD OF BETRAYAL: When an ally of Darth Traya takes damage, Traya will heal for 5 hp per damage calculation. This healing is increased to all damage received if the attacked ally is Darth Sion or Darth Nihilus. Darth Traya will receive these benefits with the release of The False Emperor mission on April 15th. NEW FEATURES AND IMPROVEMENTS COMING In this final topic, new features to be released with The False Emperor! - A heavily requested setForceRegen console command, which will allow you to increase or decrease your force regeneration rate at any time! - Fixes regarding some maps crashing if a func_breakable is targetting a target_print entity - No more lag when switching weapons after using the give all command - Better main menu music randomization We're really looking forward to bringing all of this to you, and until that happens, we hope that you enjoy a small alternate take on Maul's extended ending, and Lego Star Wars: The Skywalker Saga when it releases! Thank you for following the development of Star Wars: Galactic Legacy, and may the Force be with you!
  3. There is no target_counter entity, the entity is: { "npc_target" "swoop1" "targetname" "swoop1" "count" "-1" "delay" "5" "alliedTeam" "2" "classname" "NPC_Vehicle" "origin" "432 -1039 -206" "NPC_type" "snow-speeder-tfp" "angle" "45" "teamowner" "2" } The NPC_target is targetting its own spawner so whenever the vehicle is destroyed it respawns. There is a "delay" key in the entity, but as far as I can tell, this means nothing, at least in Single Player.
  4. Basically the map entity is given an NPC_target and targetname value which are set to the exact same value. When the NPC (or in this case Vehicle) is killed, the NPC_target is fired and looks for the entity with the same targetname (in this case itself). Since the NPC_target and targetname are the same, the vehicle will respawn itself after being destroyed. Since vehicles tend to delay a little bit before being destroyed and freed from memory, there is no issue when a vehicle or NPC is killed by a weapon rather than the environment.
  5. @Asgarath83 So I attempted your fix and unfortunately it did not work. The error is from the game attempting to access the destroyed vehicle which has already been destroyed and freed from memory. In the if statement: if (pm->gent->client && pm->gent->client->NPC_class == CLASS_VEHICLE && trace.plane.normal[2]<pm->gent->m_pVehicle->m_pVehicleInfo->maxSlope ) { pm->ps->pm_flags |= PMF_BUMPED; // <- FLAG ENABLED. } The exception is thrown when attempting to read "pm->gent->client->NPC_class == CLASS_VEHICLE" since the vehicle has already been removed from memory. A Read Access Violation.
  6. I'll be able to try this on Monday since I'm busy all weekend. I'll let you know how it goes
  7. Sorry I should've been more specific, the specific point where it crashes is at "pm->gent->client->NPC_class == CLASS_VEHICLE"
  8. I can understand what you mean, though looking back on prior commits, I'm not seeing any edits to the code that would've screwed with Pmove. The favorite place for the code to crash is actually this if statement here (sorry I can't post a screenshot): if (pm->gent->client && pm->gent->client->NPC_class == CLASS_VEHICLE && trace.plane.normal[2]<pm->gent->m_pVehicle->m_pVehicleInfo->maxSlope ) { pm->ps->pm_flags |= PMF_BUMPED; } This is located on Line 202 in code\game\bg_slidemove.cpp. It's interesting that you mentioned regular OpenJK, because out of curiosity I attempted to replicate the bug there, drove a respawning swoop into a wall and crashed, and the game did crash. I just now attempted normal JKA and it crashed as well. If you want to try it, I made a few edits to the Coruscant Speedway map for Galactic Legacy to stop an infinite swoop respawning bug, the link is here (will only work on OpenJK unless you can compile entity files): https://drive.google.com/file/d/11n547dbW2fgfHacW7kZQZvNubx5KBf13/view?usp=sharing I also got pretty consistent crashing on the Battle for Hoth map when crashing a snowspeeder into a wall. Here are the links, again taken from the SWGL files and editted down to work in base JKA. https://drive.google.com/file/d/1oX3tu7tVcQfeLPkRQHxUclOpvD1--X5R/view?usp=sharing https://drive.google.com/file/d/1zbnWfYYPp1Cn-1utqxL2wRCmZusGguOK/view?usp=sharing
  9. So I'm attempting to fix a bug that's been plaguing Jedi Academy. If a vehicle collides with a wall and that vehicle has an NPC_target to respawn itself, the game crashes with a read access violation. There are several points where it crashes, depending on how you hit the wall, but the error is still the same. Any ideas?
  10. We have a good bit going on, but most of it I can't even discuss at the moment. CHARACTER FIXES In the middle of February, we released a fix addressing many (and I mean MANY) characters suffering from the invisible lightsaber bug. With the release of the hotfix, all known and easily fixed characters have been addressed, with Bossk currently the only character we are aware of with the invisible lightsaber bug. Furthermore, we have begun steps to fix or add soundsets for many other characters currently missing them. Presently, Taron Malicos and the Sith Emperor Vitiate have been addressed and will have all-new soundsets when we release. Other characters we're currently looking into are Arcann/Thexan, Valkorion, and Vaylin. MISSIONS The last several progress reports, we've reported on new missions being developed. What is the news behind them? I unfortunately cannot provide updates. Operation: Knightfall, Deathstar Rescue are currently blocked due to several factors. 2 other duel missions currently in development are nearing completion, but again are facing blockers. We're looking into resolving these this month, but I cannot provide any other comments regarding the missions at this time. One thing I can say however is that with our last update, we have snuck in our next April Fools prank, in fact after some engine modifications, I am excited to say that every April Fools will have a recurring event. We'll reveal more details in the next progress report. NEW MAPS Our mapper Lwkill has made several new maps which should be available in the next update. Episode I Naboo Swamp Jedi Trial Arena (Obi-Wan game) Jedi Training (Obi-Wan game) Gardens of Theed (Episode I Game) Episode I Naboo Palace (Outside) Theed Streets (Episode I Game) CONCLUSION It's not a lot, but such is the way of things after releasing an update (or two this month alone). There are other things we're working on right now, but given the early stages of everything, I'm not comfortable to discuss anything else we're currently working on. We also have a small community feedback going on, please consider filling this out so you can help steer this mod in the right direction. https://forms.gle/EcjS5pzW8NrjvoL77 Thank you all for following the development of Star Wars: Galactic Legacy, and may the Force be with you.
  11. Patch Notes - 02/07/2022 MISSION IMPROVEMENTS JEDI ACADEMY - ACADEMY 1 - Added Corran Horn and Kyp Durron among the Jedi Masters. JEDI OUTCAST - KEJIM POST - Kyle will no longer give lectures about saber styles or telling Jaden that he did well if interacting with a locked door. JEDI OUTCAST - KEJIM BASE - Mon Mothma and Kyle will now hold the Artusian crystal as intended. JEDI OUTCAST - NAR SHADDAA STREETS - If attempting to use the Force or perform an inconspicious act before speaking to the Bartender, Kyle will now comment about the importance of keeping a low profile. - Implemented missing subtitles. - Kyle will now hand over his bryar pistol instead of a blaster pistol to the cantina bouncers. - Replaced a blaster pistol item pickup with the bryar pistol as intended. - The Bartender and Kyle will now hold their respective items instead of invisible objects. JEDI OUTCAST - NAR SHADDAA HIDEOUT - Implemented missing subtitles. JEDI OUTCAST - NAR SHADDAA STARPAD - Implemented missing subtitles. REVAN VS. MALAK - Corrected an issue where the player would spawn with Darth Revan's appearance instead of Jedi Knight Revan's appearance as intended. - Changed Revan's lightsaber to the correct hilt for the player. NEW CHARACTERS GALACTIC REPUBLIC - Gate Master Jurokk - Bene - Whie Malreaux NPC Changes GALACTIC REPUBLIC - Removed Jedi Knights of the Chiss species from the random spawner because IT'S. NOT. CANON! SEPARATIST ALLIANCE - Updated sounds for General Grievous, removing taunts that made no sense and performances from the 2003 TCW Micro-series. REBELLION - Increased Kyp Durron's saber defense level from 2 to 3. GALACTIC EMPIRE - Added new sounds to the Royal Guard FORCE POWER CHANGES FORCE PUSH - NPCs not assigned Force Push can no longer push themselves out of a Force Grip, Grasp, or Drain hold. - Corrected a bug from the original game where NPCs would lose their Force Push ability after pushing themselves out of a Force Grip, Grasp, or Drain. FORCE LIGHTNING - Improved the victim's electricity effect to be more accurate depending on the attacker's Force Lightning color. SABER THROW - Level 3 Saber Throw will no longer lock on to non-combative droids on the Neutral team REMOVED MAPS The following maps have been removed from the mod either due to lack of quality or the respective author's request - Cloud City - Horizons of Taris - RC: Republic Cruiser - Episode I Mos Espa (replaced with Mos Espa Outskirts) - Episode I Naboo Hangar - Episode II Jedi Archives - Episode II Jedi Temple Inside Duel - Episode III Palpatine's Office (Replaced with Fate of the Republic mission map) - Episode III Palpatine's Rooftop - Episode IV Mos Eisley Cantina (Interior of the larger Mos Eisley map) - Sith Vessel - Atlantica (Not the unlocked map, only the map with locked doors) - Jungle Temple - Nowhere - Serenity (Not the RPG version) - Space Race - Imperial Star Destroyer Duel ADDED MAPS - Episode III Galaxies Opera House - Episode II LiMerge Power Building ANIMATION UPDATES - Lord Vader has been given new stance animations. He will also walk casually when using the Fast, Desann or Tavion styles. - The Jedi Brute has been given new stance animations. - The Jedi Temple Guard has been given new stance animations. - Cin Drallig has been given new stance animations. - Serra Keto has been given new stance animations. - Kyle Katarn's Jedi Outcast/Academy appearance will walk casually, mirroring his walking from Jedi Knight II: Jedi Outcast. - Characters with custom animations will play all intended cutscene animations during the Jedi Academy campaign. - Added the Jedi Outcast animations to be recognized by the code, fixing multiple issues in Jedi Outcast's cutscenes where characters weren't holding objects or were doing erratic movements. MISCELLANEOUS FIXES - General Grievous's lightsabers have had their damage reduced by 50% in multiplayer. - Added the Book of Boba Fett main theme as a possible main menu track. - Corrected Darth Maul (Sith Master) being assigned the incorrect lightsaber in character selection. - After many years of struggle, Kit Fisto has overcome his helium addiction and will no longer have a high-pitched and erratic voice.
  12. A month of loss, but also a month of gain. GALACTIC ADVENTURES After some discussion with the leadership of Galactic Adventures, we have come to a mutual agreement and we have officially merged both mods together. This will mean that Galactic Adventures will no longer be developed as its own standalone mod and all content intended for their mod will be made available in Galactic Legacy. With that being said, the iconic final confrontation between Ben Kenobi and Maul from Season 3 of Star Wars: Rebels will be available as the next bonus mission. UPCOMING MAP CHANGES Next update will see to the addition and unfortunate removal of some maps from the mod. Either due to a lack of quality or by the author's request, we have made the decision to remove some maps from the mod. After the release of our next update, these maps will be removed from distribution and will no longer be accessible by us. Though we cannot force you to remove the files from your installation, they will be permanently removed from the map menus and will only be accessible through console commands. Furthermore, all support for these maps will be removed, so if you encounter issues while playing, we will not be able to provide assistance. The following maps will be removed from the mod as of next update (using the current map menu names): - Episode I Mos Espa (Replaced with Mos Espa Outskirts) - Cloud City (Movie Battles map) - Republic Cruiser (Movie Battles map) - Horizons of Taris - Episode I Naboo Hangar - Episode II Jedi Archives - Episode II Jedi Temple Inside Duel - Episode III Palpatine's Office (Replaced with Fate of the Republic mission map) - Episode III Palpatine's Rooftop - Episode IV Mos Eisley Cantina (Interior of the larger Mos Eisley map) - Sith Vessel - Atlantica (Not the unlocked map, only the map with locked doors) - Jungle Temple - Nowhere - Serenity (Not the RPG version) - Space Race - Imperial Star Destroyer Duel But though there is loss, there leaves an opportunity for gain! If there is a map you really want to see featured in the mod, please post your suggestion in the comments, and we'll have a look! MAP MENU CHANGES With the removal and gain of some maps in the mod, we have also decided to do a full overhaul of the map menu. Doing away with most of the generic names that came with Knights of the Force 2.1, many maps have been renamed to a more accurate (or canonical name). Several maps that clearly had nothing to do with a Star Wars film but were placed in the film's list anyway have been moved to "Star Wars Locations". Keep in mind this is still a work in progress so you'll see a few repeat maps and some overlapping. UPCOMING MISSIONS We've been announcing and teasing Operation: Knightfall's remake and Deathstar Rescue for some time now. But it's been clear to us that those are all we've been talking about. Though Knightfall and Deathstar Rescue are intended as the major MVPs for our next update, we felt it to be an appropriate time to return to our initial roots and provide missions based on duels from the Skywalker Saga. Three duel missions are also in development, and most are (or are very close) to completion. - From Attack of the Clones, Confronting the Count depicts the final duel between Anakin Skywalker, Obi-Wan Kenobi, and Yoda against Count Dooku. - From The Phantom Menace, Ambush on Tatooine depicts the first encounter between Qui-Gon Jinn and Darth Maul deep within the Tatooine desert. - From The Last Jedi, the last stand of Luke Skywalker against his nephew, Kylo Ren on the salt-covered planet of Crait. A FLAW IN THE SYSTEM We have uncovered one major bug regarding all characters being granted new custom animations, where they will not play the base Jedi Academy campaign cutscene animations. We are looking into some solutions and will hopefully find a fix very soon. CONCLUSION Regardless if we release an update this month or not, this month should prove interesting for the mod itself, one way or another. We're looking forward to bringing all new content to you all, and as always, we appreciate your support. And as always, thank you for following the development of Star Wars: Galactic Legacy, and may the Force be with you.
  13. I haven't play this map, so I don't know how it works, if the dice are just shown on screen as a target_print or a few map object cubes. I have no idea. However with the dice, I may have an idea for you. This might also help you with the chance cards and the like. When the dice are told to roll, you can call a script with a number of if/else statements, leaving each dice to random chance, but ultimately a set value once you've gone through all possible dice values (I'm guessing you're doing 6-sided dice.) Here's a screenshot of an example script I drew up that may give you an idea. Notice that if the first if statement fails, the else is called which contains another if/else, and so on and so forth.
  14. Happy New Year! We have a few things to get through, so let's get started! OPERATION: KNIGHTFALL The Lord Vader POV for Operation: Knightfall remake is undergoing final testing. Darth Voiid and our mapper Lwkill have been very hard at work ironing out the last few details needed. Speaking from personal experience, the remake feels and plays amazingly. I even caught myself playing the mission casually, forgetting that it was still under development. I can't really post any screenshots as we'll be entering spoiler territory, but this will be well worth the wait! DEATHSTAR RESCUE In other news, Ben Kenobi's POV for Deathstar Rescue is nearing completion, with the ending being all that's left in terms of main development. There are also a few miscellaneous things to tweak. After some discussion, we have also come up with a secret ending for you to discover and unlock. I don't want to drop any hints as to what this secret ending will entail, and I hope some of you will be adventurous enough to attempt to discover it. But enough about that, how about some screenshots! ANIMATIONS We have heard your desire for animations, and we have listened. Darth Voiid has done an incredible job making brand new stances for many of our characters, most of which you'll notice in Operation: Knightfall. Our selection of Jedi Knights, Jedi Brutes, Ben Kenobi, Lord Vader, and many other characters will be receiving a unique set of stance animations. OTHER BUG FIXES Several bugs introduced with the previous update have also been addressed, allowing for a better gameplay experience. Mandalorian NPCs should no longer crash the game, using Force Stasis on a scripted door should no longer cause issues. The most annoying bug was the poor quality of the Lightning effect when an unfortunate victim becomes a victim of a different colored Force Lightning. After some code refactoring, all victims will now spark with the exact same color of lightning they were struck with. CONCLUSION A very exciting month for this mod, and January looks like it'll be even better! We look forward to bringing you these new missions and experiences. As always, thank you all for following the development of Star Wars: Galactic Legacy, and may the Force be with you.
  15. NEW UPDATE Earlier in the week, we have released a brand new update, and based on the number of bug reports, I am pleased to announce that the new update has been a great success. Unfortunately, there have been a few bugs that I missed during development which the community has reported, so these past few days I have been hard at work correcting some missed bugs. Below is a current list of fixes: - Corrected an issue where Jorak Uln would appear as Jorak_Uln in the NPC menu - Fixed a glitch where Cade Skywalker's Jacket icon was not appearing as intended. - Removed Mira from the Bounty Hunter NPC menu - Removed a duplicate Jedi Trainer NPC in the NPC menu - Corrected an issue where the Younglings were not spawning in Operation: Knightfall as expected. - Corrected an issue where Darth Vader was not spawning with his lightsaber when spawned in the NPC menu. - Removed a number of invalid Blue and Red appearances from multiple models. - Corrected a glitch causing selected characters to be given most or all saber styles when they weren't supposed to. - Fixed a major bug where some characters with a flamethrower would crash the game if their model did not have the tag. Expect this hotfix to release in the very near future once we finalize that there are no other major bugs in the update and we are good to move on. https://www.youtube.com/watch?v=_ffdG9rri7Q&ab_channel=StarWars:GalacticLegacy WHAT IS COMING NEXT Our mission designer Darth Voiid has been very hard at work completing the remake of Lord Vader's POV for Operation: Knightfall. The mission looks beautiful, and should be entering Beta Testing in the near future. The Clone Trooper and Cin Drallig POVs will be made at a later date. Also with the completion of this update's bug fixes, the Deathstar Rescue mission will be resuming production. I am very excited to finally be able to work on this mission for you all. I unfortunately have no screenshots to provide at this time, but I will occassionally post on our Discord server as something interesting happens. We also have a few other missions on the backburner, and we will announce as we have more information. CONCLUSION Unfortunately this was a very short report as everything interesting that was worked on has been released, and it would be a tad repetitive to report on something you can already play. Expect a hotfix for November's update in the near future, and hopefully the start of the new year will give off more news! As always, thank you for following the development of Star Wars: Galactic Legacy, and may the Force be with you.
  16. Patch Notes - 11/29/2021 HIGHLIGHTS - The NPC Free Choice System has been expanded upon! Now you will be able to assign any weapon to any NPC, and customize any NPC's lightsaber to fit your story! - Multiplayer arrives in Star Wars: Galactic Legacy! Host hangouts, roleplaying, or prove your dominance to other players! MISSION IMPROVEMENTS JEDI OUTCAST CAMPAIGN - In the pre-lightsaber levels, Kyle Katarn will spawn with a Bryar Pistol instead of a Blaster Pistol as intended. JEDI OUTCAST - YAVIN TRIAL - Removed the player being assigned Force Sense and Melee at the beginning of the level. - Replaced the Bryar Pistol with a Lightsaber, as intended. JEDI OUTCAST - NAR SHADDAA STARPAD - Corrected an error where the player wouldn't have access to Force Stasis as intended. JEDI OUTCAST - CAIRN BAY - Luke Skywalker will no longer be set to his Jedi Academy appearance. JEDI OUTCAST - CAIRN DOCK ONE - Luke Skywalker will no longer be set to his Jedi Academy appearance. JEDI OUTCAST - DOOM SHIELDS - After defeating Galak Fyyar, the gravity will turn off as intended. JEDI ACADEMY - KORRIBAN 1 - Corrected a shader issue where the lava texture wasn't appearing as intended. - If connecting using the "devmap" command, inputting dark or light after the map code will change your alignment for the mission. JEDI ACADEMY - KORRIBAN 2 - If connecting using the "devmap" command, inputting dark or light after the map code will change your alignment for the mission. DUEL OF THE FATES - Corrected issues present in all three POVs and extended endings that prevented saving from working properly. FATE OF THE REPUBLIC - Corrected issues present in both POVs that prevented saving from working properly. OPERATION: KNIGHTFALL - Corrected issues present in all three POVs that prevented saving from working properly. YOU HAVE BECOME A RIVAL - Corrected an issue where loading a save game of this mission would crash to desktop. FATE OF THE REPUBLIC (MACE WINDU) - Corrected a glitch where Palpatine was impossible to kill, even after the 3 Jedi are killed. NEW/UPDATED CHARACTERS THE OLD REPUBLIC - Orgus Din - Trask Ulgo - Vandar Tokare (New model) SITH EMPIRE - Darth Angral - Darth Bane (Dark Lord) - Darth Baras - Darth Krayt (Vong Armor) - Darth Nihl - Darth Zash - Dread Master Bestia - Empress Acina - Exar Kun (Dark Lord) - Jorak Uln - SCORPIO - Sith Pureblood Warrior (Replaces Sith Juggernaut in NPC menu) - Tulak Hord (New model) GALACTIC REPUBLIC - 501st Clone Trooper (New model) - Cin Drallig (New model) - Female Jedi Knight - Ferroda - General Kenobi (Mid-war) - Nikto Jedi Knight - Ord Enisence - Serra Keto (New model) - Vergere - X1 (Clone Commando) - Younglings (New aliens and other variants) THE SEPARATIST ALLIANCE - Asajj Ventress (Late Bounty Hunter) - Captain Argyus - Wat Tambor (New model + Animations) REBELLION - Ahsoka Tano (Nomad) (New Model) - Cade Skywalker (New models) - Koth Melan - Mara Jade (Cold-weather gear) - Mirax Terrik - Shado Vao - Zekk GALACTIC EMPIRE - Admiral Screed - Crosshair - Dark Trooper - Darth Sidious (Sith Apprentice) - Darth Vader (New Animations) - General Mohc - Imperial Commander (Trench Coat) - Imperial Officer (Trench Coat) - Imperial Senate Sentinel - Moff Gideon BOUNTY HUNTERS - Boba Fett (1313) - Boba Fett (Resurfaced) (New model) - Fennec Shand - IG-88 (New model) - Montross (New models + variants) - Shahan Alama CIVILIANS - Czerka Corporation Guard - Kuill - Nico Okarr - Shmi Skywalker - Teebo - Tokkat - Wicket W Warrick MANDALORIANS - Sintas Vel (New variant) FORCE USERS (NEW FACTION) - Revanite Avenger - Revanite Champion - Revanite Convert - Revanite Pursuer - Revanite Vindicator - Senya Tirall - Cal Kestis - Revan Reborn INFINITIES - Beach Trooper - Darth Voiid (Separated model) - Dark Lord Anakin Skywalker (Two new skin variations) NPC Changes THE OLD REPUBLIC - Mission Vao's NPC code has been changed from mission_vao_vibroblade to mission_vao THE SITH EMPIRE - Replaced the Sith Juggernaut's model with the new Sith Apprentice model. - Replaced the swords used by Ludo Kressh and Naga Sadow with the Sith Sword. - Darth Sion when first defeated will regenerate either 25%, 50%, 75%, or 100% of his health and the fight will continue. On subsequent defeats, Sion has a 33% chance of being killed. GALACTIC REPUBLIC - Jedi Younglings, when spawned, will have a different appearance every single time. GALACTIC EMPIRE - Darth Vader will now play his breathing sound, and will play a more strained breathing sound when at or below 33% health. - Darth Vader has been given unique stance animations and has been given access to the Fast style. - Galak Mech will now behave as he did in the original Jedi Outcast. - All Inquisitors (except the Eighth Brother) will spawn with a single saber by default. When throwing their respective lightsabers, their lightsaber will change to a staff and later back to a single blade. If the Inquisitor is damaged beyond 75% of their maximum health, they will switch to their staff Lightsaber for the remainder of their existence unless they heal. INFINITIES - Lord Starkiller and similar variants will now play his breathing sound, and will play a more strained breathing sound when at or below 33% health. - Darth Voiid's default health has been increased from 300 to 500, and his force power has been increased from 200 to 300. CREATURES - If playing on Jedi Knight or higher difficulty, Sand Creatures will not be fooled by Thermal Detonators and will not chase after them or eat them. FORCE POWER CHANGES FORCE LIGHTNING - Added the ability to customize the color of Force Lightning to either red, orange, yellow, green, blue, purple, white, or black. - Created new console command "lightningColor" to change the player's force lightning color. - If you add lightningcolor in the NPC spawn command, you can customize an NPC's force lightning color (provided they have it). FORCE DESTRUCTION - If the damage calculated is too large for the game to handle normally, the damage will be maxed out at 2147483647. NEW LIGHTSABERS - Ancient Crossguard - Cal Kestis (Updated) - Lord Corvax - Darksaber (Gideon) - Gorc - Imperial Senate Sentinel - Jolee Bindo (Updated) - Juhani (Updated) - Kouru (Normal + Umbrella variants) - Kuiil's fusion cutter - Darth Nihl - Scardont - Stellan Gios - The Ren - Visas Marr - Ryyk Blades - Sith War Blade - Ancient Vibrosword - Darth Drear's Sith Swords - Stun Baton - Gamorrean Battle-axe - Quarterstaff - Echani Foil - Iridonian Zhaboka - Mandalorian staff - Royal Guard Staff - Sword of Ieldis - Ajunta Pall's Sword - Ludo Kressh's Sword - Naga Sadow's Sword REMOVED NPCS The following NPCs have been removed due to the expanded NPC Free Choice System - Mission Vao (Blaster) - Anakin Skywalker (Geonosis Arena) - Anakin Skywalker (Dual-wielding) - General Grievous (Electrostaff) - Episode IV Farmboy Luke Skywalker (No Lightsaber) CODE CHANGES - Corrected some faulty AI where NPCs dual-wielding lightsabers would switch to fast style if the player was using fast style. - NPCs not programmed to know the Fast Style should no longer switch to it after reacting to pain. - Modified the SET_SKIN command to save the model and skin of the player to the g_char CVARs. - Modified some additional script commands to save the player's appearance. - Lightsaber blades will no longer appear strange when a cloaked enemy decloaks while SFX Sabers is on. - NPCs assigned the Sith Sword will no longer be immortal while in sandbox mode. - If close to death, the player will regenerate up to 25 health at an inconsistent rate. - NPCs will no longer spawn on the enemy team by default. - Implemented Galak Mech's intended behavior. MENU/UI IMPROVEMENTS CHARACTER SELECTION - Added the ability to enable/disable the Character Selection menu to change your alignment - Improved the icons of multiple characters that had an image artifact around their model. - Changed the icon of the Bounty Hunters faction from the Mandalorian Neo-Crusader logo to a more appropriate logo. MAIN MENU - Added Mandalorian Funeral Chant as a possible music track. - Added Battlefront (2015): Walker Assault Theme as a possible music track. - Added The Sith Lords Theme as a possible music track. - Added KOTOR: Main Menu Theme as a possible music track. - Added KOTOR: Pazaak Theme as a possible music track. NEW SUB-FACTIONS New factions existing within current factions, characters will retain their primary faction, but their icon image will change to match - Sith Empire -> Ancient Sith Lords, Revan/Malak's Sith Empire/Sith Triumverate, Exar Kun's Sith Empire, Resurgent Sith Empire, Brotherhood of Darkness, Rule of Two Sith - Rebellion -> New Republic, Galactic Alliance - First Order -> Sith Eternal - Force Users -> Nightsisters, Eternal Empire, Revanites, Former Jedi - Mandalorians -> Mandalorian Neo-Crusaders - Civilians -> Yuuzhan Vong FACTION RE-ASSIGNMENTS THE FOLLOWING ARE A LIST OF CHARACTERS THAT HAVE HAD THEIR FACTIONS CHANGED (not including Sub-Factions) - Kreia has been moved from the Old Republic to the Sith Empire as an additional appearance for Darth Traya - G0-T0 has been moved from the Old Republic to Criminals. - T3-H8 has been moved from the Old Republic to Civilians - Lord Scourge has been moved from the Sith Empire to Old Republic - Visas Marr has been moved from the Sith Empire to Old Republic - Mira has been moved from Bounty Hunters to Old Republic. - Duchess Satine Kryze has been moved from Galactic Republic to Mandalorians - Arcann, Thexan, Valkorion, and the Zakuul Knight have been moved from Sith Empire to Force Users - Revan Reborn has been moved from Sith Empire to Force Users - The Revanite has been moved from Civilians to Force Users - Moved the Mandalorian Sith from Mandalorians to Infinities - Moved Darth Plagueis from Galactic Republic to Sith Empire MISCELLANEOUS FIXES - Fixed an issue with Darth Nihilus's NPC file so the sounds work as intended. - Updated Kreia's model to the Darth Traya model - Updated model surfaces used by Darth Traya's red skin for a more appropriate appearance.
  17. The console has a nasty habit of crashing on resolutions higher than 1080p when you scroll up. We have been provided a fix and it will be available in the next update. In the meantime, change your resolution to 1920x1080
  18. Download Galactic Legacy for a much better and less buggy experience
  19. This is gonna be a big progress report! Hope you stick around until the end! FACTION REWORKS Over the course of this month, a lot of work was done on looking over many of the characters currently featured in the mod. A large issue constantly present in the mod, ever since the beginning, was that many characters were either assigned to the wrong faction, or were assigned to the best faction possible, but it still didn't make sense. After some discussion, we have decided to introduce 1.) A brand new faction, and 2.) Sub-factions. First off, the brand new faction we will introduce is called "Force Users", which will encompass characters that are neither Jedi nor Sith, but also have no affiliation with any other faction. Secondly, with sub-factions, many characters are not directly related to their primary faction, such as Darth Revan and Malak have nothing to do with the Sith Empire faction, which is illustrated by the logo of SWTOR's Sith Empire. As they are closely related, but not exact, their icons have been updated to reflect their correct faction, but will still be located in their primary faction. For example: Sith Empire Sub-factions: Revan's Sith Empire, Exar Kun's Sith Empire, Ancient Sith, Sith Lords, Brotherhood of Darkness. Rebellion Sub-factions: New Republic, Galactic Alliance First Order Sub-factions: Sith Eternal And others will be made NEW CHARACTERS Next update will see to a plethora of new characters coming to the mod. Here is the current list, but please keep in mind that this list is subject to change: THE OLD REPUBLIC - Orgus Din - Trask Ulgo - Vandar Tokare (New model) SITH EMPIRE - Darth Angral - Darth Bane (Dark Lord) - Darth Baras - Darth Krayt (Vong Armor) - Darth Nihl - Darth Zash - Dread Master Bestia - Empress Acina - Exar Kun (Dark Lord) - Jorak Uln - SCORPIO - Sith Pureblood Warrior - Tulak Hord (New model) GALACTIC REPUBLIC - 501st Clone Trooper (New model) - Cin Drallig (New model) - Female Jedi Knight - Ferroda - General Kenobi (Mid-war) - Nikto Jedi Knight - Ord Enisence - Serra Keto (New model) - Vergere - X1 (Clone Commando) - Younglings (New aliens and other variants) THE SEPARATIST ALLIANCE - Asajj Ventress (Late Bounty Hunter) - Captain Argyus - Wat Tambor (New model) REBELLION - Ahsoka Tano (Nomad) (New Model) - Cade Skywalker (New models) - Cal Kestis - Koth Melan - Mara Jade (Jedi Master) - Mirax Terrik - New Republic Security Droid - Rebel Pilot (Female) - Shado Vao - Zekk GALACTIC EMPIRE - Admiral Screed - Crosshair - Dark Trooper - Darth Sidious (Sith Apprentice) - General Mohc - Imperial Commander (Trench Coat) - Imperial Officer (Trench Coat) - Imperial Senate Sentinel - Moff Gideon - Purge Trooper (Uprisng) BOUNTY HUNTERS - Boba Fett (1313) - Fennec Shand - IG-88 (New model) - Montross (New models + variants) CRIMINALS - Shahan Alama CIVILIANS - Czerka Corporation Guard - Kuill - Nico Okarr - Shmi Skywalker - Teebo - Tokkat - Wicket W Warrick FORCE USERS (NEW FACTION) - Revanite Avenger - Revanite Champion - Revanite Convert - Revanite Pursuer - Revanite Vindicator - Senya Tirall INFINITIES - Beach Trooper - Darth Voiid (Separated model) - Dark Lord Anakin Skywalker (Two new skin variations) NPC FREE CHOICE SYSTEM EXPANSION A heavily requested feature for the mod is at last coming to Galactic Legacy, allowing you to customize the weapon and lightsaber of any NPC featured in the mod. Whether it be having Anakin use Mace Windu's lightsaber, have Obi-Wan Kenobi fight in a most uncivilized manner by using a blaster, or for whatever reason giving a Wampa a gun, you will have that freedom! Please enjoy a demo video of the new system in action. Please keep in mind that a menu has not yet been developed for the system at this time, but will be coming later on. https://www.youtube.com/watch?v=T48WqVhg0OQ&ab_channel=StarWars:GalacticLegacy QUALITY OF LIFE CHANGES With new characters and faction reorganizing will also see to a large number of Quality of Life improvements to the mod. The first and so far largest improvement is that you will be able to customize the color of your Force Lightning (and Lightning Strike) ability to one of 8 different colors. Aside from the default blue you'll also have the choice to change your color to Red, Orange, Yellow, Green, Purple, White, and Black. This customization will also reflect on many characters featured in the mod, so Darth Desolous will get his red lightning, Arcann will have yellow, Plo Koon will get his orange "Electric Judgment" ability, among others. This customization freedom will also be implemented in the expanded NPC free choice system, so you'll be able to give Emperor Palpatine green lightning or Count Dooku red lightning as you desire. The issue regarding save games in missions was finally tracked down and addressed, you'll no longer Crash to Desktop when playing any of our missions, and we will also implement proper Objectives to your datapads for your convenience, limited our usage of printing Text to the screen unless absolutely necessary. Next, many NPCs when hurt would often switch to Fast Style, and some other NPCs would even use Fast style even when using Dual or Staff lightsabers. This issue was tracked down and appears to be fixed, so NPCs will only use their assigned Saber Styles. Additionally, the issue regarding the Sith Sword making NPCs unkillable, such as Mother Talzin and Marka Ragnos was tracked down and fixed, so all NPCs using the sword will be killable as intended. Finally, a small change, but definitely worth it. For those who are fans of the Dark Side ending of the Jedi Academy campaign, you will have the option to trigger it through our mission selection screen or console commands instead of needing to play through the 2nd Taspir mission. NPC MECHANICS More recently worked on, NPC mechanics. We are aware that all NPCs basically act the same as each other, either fighting the same or shooting guns the same. Recently we have taken steps to make some NPCs more unique than others. Over the last week, we have successfully programmed Darth Vader and Lord Starkiller (and respective variants) to play their respective breathing sounds, as well as them playing a more strained breathing sound as they take damage. Most notable of all, the Lord of Pain himself, Darth Sion has been given his unique trait. Upon his first defeat, Sion will regenerate a partial amount or all of his health, and on subsequent defeats he will have a 33% chance of dying. Testing this has been a lot of fun, as Sion's unpredictable chances of dying has made many fights dramatic. I suspect and hope someone will release new challenge videos regarding Sion's iron will to live at any cost. We have discussed other possibilities for other unique mechanics for other characters, and we should have more details at a later time. We have a lot of exciting ideas and we cannot wait to share or implement them as needed. Though this next update will likely see to a small number of NPCs being given new mechanics, we foresee other characters will be given new perks themselves. CONCLUSION This month did not see to any progress on the upcoming Deathstar Rescue mission as we felt it was more important to improve what we had instead of adding something new and (possibly) introducing more bugs. We can confirm however that the remastered Lord Vader POV for Operation: Knightfall is coming along very well, and we cannot wait to share it with you. Thank you for following the development of Star Wars: Galactic Legacy, and may the Force be with you.
  20. Reach out to me on Discord and I'll do my best to help you.
  21. Like Lancelot linked, download Galactic Legacy, we're actively working on the mod. Kotf 2.1 has been dead since April 2020
  22. Playermodel command works with npcs. If it's a model you're doing, then you need to do playermodel model model_default model_default model_default
  23. I was expecting an "attack aircraft". Also I noticed that the resistance and First Order factions are missing. I need to see the exact command you wrote.
  24. Can I see a screenshot? I'm having an impossible time believing this
×
×
  • Create New...