-
Posts
1977 -
Joined
-
Negative rep doesn't bother me. So far, it's actually been pretty funny.
I got a head-scratcher today because someone dinged me with negative rep on this thread with the comment, "It was a common request!" I don't know how to read that comment as a negative thing; the stuff that the utility does is a common request, I wrote a solution to help people out, and... ??? Maybe someone just fat-fingered the negative instead of the positive radio button, oh well. If whoever left that sees this post and it was in fact supposed to be a negative comment, please leave me another or PM me to let me know, because I'm really not seeing it.
Let's see, my other negative rep comments so far have been:- "n00b" and "tool" on this thread. I think that it's probably someone who just doesn't like me in general, was afraid that if they dinged me with negative rep on a specific thread I'd know who it is and would retaliate, so they just picked another one at random.
- "I have not seen one shred of 'proof' on your part of your claim, and my personal gaming experience as a casual player and non-farmer disproves it, therefore thumbs down to you" on this thread. Meh, farmer got angry. I got a bunch of positive rep on the exact same thread, so I really think as it turns out that a lot of people actually agree with me.
- "Like the wiki, but not the self-righteousness" on this thread. Meh again, whatever. I didn't think my post was particularly self-righteous, certainly not as much as it could (or perhaps should) have been. But I'm glad whoever left it likes the wiki!
I've gotten a lot of positive rep than negative, more than I expected to tell the truth. Certainly enough to make the negative rep I've gotten statistically meaningless. I figure if I keep doing what I do, working on little tools and widgets, trying to improve the wiki, answering questions as I can, then in the end, the chips will all fall where they should.
I can't believe Aggelakis got dinged, though. I don't care so much about negative rep, but as the founder of the Aggelakis fan club, that I take issue with.
By the way, it's "grammar" and "sentences," Angelius. Don't worry, though; I'm a pedant too, but I don't ding people with negative rep for it. -
Quote:They've prevented the execution of multiple powers bound to a key or macro to keep people from scripting macrobots. Sorry, but your only option is to bind Combat Jumping to another key and toggle it separately.I would like to add Combat Jumping to the bind so that on the first press it will turn off Sprint and CJ while turning Fly on...the second press would do the opposite by turning Fly off while turning Sprint and CJ on.
Quote:Also, just to confirm...it appears as if once the keybinds file is loaded via the Options menu that the binds are saved server side for that character. Meaning that, I could load 1 file for 1 character and a different one for another character and not have to worry about re-loading files all the time. This seems to be the case but a confirmation would be nice on how that exactly works if anyone knows.
Binds loaded on one character don't carry over to any other characters, with one exception. There is a default keybind file (I think it's default.txt, but I could be wrong) that, when you create a character, will be loaded on them. If you modify this file, it won't affect any existing characters, but it will affect any new characters you create. -
Quote:I've looked over the HTML code to see if maybe there is something I could add to my Greasemonkey script, but the date is nowhere to be found, only the thread number, which is sequential. I don't see anything in options, and the only other way it would happen is to pull the date out of each thread, which I don't want to do for risk of dramatically increasing the load on the server.Has anyone figured out a way to tell when a thread was started, without having to open the first post?
Sorry, I just don't think it's something an end user can change. -
Hey all, I've written a Firefox Greasemonkey user script to address a lot of these issues and more. If you're interested, I posted a thread about it here.
-
Okay, I've made another little change for those of you who might like some of the features but not others. ("But I don't want to use the old smilies!!!")
In the new version, you can selectively enable or disable each feature using menu items under Tools / Greasemonkey / User Script Commands. (Or alternatively, right-clicking on the Greasemonky icon in the status bar and selecting User Script Commands.) If you click one of the options, it will toggle it on or off and reload the page. It will remember the setting even if you close the browser and open it up.
The "Restore Defaults" option cleans out your about:config file in case you decide you want to uninstall the script. Now if you want to hide images in people's signatures and replace the smilies but you like seeing French and German forums, just toggle the Removing non-English Forums option off.
If you're not browsing the forums, the menu won't be there. If you disable the script, it will also not show up. It is only inserted at runtime when the script is enabled.
Here's a screenshot of the menu:
Use the link at the top of this thread to install it. Enjoy, and let me know if you have any problems! -
Quote:I've added a couple of new features. You can install the new version by clicking on the link above. Here's something AdBlock can't doHere is the link:
CoH Forum Fixer
Note that if you don't have Greasemonkey installed, it will probably try to download the script to your computer, which doesn't do much good. Feel free to let me know if you think other stuff should be added, and I'll see if I can get around to it.:
- On the post list page, threads with new posts are now highlighted with a light yellow shade to make them easier to see. Also, clicking on the thread title now takes you to the first new post, so you don't have to click on that tiny little arrow. (This mimics how the old forums worked.)
- I've replace most of the new smilies with the old smilies. The only one I didn't replace is the rolleyes smilie, since the old forums didn't have a smilie for that.
Here's a snippet of screenshot of the forum list so you can see how it looks on my machine now:
-
Edit: Oh, you were replying to someone else's post, not mine, which makes this post kind of irrelevant.
-
I think that there's a clear difference between "I don't want to read them" and "I can't understand what they're saying." But...
*sigh...*
Okay, never mind, don't use it then. This is only intended to be helpful, something I wrote for myself and thought, "Hey, other people might like this, too." If that's not the case, then, you know, whatever.
Oh, and incidentally, by hiding the foreign language forums, it brings other stuff at the bottom up higher so that you can see it without scrolling down. My next improvement will probably be to reorder the stuff in the "What's Going On?" section so that Today's Events is at the top, followed by the forum statistics, and the users online at the very bottom, since it is a big wall of text. -
Quote:Well, it's not like I've been seething over it or anything, but the fact is that those forums are worthless to me because I speak neither French nor German. I mean, it would be like if they put a bunch of extra forums at the bottom that are locked and that they've said will never contain any posts. If I have it within my means not to see them there, why would I?But are you seriously this bothered by the fact that at the bottom of the list, there's French and German forums? The English part of the forum already hast the most boards, and is on the top, and you're still bothered by the mere existence of other languages? It boggles the mind...
Besides, it's a common question/request, "How do I turn off the French and German forums?" The answer is that you can't, but with this Greasemonkey script, you can. I did it mostly to help out those folks, since I was already writing it for myself.
If you want to see those forums but like the other features, just change the var OPT_REMOVE_LANGUAGES variable at the top of the script from ['Francais', 'Deutch'] to false, and ployglot it up to your heart's content. Or hell, if you don't speak English and you're reading this (via a friend or translator service, presumably), feel free to change it to ['English'] if you want.
At some point, if there demand for it, I might check into adding config options to the menu instead. -
You know, I hate images in signatures, I don't like seeing alternate languages that I don't know on the home screen, and there are a few other things I don't like about the forums. Someone should do something about it!
...
Oh, wait...
As it turns out, I've been known to work up a javascript or two, maybe I could... Yes... Hmm, that might work... Yes! GENIUS!
Okay, I wrote a little Greasemonkey script to make some of the above changes and a few more. I've posted it on the Paragon Forge site. If you're using Firefox and you have Greasemonkey installed, this script will make the following changes when you're browsing the City of Heroes forums:
- It blows away the background image. Not that I don't like it, but it's huge, it makes the forums look "busy" to me, and after staring at it a while, it gets on my nerves.
- It blows away the big "City of Heroes" logo at the top of the page, and replaces the link to the forum home page with a simple link to the City of Heroes home page. (The forum home page can still be reached by clicking "City of Heroes Forums" under the top navigation menu on any forum page.) More stuff I can see without having to scroll down = happier TonyV.
- It removes all images from signatures and replaces them with a link to the signature.
- On the forum home page, it removes the French and German category listings.
Depending on how much interest there is, I might make some improvements to it over time as I see stuff that needs to be improved. Anyway, with no further ado, here is the link:
CoH Forum Fixer
Note that if you don't have Greasemonkey installed, it will probably try to download the script to your computer, which doesn't do much good. Feel free to let me know if you think other stuff should be added, and I'll see if I can get around to it. -
You know, I never cease to be amazed at people who get pissed off at RPers buying an MMORPG. I mean, with all due respect, what did you expect? I'm not saying that you have to RP, or that you should expect nothing but RP, but really, isn't this like going to church and then complaining the religious people piss you off? I'm not offended, but I admit that I am a little puzzled.
-
Which incidentally is another way in which these forums rock over the old ones. In the old ones, if I wanted to explain why I'm reporting a post or thread, I would have to actually post a note to the mods in the thread, and invariably, that was interpreted as, "Ha ha, I'm reporting you!!!" This way is much better, I can actually explain why I tagged messages!
-
Well, I wouldn't really count today's patch as "down time." It's scheduled maintenance time, which is probably why they waited until today.
-
Just so that you know what you're getting with each:
- Plain ol' City of Heroes/City of Villains (both are identical now) doesn't get you any bonus perks. Since it costs exactly the same as one of the later editions, don't buy this.
- Good vs. Evil edition gives you a month of play time, the Jump Jet power, the Pocket D teleport power, and two costume sets (Justice and Sinister). All in all, I would highly recommend this as your base purchase, as the perks are very handy.
- The Mac Edition gives you a month of play time, the Mission Transporter power, and the Valkyrie costume set. Note that you can get the goodies (without the month) as an upgrade, and if you purchase the Mac Edition of the game, the license works on the PC just as well, but you'll have to download the client.
- The Architect Edition gives you a month of play time and your choice of Super Booster I (Cyborg) or Super Booster II (Magic). Note that both of these are available as separate add-ons, and those are the only perks you get with the Architect Edition.
Really, unless you know for certain that you'll never use the Jump Jet or Pocket D teleporter, I think that the best way to go by far is to buy the Good vs. Evil edition, then upgrade as you have the money and desire for more perks.
Here are links if you want to buy the stuff at the PlayNC store:- Good vs. Evil Edition (Buy this first. Note that you can probably find it in a local store cheaper.)
- Good vs. Evil Goody Pack (If you get one of the other editions instead, you can upgrade to this.)
- Mac Edition goody pack (Gives you Mission Teleporter and Valkyrie costume set.)
- Wedding Pack (Gives you tux and wedding dress options, plus a few emotes.)
- Super Booster I Pack (Cyborg costumes and emotes, self-destruct power.)
- Super Booster II Pack (Magic costumes and emotes.)
- Super Booster III Pack (Science costumes and emotes.)
- 30-day Jetpack (Largely unnecessary due to safeguard/mayhem mission rewards and Jetpack vendors.)
One last option that most people don't use but you might is that you might run across a City of Heroes game card. These include the license to play, 30 days of game time, and the 30-day Jetpack mentioned above. You don't get any other perks, though you can upgrade with the goody packs listed above at any time. After 30 days, like any other edition, you either have to subscribe using your credit card or buy more game time cards to add time. (Note that a game card and game time card isn't the same. Game time cards only add time to existing accounts; game cards are more expensive and give you the 30-day Jetpack and the license to the game if you don't have one already from buying one of the other editions.)
Clear as mud? -
I got negative reputation today for dissing farmers.
Woot!
Some negative reputation I take as a compliment.In the "negative reputation only means what you want it to" camp, that's a win, which is kind of an important point. Who is leaving you reputation is just as important or more than what your reputation is.
-
Quote:Most consoles nowadays have a hard drive built into it to store patches and updates. In fact, some games don't even have media now. You order it from the console's store application, it's digitally delivered to the console's hard drive, and you play it from there. I suspect this is the future of consoles, that at some point, physical media will become outdated.I'm a little curious. Forgive me, I'm not a console afficionado. If CoX were to be ported to a console, how would that console handle patches?
...Not that I think that City of Heroes is coming to a console. I just don't think that would be very fun. -
Quote:Thanks for referencing that, by the way. I personally wrote that article because the coordinates, when viewed from a birds-eye like most people think of them on the map, are kind of wonky. I'm glad that it's useful to folks.Paragonwiki has a good page for explaining such things...
-
Quote:This is why the axes are laid out like they are. If your character is facing north, the camera is facing south. If you think of your monitor as a Cartesian plane, that means that to the camera, the x-axis goes from left to right, the y-axis goes from the bottom of the screen up, and the z-axis goes "into" your monitor.Except every math or physics professor I've been taught by will tell you that Y is up/down, just like it is in-game
In fact, the /loc coordinates do in fact reflect (x, y, z) coordinates, the coordinate system is just one with a vertical Y. If your camera's PYR is set to zero, then you're facing South. Y increases upwards along your screen, X increases to your right (West), and Z increases into your screen (South)
I'm a computer geek
(Of course, those axis directions means they're also using a left hand rule, rather than right hand rule... X is going in the wrong direction)
I created a picture a while back to make sense of it all. The character in the picture below is facing north, which means that the camera is facing south. The axes are set with a reference for how stuff is drawn on the screen.
-
Quote:It's called TweakCoH. I don't know if it's still updated, though, so your mileage may vary.I've searched the forums, Wiki, and Google. Maybe my search-fu is weak, but I am looking for the program that allowed you to change the settings of the game before even opening it. Any help?
-
I'm not going to sit here arguing with someone who is so dug in that they defy logic and common sense with such tripe. I've already posted the simple provable ways in which farming hurts the game, as if it's not obvious enough to anyone with half a brain that on every conceptual level, it's not a good idea to have people exploiting your game--any game--in such a manner.
I'm not going to act like no one should ever farm at all. Everyone does it at least a little in every MMORPG, getting a little extra "oomph" to get to that next level or to rack up the currency to acquire the next cool widget, and to some extent, that's not a bad thing. But everyone knows--yes, you too--that those who take it to excess make the game less fun for everyone else. In City of Heroes, this manifests itself in ways such as farming spam, RMT spam, grossly imbalanced PvP, inflated market prices, and deteriorated image of the game and its community. It's not a question of whether or not excessive farming is good or bad for the game.
It's bad, period. Repeatedly explaining how and why is like repeatedly explaining why shooting yourself in the head is bad for your health, it's that obvious. Yes, there are nuts out there who will swear up and down that there was once a guy who had such bad migraines that he tried to commit suicide by shooting himself in the head, but he lived, and the bullet took out the part of his brain that was causing the migraines, and he lived happily ever after. You're worse than one of those nuts, because in the analogy, you're actually using such crap to justify why shooting yourself in the head is actually really good for your health.
The developers know it's bad as well, which is why they have repeatedly taken steps to curb farming activities over the years. This is the part where you'll deny that they've done anything, as most farmers I run across insist that the devs either don't care about farming or actually encourage it, in spite of so much evidence to the contrary that it makes such claims look foolish. Or maybe you'll scream about how these steps have all spelled DOOOOM!!! for the game, in spite of it going stronger than ever more than five years later.
The only real questions are how far people like you are willing to go, how much you're willing to exploit the game, how crazy the stuff you say is, to justify the selfishness of farming excessively, no matter how much it hurts the game or its players, and what the developers will do to curb your farming activities.
Quote:I have a hard time believing your thickness on this topic is genuine.
Quote:You're either arguing for the sake of arguing, or your understanding of the market is on par with my understanding of nuclear physics.
As it is, though, I tire of this thread. The question has been answered repeatedly, and non-farmers (which is most players) know that it's correct. No, farming is not killing the RMTers, it is helping them. As farming increases, in-game inflation increases, thus there is increased pressure on non-farmers (which is most players) to seek other sources of influence, which drops them right in the hands of RMTers. As supply of influence is increased and more efficient means of farming are developed, it lowers the cost for RMTers to acquire the influence they sell, thus lowering the prices on their sites. These two factors mean that the more people farm, the more wonderful RMT spam we can count on getting, barring the developers clamping down on it more, which they have demonstrated a willingness to do in the past.
By all means, please do continue arguing with other people who will indulge your farming delusions. -
I don't want the e-mail system elimated, and I don't want it turnable-offable either. I think the following would help the situation:
1) When a spam account is banned, have it kick off a process that deletes all messages that person has sent from all mailboxes across all servers. I don't see any reason why I see e-mails from "empty" in my mailbox.
2) When a spam account is banned, have it kick off a process that removes that account from everyone's ignore lists. If they can't log in, there's really no point in them taking up space in my ignore list, is there?
3) Create a secondary ignore list for spam, a list separate from our regular ignore list. Names added via /ignore go to the to the regular ignore list and don't get removed. Names added via the Spam button go to the spam list and get bumped off as it fills up.
4) Improve the heuristics that detect what is and isn't spam. Right now, it ain't too good.
5) Do some due diligence on the back end to keep RMTers from gaining access to the e-mail system. I was under the impression that trial accounts could not send e-mail, but I've heard conflicting reports that there is a way around that limitation. If there is, plug it. If there's not and people are using bogus information to register real accounts, figure out some better way to stop that.
6) Because it bugs so many people, and because it's just a good idea genereally, when someone reads their e-mail, turn off the red e-mail lettering. This would be a good QoL change in general, because as it is, I can't tell when I have new e-mail without deleting all of my existing e-mail first, which I'm not going to do.
7) Hunt down the RMT spammers and kill them. Yes, I know it might not be easy, and it might cost a lot of money to actually carry it out, but man, would it make me feel a lot better. I'll chip in to hire the team of assassins if necessary. Maybe you could even offer an add-on pack for $20 or so where players who buy it would get a "Nuisance Handler" badge, and use the money generated to form the hit men. -
Quote:No, don't do that, I use reputation to judge people.But if it bothers you, then by all means, disable the rep feature for your account and minimize that part of your profile.
...
No, but seriously, if you didn't have any negative reputation, then I'm guessing that you're kind of a forum sycophant. Anyone who's says anything worth listening to will always have some people out there who disagree with them, and of course, there are always the trolls who don't listen to anyone and just like to make others miserable. The best you can hope for is to either keep your mouth shut (which I don't suggest) or accept that sometimes you'll rub people the wrong way and live with it (which I do suggest). One disagreer/troll does not a reputation make, that's why it's cumulative. Just keep doing what you're doing and hope for the best. -
Quote:QFTATime to switch to Firefox. It's a better browser. All the cool nerds use it.
Firefox with AdBlock Plus, NoScript, and Firebug (if you're a developer) is a life saver, and I don't mean the breath mint. Over the years, they have protected me from all kinds of nastiness, and browsing the web without them is like downloading and running questionable software without a virus scanner.
With the improvements they've made lately in the scripting engine and other features, Firefox is simply the gold standard in browsers, period.
True story: At work, against the wishes of our desktop support group, I have Firefox installed on my workstation and I use it as my default browser. I've had a lot of people ask me, "That's not Internet Explorer, what is that?" Over the years, I've gotten so used to the question that I have a stock nickel tour explanation. I show them various features. Everyone I've told about it is amazed, a bunch have installed it at home as their default browser, and everyone that I know who has tried it is solidly converted now. Many have spread it to their own family and friends. Almost everyone in the office now also has it installed on their workstations.
Get it. Use it. Be happy.
Love the smilie, Mateo. -
Quote:Simple. Because they are consuming MORE of the desirable items (e.g. purple IOs) while degrading the price of the other stuff, the stuff that is less desirable, to the point where no one else can make a profit off of it.Please explain how generating MORE of an item somehow raises the price and makes it LESS available.
I won't hold my breath.
Duh.
Quote:You seem ignorant of the fact that farmers are supplying the recipes in greater quantities.
Meanwhile, the stuff that is more desirable to have simply isn't there. The people who are farming billions of influence--and the people who are keeping RMTers in business--are buying them at artificially inflated prices, prices that are currently so high that the only way that casual/normal players can obtain them is by hoping for a drop.
The more people farm, the more money RMTers make, plain and simple. Why? Because the more people farm, the more inflation there is in the game, the more casual/normal players can't obtain the high-end stuff, the more some will resort to buying influence from RMTers to avoid having to engage in the tedium that is farming. Like I said, farmers are causing this problem, not helping it. Please stop trying to rationalize selfishness. If I were an RMTer, I would pray night and day that this game go more and more to the farmers so that average Joes would have to buy my stuff to even come close to keeping up.
This isn't all just theory. Pre-Issue 9, before there were recipes, IOs, or an invention system, there was a point of diminishing returns. Once you had two or three million influence, which was easily obtainable by level 35 or so through normal playing, you were pretty much rich enough to SO out your character. You could farm if you wanted to, but really, there wasn't much to do with those extra millions of influence other than give it away or use it to twink your other low-level characters.
Back then, and this is important, there was no RMT spam. None. Zilch, zip, nada. There might have been some RMT sites, but it wasn't worth their time spamming people with RMT e-mails or tells because the real world money just wasn't there. There was a specific point of diminishing returns to having massive amounts of influence did you no good whatsoever, because you couldn't improve your character through more farming.
That is the point to which the devs should strive to bring the game back to. Where casual players have some stuff, avid players have more stuff, and farmers might have just a little bit more, but no significant advantage over the people who are avid players as they do now. I guarantee you that 1) you would see a dramatic drop in RMT spam, and 2) the game would be much more fun as people actually played it. -
Nope, there are no ways to directly transfer stuff between your characters.