What will be In the Next HotFix

A place for members to discuss anything pertaining to MMORPG development.

Moderator:Lexx Yovel

Locked
Issele
Captain
Posts:427
Joined:Sat Dec 24, 2005 8:30 pm
What will be In the Next HotFix

Post by Issele » Wed Mar 01, 2006 1:41 pm

Test Center Update Notes March 1st

Quests

Fixed some issues where players could get into a state that prevented them from being able to complete any quest.
Legacy Quests: Jabba's Palace: Runaways: The Runaways quest will completed for all players who have finished the quest prior to publish 27.

The Millennium Falcon landing movie will only play when you are landing at Tansarii Point Station in the Falcon.

Space

Space Battlefield entry stations will no longer charge prestige points for access to Deep Space.

"Out of Range" will no longer be displayed incorrectly for targets in space.

Fixed an issue which could have resulted in ships being incorrectly deleted in rare cases.

User Interface

Non-modal chat should work correctly.

"Mouse mode" will be off by default when a new character is created.

User avatar
Leviathen
Colonel
Posts:1450
Joined:Mon Mar 28, 2005 12:51 am
Location:Ontario, Canada
Contact:

Post by Leviathen » Wed Mar 01, 2006 8:05 pm

They need to fix animations associated with heavy weapons, people are always aiming when they hold them.
Image

Sealed with a curse as sharp as a knife, doomed is your soul and damned is your life

Issele
Captain
Posts:427
Joined:Sat Dec 24, 2005 8:30 pm

Post by Issele » Wed Mar 01, 2006 10:58 pm

Leviathen wrote:They need to fix animations associated with heavy weapons, people are always aiming when they hold them.


The reason for that is heavy weapons use location targeting, it has to work that way. TH did ask if it could be changed, but it's not somethign that would take priority right now. But for the future... :(

User avatar
Leviathen
Colonel
Posts:1450
Joined:Mon Mar 28, 2005 12:51 am
Location:Ontario, Canada
Contact:

Post by Leviathen » Wed Mar 01, 2006 11:11 pm

Ah, thank you for the info!
Image

Sealed with a curse as sharp as a knife, doomed is your soul and damned is your life

User avatar
Santos
Colonel
Posts:1864
Joined:Thu Jun 03, 2004 8:18 pm
Location:Philadelphia
Contact:

Post by Santos » Thu Mar 02, 2006 10:40 am

Hey Issele, perhaps you could make a skill of sorts that activates the heavy weapons targeting abilities? For instance, a skill called "Heavy Weapons" would activate the targeting system, and hitting the skill again would make it rest in your arms without being in the attacking position?

Or you could add something like this:
(I dont know what you use to code galaxies, but heres the concept, ill just sort of mash together flash and java)
myCharacter is (you guessed it) your character
4 and 5 (just using them as an example) represent the "frame" in which an animation is stored, that being the flash segment of this example, since I dont know how to write games in java yet

if.myCharacter(attacks, attacked);
//*
* This line basically just triggers the entire concept, setting up the rest of the code by telling you that being attacked is the trigger
goto(4);
//*
*4 representing the animations active when heavy weapons currently equipped)
if.myCharacter(leavesCombat);
//*
*Same as the first line, only this time it is telling you that when you leave combat, something will happen
goto(5);
//*
*5 represents the animations which have the "idle" state in them
Image

User avatar
Lexx Yovel
RID Leader/Mayor
Posts:5390
Joined:Fri May 14, 2004 10:26 am
Location:Fort Oasis, Tatooine

Post by Lexx Yovel » Thu Mar 02, 2006 11:24 am

Maybe simply the act of fireing the weapon will make it point. Otherwise the weapon is held normally.

Szul

Post by Szul » Thu Mar 02, 2006 1:05 pm

Or they could just bind the ground targeting action to a hotkey/mousebutton like Mythic has been doing for Ground Target Area Effect spells in Dark Age of Camelot for the past... oh what, 4 years?

What worried me was reading that a lot of the SWG feature designers are ex-Everquest GMs, which was a volunteer program of players in the San Diego area, with little to no feature design experience at all, much less game feature design...

Issele
Captain
Posts:427
Joined:Sat Dec 24, 2005 8:30 pm

Post by Issele » Thu Mar 02, 2006 5:38 pm

Szul wrote:Or they could just bind the ground targeting action to a hotkey/mousebutton like Mythic has been doing for Ground Target Area Effect spells in Dark Age of Camelot for the past... oh what, 4 years?

What worried me was reading that a lot of the SWG feature designers are ex-Everquest GMs, which was a volunteer program of players in the San Diego area, with little to no feature design experience at all, much less game feature design...


Where did you read this at? Yes some of the EQ team has come over to SWG Team but they are very quailified in there jobs and you can read there Introductions on the Offical boards. One was the EQ Content producer who has taken over the SWG Content... quest and ect.

Szul

Post by Szul » Thu Mar 02, 2006 8:17 pm

Issele wrote:
Szul wrote:Or they could just bind the ground targeting action to a hotkey/mousebutton like Mythic has been doing for Ground Target Area Effect spells in Dark Age of Camelot for the past... oh what, 4 years?

What worried me was reading that a lot of the SWG feature designers are ex-Everquest GMs, which was a volunteer program of players in the San Diego area, with little to no feature design experience at all, much less game feature design...


Where did you read this at? Yes some of the EQ team has come over to SWG Team but they are very quailified in there jobs and you can read there Introductions on the Offical boards. One was the EQ Content producer who has taken over the SWG Content... quest and ect.

From those Introductions. But I probably misread, which seems to be a trend of mine atm.

Issele
Captain
Posts:427
Joined:Sat Dec 24, 2005 8:30 pm

Post by Issele » Thu Mar 02, 2006 10:44 pm

On the laggy lava cannon: The lava cannon does one tick of damage immediately on impact (like all heavy weapons). Some small amount of time later it does a second tick (which can, in fact, be avoided - especially if you're already in motion when you're taking the first hit).

The second damage tick has been the topic of balance discussions, internally, and may be tweaked or even removed in the future

Locked