Jump to content

mdobrowney

Members
  • Posts

    176
  • Joined

Reputation

10 Good

Personal Information

  • Location
    Canada
  • Interests
    Gaming
  • Occupation
    Auto Tech
  1. - Make the End game gear only come from the Crafter. Do not allow vendors to sell max level gear - Top level mats come from Ranked pvp rewards or HM, Ops Runs . - Make the Gear Decay. Every repair causes a decay point once it hits a 100 it is broken and can not be repaired. - Allow players to post over a msg board requested Gear and Mats. Then allow Others to fill those orders. - Add Bidding to the GTN .. This will help players find out what there crafted gear is worth .. - Change vendors to only sell Mats and schematics to craft the max level gear. In the end you just need to give back to the crafters. Stop allowing players to just run warzones, Hardmode flash points, Ops or Dailies to get Coms, to just buy the best gear from an NPC. The game is about real life players building the game. When you Allow players to buy the best gear from the vendors you are killing the Economy. The only thing I would use the Vendors for is to buy the Schematics or Mats to craft the gear. I can not say this enough .. Allowing players to just buy the best gear is what is killing this game. Make players work for it ..
  2. Bottom Line Grinding Dailes sucks. We need events like the raguol plague. They should have ongoing active events not Dalies. Make the world change. This is what is needed from a 2012 MMO not an wow copy .. Changing world events and gameplay is what will keep SWTOR fresh. Would also love to see where the crafter could make end game gear that a vendor can not make .. I have said it from Beta and I will say it again. The best gear should come from the crafters. Make the gear wear out. Gear should decay over time giving players a reason to go back and buy more gear from the crafters. Look at what GW2 did with their Trading Post. Like I have said before .. Make it so players can request gear and mats and others can fill those orders.
  3. No they closed it for pop problems. BW claim that the game does not have performance problems. They said Ilums Capture points in beta were bugged so they remove them and gave us the kill eachother for our dailies. They then came back saying the Empire Zerging was casuing too much greaving, so they removed the missions and were going back to the drawing board on Ilums PVP. This is what they said in the Guild Summit . In BW's mind the game runs great they just are trying to op it for Low end computers . BW will never openly say they messed up and the game runs like crap. That is Bad PR and EA and BIoware are all about trying to look good infront of the new comers
  4. So got to move today . wow .. 300 Rebs on the Fleet Station now . Anyone that does not make the move are nuts and need to got play Mass Effect 3. Now we just need Bw to give us back Ilum with some open world PVP .. Maybe something like this
  5. Here is where i stand with swtor. I love swtor but hate EA. i love Mass effect but hate BW. all i can say is you do not really listen to the players of the game. See ya when 600,000 more unsub and you close the doors on everyone that put there hard earn money into the game ..
  6. I can no longer play swtor. IT is clear BW will not listen to what the hardcore players/crafters want. They try to keep everyone in the dark and just over hype every bit of content . With Arena.net they are more then open to talk with the players about ideas and game content. Also does not hurt that it is non sub based game.
  7. Like to see where the Casino at Nar is fully useable .. WIth card game you and your friends can play .. Maybe something like Texas Holdem .. And workable Slots where i can chance my credits ..
  8. then there needs to be another level of gear that comes only from craftters. Not from the vendor.
  9. This idea is to allow all Purple crafted gear to be RE to orange. Doing this would allow people to get the gear they like into an orange state. Also i would like to see this placed into Ear peaces and Implants. Give them an Set stat like Aim or Cunning and then allow them to have an open Mod, Enhancement and Augment slot . Also with crafting in mind the next tier of gear should only hold Blue mods and allow them to be RE for the schematic to be build purple from a crafter . The best gear in the game should come from crafters not the vendors. Do this and i think the crafting system would be something to brag about ..
  10. Been watching alot of Star Wars The Clone Wars. Skywalker's apprentice holds the light saber backwards . I would like to see an option where we could change the saber hold position ..
  11. Ok here is my glovepie script .. To start goto http://www.glovepie.org to download the tool. then load this script to make it work . Make note this is for an xbox 360 controller . Here is the details of how the controller works.. Left Analog stick Up = W Left = Q Right = E Down = S Right Analog Stick Left = A Right = d up and down control the mouse up and down. A, X, Y, B keys A =1 X =2 Y=3 B=4 Lower left shift and A = 5 Lower Left shift and X = 6 Lower Left shift and Y = 7 Lower Left shift and B = 8 Left push down anlong stick = 9 back button = 0 start button = - right dpad = = up dpad = m down dpad = c left dpad = control + 1 Upper Left shift key is tab Upper Right Shift is Space key Lower Right shift is right click with mouse. Right push down analog stick is auto run Overall it works very well once you get the hang of it .. There is also room for marcos for agents. I play as a sith right now.. Below is the script .. Just copy and paste it into Glove Pie ///STAR WARS 360 CONTROLLER ///////////////////////////////////////////////////////////////////////////// ///// Sound Files //////////////////////////////////////////////////////////////////////////// //Movement and Use //Movement - Left Stick W = XInput1.Joy1Y > 0.2 S = XInput1.Joy1Y < -0.2 Q = XInput1.Joy1X < -0.2 E = XInput1.Joy1X > 0.2 //Aiming Control - Right Stick a = XInput1.Joy2X < -0.2 d = XInput1.Joy2X > 0.2 Mouse.DirectInputY = Mouse.DirectInputY - 12*deadzone(XInput1.Joy2Y) //Dpad control Key.M = XInput.Up Key.Equals = XInput.Right Key.C = XInput.Down //Left dpad control if XInput.Left then wait 10ms press key.Ctrl press key.1 wait 20 ms release key.Ctrl release key.1 endif // Lower **** buttons //= XInput.LeftTrigger Mouse.RightButton = XInput.RightTrigger // Upper Shift Buttons Key.Tab = Xinput.LeftShoulder Key.Space = Xinput.RightShoulder // Push buttons on Analog sticks Key.9 = XInput.LeftThumb Key.NumLock = XInput.RightThumb // A, X, Y, And B buttons key.One = xinput1.A and not xinput1.LeftTrigger and not xinput1.RightTrigger // Skill One key.Two = xinput1.X and not xinput1.LeftTrigger and not xinput1.RightTrigger // Skill Two key.Three = xinput1.Y and not xinput1.LeftTrigger and not xinput1.RightTrigger // Skill Three key.four = xinput1.B and not xinput1.LeftTrigger and not xinput1.RightTrigger // Skill Four key.five = xinput1.A and xinput1.LeftTrigger and not xinput1.RightTrigger // Skill Five key.Six = xinput1.X and xinput1.LeftTrigger and not xinput1.RightTrigger // Skill Six key.seven = xinput1.Y and xinput1.LeftTrigger and not xinput1.RightTrigger // Skill Seven key.eight = xinput1.B and xinput1.LeftTrigger and not xinput1.RightTrigger // Skill Eight // Back and Start buttons key.0 = xinput1.Back key.Minus = xinput1.Start
  12. Yeah tell me about it .. I started with my voice control stuff just to do some in game typing and it turned into a 6 month project. script was 20 lines of code at the start .. Now is over 1000 lines. LOL . I still work on it from time to time. The old think tank can go over board from time to time. LOL
  13. Glovepie will do kinect too.. for the most part the voice control stuff is fun. I have done alot of the voice control scripting . My virtual crew chief script i wrote. You talk to it and it talks back. You tell it you have a problem with the car and it trys to make it better next stop.
  14. I agree with ya. i moved all my pc gear up to my living room. So playing with a keyboard and mouse is not the best idea. So i started looking at glovepie for some controller scripting. I have worked with it before for voice control for a racing game i play called iracing.com. i built a crew chief system that you would talk to and it would work on your car as you raced. Overall the system worked very well and showed me the power of glovepie. Also when i played rift i used it to run some in game marcos to never go afk. Again it worked perfect. So i used it here in SWTOR. Well it took a little time to get use to playing an MMO with a controller, but now i would not play anyother way . For pvp i am faster with the controller and can play longer. With a keyboard and mouse my hands would get very sore after a few hours of play. Now i can play 6 plus without any problems. Plus playing on my 50 inch tv in my living room is alot more relaxed. It feels like playing Dragon Age on the 360. Or anyother Great RPG built for a controller. If SWTOR would give a few more hotkey mapping i could do a little more combat. Like to see 1 to = and say like the lower bar Shift 1 to = . This would give me full control with a controller .
×
×
  • Create New...