Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Qhimm

Pages: 1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 43
201
Archive / FF7 - Reactor RELOADED Project
« on: 2005-07-04 08:58:17 »
And I'm afraid that just renaming stuff isn't going to keep Square's eyes off you, what they get poofed about is the use of their characters and settings in such a grand, official looking manner. Just remember the Chrono Trigger: Resurrection project, which was essentially completely remaking an even older game, also keeping in mind that they're still milking FF7. If you're really serious about going through with it though, I suggest it should be done in near complete secrecy, not talking about it around the web (more than necessary, like this topic perhaps), no project website people can link to. By the time the C&D note arrives, your project could have already been released. Of course, at that point it might not be a mere C&D note either, as a certain US legal case illustrated recently.

Whatever happened to that affair, anyway?

202
Archive / FF7 - Reactor RELOADED Project
« on: 2005-07-03 20:55:08 »
I'd say it would be far easier to write your own engine than it would be to try and squeeze something like that into FF7's original engine. Still it's a captivating idea, probably the most professional attempt I've yet seen content-wise. Shame Square-Enix would probably crack down on it like a ton of junkies.

203
I don't suppose you could upload or mail me a copy of the code, along with that particular LZS file? I could probably help spot it better if I could see it running, as well.

204
General Discussion / ePSXE?
« on: 2005-07-03 09:44:50 »
Typically we don't assume piracy unless there's some outspoken grounds for such suspicions. Kanye's story seemed plausible enough to begin with, so I apologize for the less than warm welcome. We (as in I, really) do look down on piracy of these games, and after encountering it time and time again, our members are getting more careful before helping new users. They're usually more polite about it than accusing people of lying though, and the basic assumtion is supposed to be that the user is legit unless shown otherwise, not the other way around.

As voodoo47 points out, you basically just need the emulator, bios image (*cough* "illegal" *cough*), and the basic set of plugins. His info should be enough to get you running, but if you run into problems feel free to reply again in this topic.

205
Scripting and Reverse Engineering / FF7 Text System
« on: 2005-07-02 17:30:35 »
I don't have the exact op-codes in my head (maybe they can be found in Gears if a copy is still floating around), and I don't remember the exact order of things. Unfortunately I also don't have my disassembly project on this computer so I can't tell you which functions are responsible. Generally though, in the script you have a WINDOW opcode, which initializes one of the four supported in-game windows to a specific size and location. You can then associate text with the window by using the LINE opcode IIRC, and then there's a third opcode that actually starts the animation (to display the window).

206
Scripting and Reverse Engineering / FF7 Text System
« on: 2005-07-02 08:50:42 »
What you are referring to as 'the text engine' really consists of different systems depending on the module (battle, field, world map, menu). Most commonly all text output is handled by the field script engine, which precisely controls window creation, animation and text display as dictated by the field scripts. There is thus no simple function that outputs a message (except possibly in the other modules), since it is all embedded in the pseudo-threaded field scripting and display system, and each function only does a small part of the job.

207
Since I don't have any of the PSX files here to look at, I unfortunately can't examine the problem closer. Also I don't really know how your TIM function works. I notice that in the included code you don't actually use the CPal value, but I assume you just left out those parts.

I don't have the PSX_FF7_TTRI or PSX_FF7_TQUAD structure to look at, but I notice that you seem to be looking for a single 'palette index'. It is well worth to remember that on the PSX, the TIM files include specific coordinates in the frame buffer, where the CLUT and image data will be loaded, and the CLUT is then referred to by those coordinates (see halkun's PSX doc for closer info on exactly how these coordinates are fed in GPU drawing commands). It is very common (among Square games, at least) to simply mirror the required information in the data files to minimize processing overhead, thus you're most likely looking for a set of CLUT coordinates instead of a single index. These usually are stored in order and can thus be sort of handled as an index as well, but it's by no means a fool-proof method.

208
Quote from: nicklong1184
Hey can you give me an example of what my ff7 regestry should look like

He just did. And beyond that, no.

Reinstalling FF7 and running the configuration program always correctly sets the registry keys. The only reason you would have problems with this particular bit, or indeed have a ff7.reg file to begin with, is if you're using a downloaded rip. Which we won't help you with.

209
General Discussion / GGRRRRRR!!!
« on: 2005-06-29 15:00:33 »
On the same topic, I also heard this really tricky way to actually revive Aeris, you had to do a whole bunch of stuff involving the church but then you got her back in a special scene and she also shows up in the ending!! Honestly! ;)

210
Archive / FF8 Can't find song
« on: 2005-06-29 11:09:01 »
1. Don't double-post, please.
2. The song being played on the Ragnarok at that point is the title song, Eyes On Me.
3. The song is stored as a normal CD audio track on the corresponding game disc, IIRC.

211
General Discussion / Any way to "record" ingame playing?
« on: 2005-06-28 16:14:36 »
First off, I can say with full certainty that Terence hasn't become the respected guru that he is by throwing around derogatory comments. It wasn't an insult, no one was offended (except maybe you), and regardless of that, beggars can't be choosers. I don't see why someone like Terence should have to carefully "soften" his words so that other people don't feel dumb around him when he most likely is smarter than most of us anyway. And certainly more knowledgeable in this area.

Besides, "Then you didn't try hard enough" is a clean statement of truth, arguably more friendly than just "you're wrong" since it corrects the basis of your conclusion instead of attacking your capacity for logical reasoning. The Shinra truck in Corel Prison is very much accessible and not deleted from the final game. He recognizes that the poster is in error by suggesting that conclusion, exactly because he didn't play the game enough to discover the opposite, and tells him so. If you're going to go around being offended by people correcting you when you're wrong, then a discussion forum is hardly the right place to be, yes?

Enough off-topic discussion, get on with it.

212
General Discussion / Any way to "record" ingame playing?
« on: 2005-06-28 12:51:47 »
Quote from: James Pond
Woah now...No need to be like that... he was only stating he couldnt remember seing that map in game...

Be like what now? It was a clear factual correction, from one of the foremost authorities on that game. And people were already making wrong assumptions based on that initial statement, i.e. "obviously another item that was deleted", so you should instead consider yourself lucky that someone decided to brighten your day by increasing the total sum of your FF7 knowledge. Thanks for the correction, Terence.

213
Announcements and site development / Thoughts
« on: 2005-06-26 18:24:53 »
Quote from: Monkey on your back
I'm not sure... but I suspect that at least some people would like to keep their username for regular discussion, instead of modding. But like I said, that's just a guess.

I suppose this as well, and people are not going to be willing to start a new "normal" account and start from scratch at earning people's respect, and they wouldn't want to dedicate their entire original identity to moderating. Heck, we're not the Men in Black. :P

Probably all the problems can't be simultaneously solved, but personally I'm leaning towards the whole "make moderation non-personal" idea. Don't reveal who the moderators are, and don't reveal who moderates what. Keep moderation posts "anonymous", and instead provide a common communication channel to the more abstract concept of "the administrative staff" whenever such talk is needed. Keep moderating as simple as possible, not as a huge task that needs public recognition (this can be done with ranks instead). I'll try to do a quick run-through of Spiro's problem list with this idea:
  • Problem B is completely solved by making the process automatic, separating moderation posts and user posts in the interface.
  • Problems A, C, E, F and G are only problematic because long-time users already know who the moderators are. However, users who have become long-time regulars don't cause problems.
  • Problem D isn't a big problem, because even if one moderator's identity should be revealed, you still don't know what work he/she is doing. Worst case scenario is still no worse than current day moderation systems.
  • Problems E and H will be no worse than the current system, but the reason for being careful is a better one; fear of breaking the rules, instead of fear of pissing of a moderator personally.[/list:u]That's my five cents (inflation).

214
Announcements and site development / Thoughts
« on: 2005-06-24 07:14:17 »
Quote from: Monkey on your back
Quote from: Caddberry
...but I like my own account.

In other words; you like the prestige of having the little title there. Nobody - well, at least I (can't say for Qhimm, since some monkey censored him) - didn't suggest taking your regular account away. You just don't use it for moderation.

My own view was something to the effect of not having actual dual accounts (at least not under the current account system, which would create lots of extra work for moderators), but rather to have sort of a pseudo-identity just called "Moderator". Moderators could, when posting, choose whether to post as themselves (for normal posts) or as "Moderator", in which case their identity would be hidden. This could, for example, be separated into two entirely different pages, "post reply" and "moderate" (with added moderation tools). To normal users, it appears that a magical "Moderator" user has posted. Thus we have the advantage that moderators can do their work separately from their normal posting, with the added benefit that it's harder to bitch back with personal insults since you don't know exactly who posted (unless the moderator uses a very characteristic writing style, which would show through anyway).

Quote from: Monkey on your back
Quote from: Caddberry
If they have a question about something for example they PM a moderator. If everything is weird with 2 accounts it would make this more difficult to do.

How exactly? Is it more difficult to write "Moderator #4" to the recipient field of that PM? There is nothing "weird with 2 accounts", the regular account is not moderation account, period.

This is one of the bits that would not work with my idea, as the "Moderator" user doesn't really exist. But ideally you'd want some form of "notify moderator" system instead of PMs anyway, which would be just special PMs that would show up in some special bin accessible by any moderator. Replies could be written using the same "Moderator" pseudo-user, and replying to that I guess would just send the new message into the moderator bin again. Though this system would probably not be used for lengthy discussion anyway. So essentially what I'm suggesting is a system to mimic actually having a separate moderator account, but which moderators can use without actually having to switch back and forth.

Quote from: Monkey on your back
Quote from: Caddberry
Some people fear moderators just because of the name moderator. It's the same with an Administrator title. People watch what they say around staff members being careful or as you said not being careful to insult them. This has it's good points. Moderators are more respected generally speaking, and because of that their presence on any forum helps maintain order.

And this would create exactly what kind of problem with the system I suggested? There are moderators, there are admins - you just can't associate them with their regular usernames.

They get respect where they need it - or don't get it, if the current trend continues - but they don't enjoy any kind of unnecessary privileges.

I'm still split on the issue of actually hiding the identities of the administrative staff. Most of the benefits can be drawn just by obscuring the precise identity of individual moderation actions. If there are enough moderators, they can be visible and it's still not trivial to associate them with moderation posts. The problem with keeping the actual "who's a moderator?" secret is that the secret will eventually get out, and then the point is lost. There's also the (admittedly optimistic) idea that a visible moderation staff sets an example for other users even when they post as normal users. Sure if you stay long enough you sort of pick up who's important and who's not, but for new users it's often a relief to be able to clearly see "proper users". This could probably be better established by using different ranks than moderators, though.

I do believe there should be some reward for being a moderator other than seeing a mildly cleaner forum though, so I think the visible titles should stay. Though perhaps one shouldn't reveal exactly who moderates what, just keep a list of "these people help moderate various parts of the forums". And perhaps the title displayed next to their posts shouldn't be so blatantly official-sounding as "moderator". A small icon would suffice, with a mouse-over text or something, then users could see that he's a higher-ranking member, but would get the immediate feeling that the post contains official forum opinions. I know some people (including me) like the added respect by having the title publically displayed, but we don't always want the room to go quiet when we enter. This would probably still continue with separate moderation posts, since the word "moderator" is to firmly connected to official posts from all the other forums on the internet. A more balanced approach would be needed, I think.

Quote from: Monkey on your back
Quote from: Alhexx
First, I've got to admit that it was me who "destroyed" Qhimm's original message. Sorry about that.

You can move the quotation marks from destroyed to sorry, it certainly seems to be gone - but at least I don't believe one letter of that sorry.

Now I'm as annoyed as anyone that my extremely well-formulated post was destroyed by a fresh moderator who couldn't tell the difference between the "quote" and the "edit" button. Not a great start on the job, Alhexx... I'm not going to bother with it further though, I've got your assurance it won't happen again, so if it does, and another content post disappears somewhere, I won't consider it accidental. Fair deal, no?

Quote from: Monkey on your back
Quote from: Threesixty
The payoff of being an unpaid Mod. is respect; isn't it? (Or a feeling of belonging....at the very least.).

Not better forum? :-?

I'd think a moderator's primary motivation should be to preserve the community, yes. The added respect comes from him doing a good job, not automatically with the title. Unfortunately the new system would obscure this, so if some moderators do crap work, people won't know, neither will they know who to respect as a person for doing a great job. This is admittedly a small problem, because even in the current situation we've had several moderators burn out because of the small perceived rewards for dealing with idiots all day long. Hopefully this could be partly solved by having stronger-scripted forum restrictions, reducing moderation to the more intellectually stimulating parts of the job. It really shouldn't be about arguing and convincing people of their wrongdoings (as it appears today), it should be about seeing an idiot and clicking the warning/ban button. Easy as pie, like calling the maid instead of scrubbing the floor yourself.

Still quite a ways to go before I get there though... *looks at mess that is phpBB code*

215
There are hundreds of good ways to find that out, and none of them include posting in a topic that's actually trying to accomplish something and isn't helped by you constantly trying to take things off-topic. Learn to start a new Unrelated topic or actually research instead of replying every time you don't understand what the poster is talking about (since it's quite obvious that other people are). You keep apologizing, yet you keep doing it.

216
Ah yes, what usually happens. One good post+request, one "I'll give you a hand", and one "what was the question? could you tell me this instead?"...  -_-

217
Quote from: Monkey on your back
Different wording, for example?

"You are not moderator of this forum" would have carried the same idea, yet would not have directly countered my argument.

I suppose it would have, yes. I apologize for my bad choice of words.

Quote from: Caddberry
You wont stay in a forum that I moderate? Well.. I'm a moderator of this one.

Heh, the irony. Caddberry, to be precise you are not a moderator of this forum. :) </bad joke>

Anyway, for the record, I'm pretty inclined to let the new forums, when they're ready, start from a blank slate; not carrying over the crap from these forums, only storing current content in an archive. Part of the problem today is that new members see slightly less new members post a load of crap (that hasn't been cleaned out yet), and so think it's okay to do shit like that.

218
Announcements and site development / Thoughts
« on: 2005-06-23 02:16:14 »
original message accidentally destroyed

219
Quote from: Monkey on your back
I believe that your exact words (to me) were: "You are not a moderator".

Fair enough, I'm not - and was not - in practice. Unfortunately I had claimed otherwise - which also was true - in an argument. If it weren't for that argument, I wouldn't have minded at all.

You took your high and mighty position, lied to make me lose my face, lose the argument and appear as if I had lied.

What should I have done then in order to not destroy our friendship? Lie for your sake? Agree and say you were a moderator, even though you had resigned long before? Make it appear like I support members taking the law into their own hands to hunt down newbies? In principle and practice you were not a moderator, not of that forum or of any of the other forums, apart from an honorary moderator position of the Administration forum, to which you were appointed pretty damn nearly against your will after your resignation. I would say that "you are not a moderator" was perhaps not the complete truth (since you still had a great deal of influence, and still do), but it was far closer to it than your argument was. But I didn't post in that thread in order to counter your arguments, I posted in order to stop the flame flood raging through the forums. You were becoming what we used to ban instantly in the old days, rapidly burning up your good reputation in the community. You'll probably laugh and not believe me, but stopping that fight was also motivated by wanting to preserve your image.

Had I known doing what I did would cost me our friendship, would I still have done it? No. Hell no. I thought I was doing the right thing for the community. It turned out not to be, and I regret it deeply. I tried to take the moral high ground, but the ends didn't justify the means. I'm sorry.

But for the record, you didn't lose your argument, everyone that matters agreed with your basic principles, and no one would have thought any less of you if you had just backed off the argument at that point. You would have been the winner regardless, having made your point and since no one likes people trying to sneak in the last word after an argument (thus his rather quick ban after that). I even remembered you saying proudly during an earlier, similarly heated debate, something to the effect of "if the moderators feel I'm going too far, they can give me a warning and I'll quietly back down". That was what I was hoping would happen; things would quiet down and people could get back to agreeing with you both in principle and in practice.


Quote from: bulk_4me
Yeah, I probably misunderstood that, anyway I'll drop my case here.

Actually, bulk_4me is probably higher up on my consideration list than most members. Not that he's seen the old days, but he's at least shown that he can post sensibly and contribute to the forums. While your time with the forums do rate highly, those two qualities do so too. The text quoted by L.Spiro is important though, because I won't let someone moderate who can't represent the ideals we strive for.

220
Call me stupid (and I suppose you will), but I've yet to find anything I lied about, or anything I said to make you appear like a liar. If I did, then please tell so clearly here for all to see, because I don't want something like that to be hidden and not apologized for. I know of no one else here who sees you as a liar either. I didn't want to attack your argument back then, nor did I have any quarrel with it, apart from the fact that you and that other guy were starting to affect more of the forum than was necessary. At least give me something I can honestly apologize for, for christ's sake. If I'm going to feel like an ass for hurting my friend, then at least I want to know precisely what I should regret.

All I know I did was point out the fact that at one point in time, you resigned from being a moderator, and gave both of you a warning for disrupting other topics. I should have asked you again in private, but I wanted to publically promote fair and civilized discussion... never publically deny your authority in the community. It wasn't meant as an attack on your person, nor on the validity of your argument, and I didn't know it would come out that way and you would take it so badly. I'm sorry.

221
Quote from: Monkey on your back
EDIT: PS. Hey Qhimm, thanks for adding insult to injury. I knew you could do it, if you really tried. :) Go ahead, make the freakboy mod too, I know you want to. :lol:

Yeah, I do these things explicitly to piss you off, you know. Thanks for noticing. ;)

If you and Caddberry have a problem that affects his judgment as moderator negatively, he'll be relieved. It's that simple, for you or for any other user/moderator. Seriously, please don't go looking for insults in what I do; I'm just trying to get some structure back here, and for the time being I need more active admins/moderators to cover for me until I can get my own plans working.

222
Announcements and site development / Thoughts
« on: 2005-06-18 07:43:51 »
Quote from: mirex
Heh what's this for a solution. Hurt innocent because of bad guys. (about IP range bans)

Well, it can be equally argued that not effectively banning these bad guys would hurt more innocent (i.e. the entire memberlist). Only a few users share IP ranges here anyway, in fact it is so rare I can use the IPs to effectively trace account spoofs even for dynamic IP users.

Quote from: Relf
More of a preventitve measure if all of Jari's plan's go through and it become's a very well moderated ( almost to the degree of over doing it; it could be a problem if the mod's arent VERY carefully selected like they have been in the past).

Well, personally, I think the goal should be to rewrite the forums themselves to enforce the rules, instead of creating tons of paperwork for moderators. Moderating should be easy as pie, and the really simple day-to-day offenses like double-posting shouldn't really need a human being to go in and clean it up. It's shit like that that tires us out. If the forums themselves provide enough "administrative support", i.e. well-defined systems that prevent most of the everyday offenses, we'd be well on the way already. Of course moderators are needed to deal with the idiots, but at least they shouldn't have to go around with pooper scoopers.

Quote from: Relf
For Karma, mabye several types of karma should be used, karma given due to the humor of a post counting less for a running tally. Posts that are informational and helpful in general being worth the most.

This problem would be mostly solved with the more extensive system I proposed (if you've ever read about Google's PageRank, you know what I'm talking about). Uninteresting or uncontributing users would never be able to provide high karma boosts anyway, and unrelated topics would contribute much less than on-topic ones. Also, spoofing would be hard (by say posting crap in a high-value forum, since large negative karma would be given if a thread is moved (at least from a high-value to a low-value forum). It's a lot of work though...

223
Announcements and site development / Thoughts
« on: 2005-06-17 05:21:21 »
Quote
The moderation here has always been very lax. Lately, with the influx of stupid people, it has become too lax. Or people have become too stupid for it, take your pick.

I agree completely. Unfortunately that also means admitting that I've been utterly insufficient in my job of maintaining this place (either myself or by appointing enough moderators), but seeing as how bad things have gotten I would be quite arrogant to suggest otherwise.

Quote
1) Rules must be written down, as specifically as possible. Moderators are not mind readers - unfortunately.

I originally meant for the Administration forum (invisible to normal users) to contain the "ruleset for moderators", complete with appropriate actions to be taken in certain situations, or when to notify admin instead. I never got around to actually formalizing the rules though, and as you say, as a result moderators have been extremely careful not to "do too much" (and so the final decision usually comes to rest with me anyway). Stronger moderation requires stronger guidance, which I'll try to provide, somehow.

Quote
2) Rules must be made a whole lot more strict. While the humane "let all the flowers bloom"-approach (otherwise known as a hippy way) is all fine and dandy, it will not work with large, heterogeneous crowds. Which has been seen here.

I agree completely, the rule system (as it is) was never meant to be actually enforced, as it makes a fatally incorrect assumption; that all members share a common sense of how to behave in a group. It worked only as long as the majority of active members were sensible, but now we've had an outflux of sensible people and a huge influx of socially inept people, tipping the balance way into crapland.

Quote
3) The yellow card is nearly useless and should be removed entirely. Reasoning; it will only work if the person is really concerned in what other people think of him. The card system itself is good, because it gives the moderators more power. And that is exactly what they'll need.

For a few users the yellow card has actually snapped them back into reality, but this just falls into the "nearly useless" of your statement. As with so many other things around here, I originally meant for the system to be quite a bit more extensive, with more levels of "punishment" between warning and ban. The level system was meant to be its positive reinforcement counterpart, to encourage good behaviour just as bad behaviour was punished. None of these systems were developed far enough to actually do the intended job, however, for example the current level system merely encourages post flooding instead. A balanced level/rank system, more cards, and more importantly more cards that hurt a little more than your ego would probably provide a positive effect.

As Alhexx points out though, it does also have the positive effect of letting other users (who might not have seen the offense) know that the guy isn't to be taken at face value. It might not mean much to the offender itself, but we might get a few less users starting to defend "innocent newbies" just because they don't know the truth. On the other hand, those defenders probably deserve a kick in the groin for being too gullible to begin with, and speaking without first checking.

Quote
4) Multi-forum moderators, or supermods are a good idea. To certain extent. The problem is that if there are not enough of them, the workload will get too large.

Unfortunately phpBB does not come with "supermod" functionality built-in, so right now I have to actually appoint these mods to every forum. There's probably a hack for it though, as I'd love a more stable implementation of different levels of authority here.

Quote
5) So called Judge Dredd-moderator. Term coined by yours truly. Moderator who is the law; police, judge and jury in one person. You'll need them. Since it seems that there are more idiots and mods have less time in their hands you must give more responsibility to the mods. Lots more.

Heh, I like that idea. Not unlimited power, but pretty damn close. I'd be prepared to at least cut off a few sub-forums (like General or Unrelated) into Judge Dredd-controlled territory, and get them off my mind. Note that todays moderators technically have this power already, but are afraid to use it (point 1). The banning issue itself isn't a huge administrative deal (since I made a card button to do it in two clicks), and while I do appreciate making final calls, I'm way too lenient in many cases and quite frankly it's a bit tiring to always be the one "responsible" for banning people, even if they are morons.

Quote
6) Rules must be enforced in much more strict way. Seriously much more strict. No more yellow cards. No warnings.

This is actually what I wanted with my yellow cards (or rather, the multiple levels of cards I had in mind). First card, time-limited ban. Second card, longer ban (or permanent), and so on. Also cards would be time-limited, so if a user warned once kept clean for, say, six months, the card would automatically be pardoned. This of course also requires that the rules become way more formalized and prominently displayed. A lot of the simpler rules could even be scripted to be prevented, like double-posting, thread revival or avatar abuse. Or at least to display a warning, like "you risk breaking the rules / offending people at this point", after which any annoyed moderator could instaban (since the user obviously had the intent, then).

Permaban for repeat offenders is certainly the way to go, and is how we do things now (except the definition of "offense" is way too lenient). I'd also like a system where moderators could attach a reason for the ban, which could then be seen both by users (via banner user's profile), and the user himself (trying to visit the forums).

Alhexx: I'm way for something more than a silent warning for first offense, it should be felt. Of course there are varying degrees of offenses, but offenders should at least feel they lost something because of what they did, and if a sincere apology is not quickly forthcoming (either directly or after a temporary ban is lifted), then the user should be banned anyway (since he's clearly not in possession of the common sense we so value here).

Quote
7) Moderators must be responsible for their forum.

Speaking of this problem, it could maybe be solved by another "feature" I was thinking about a while back, namely publically indicating when a user last logged in. For forum moderators, this information could even be presented as part of the forum display, a notice displaying the "activeness" of the current moderators. Stripping the moderator of powers every time he/she will be busy simply creates more administrative work, so if this sort of thing could be automated instead, it would be much preferable. And I don't mean automatically stripping mods of power, but rather indicating that they're just currently inactive and will still kick your ass later.

Quote
8) Moderators, especially supermods and mods for high-volume forums simply must be fluent in English. Not speaking, but they must be able to read between the lines, see hidden meanings, notice attitude and get jokes. It also helps if they write well, or at least well enough that there will be no misunderstandings because of that, but understanding written English is a must.

I agree that this is indeed damn near necessary in order to fairly (and strictly) moderate a public forum. Or course, a lot of the visitors that need moderation don't speak good English to begin with, so the moderator's skills are often a bit wasted. But having educated and literate people on the top certainly increases enjoyability for the intended target audience. The only problem I can see is that as it stands, there aren't enough highly literate people that I can trust as moderators around here these days. If the forums somehow get back to their glory days, they would probably attract more, but for now probably at least the non-technical forums will have to have a few less-than-perfect moderators (albeit they might exercise a bit more care when stepping into situations).

Quote
9) Registration needs to be more strict, if you want to control the idiot flood. Sure, it will prevent people just from popping in and asking things, but then again... most people seem to be rather pooping in than popping in these days.

The forced lurk period is a good idea, though maybe with one or two forums still open for public posting. Rather than closing registration periodically though (which still leaves the open period open for morons), I'd like a registration + lurk (limited posting) + full user rights sort of process, with a forced lurk period where you can't post in "content" forums. Special users could be exempt, of course. The "questionnaire" thing at registration is also a grand idea, both to know how people get here, and more importantly to find out what they hope to accomplish here. I'd also like more user levels to accomplish this, i.e. you could either have guest posting or "limited" users that are allowed to post relatively freely in some parts of the forums, while "proper" accounts require the full registration process (either with lurking or by reference of some regular). This could be done with phpBB via user groups and manually keeping track of lurkers, but definitely needs a script.

Oops, I notice I hadn't finished reading point 9 before writing the above. So yes, the forced lurk is my favorite. At least Sweden has laws against keeping personally identifiable information on mass registry (it could even be argued that the IP logs violates laws such as this). However, if the user explicitly has to approve of his data being part of the site's database (doesn't have to be public), then the legal issues would mostly evaporate. Forum registration and participation is not forced upon anyone after all, so we can require users to give up a few of their own rights to gain the right of posting. Just like those EULAs.

Alhexx: While we most certainly would not get to know the person from a few lines written at registration, we would certainly be able to weed out the most unpromising candidates. Also, there aren't a lot of people registrering really (typically a few each week at most), so I can probably live with an admin-approved registration process. If you have a lurk period, then the admin has plenty of time to decide whether to approve the ultimate registration, or to cancel the request.

Quote
10) Karma system. This has been talked about before, but for different reason. It might help, though. But is there per-post-karma-rating mod for phpBB?

This ties in closely with the level system I originally wanted. My original idea was quite an extensive per-user karma system that would ultimately display as (or at least affect) your "level". Positive karma would be given by various actions, like posting in content forums, and to a small extent also in off-topic forums. Small amounts of karma could be given/taken by specific per-post feedback, where karma from high-level users would count more than karma from low-level users etc. Negative karma would be given (in descending order of magnitute) by warnings, having your topic deleted, having your post deleted, having your topic moved, or by per-post feedback. Inactivity would not affect karma. Also, users' karma record would be on public display in their profile. It might work (with the whole positive/negative reinforcement thing), of course it would mainly affect people who were good to begin with. I'm not sure if warnings should be automatically issued if your karma becomes negative enough. I think there are some mods for this sort of thing, but as with any mod I'd want to personally adapt it for the forums before putting into extensive use (plus I don't think there's a pre-made script as extensive as I'd like anyway).

Quote
11) Titles. It needs to be very clear who is admin or mod. Make it so with their title. Use the colors and bold to make it stand out. Remove possible "Moderator" custom titles, if the person is not one anymore. Vice versa, mods and admins with custom titles still need to have the "Mod" or "Admin" visible.

This is a problem I noticed a while back, that any title (like our 'Freak' and 'No life' titles) overrides moderator/admin titles. This is utterly stupid and should be changed, actually moderator/admin status should be shown in a different way than a title altogether, like a small icon and/or colored user name.

Quote
1) Rules must be written down, as specifically as possible.

Yes. Preferably as a special, clearly visible link at the top of every forum index, plus the post editor. Quoting the rules should not have to involve finding the rules topic and making a link, it should optimally just be a pre-made moderator tag, such as:

[ rules ] --> rules
[ mod ] Some text [ /mod ] --> MOD EDIT: Some text

Quote from: Alhexx
I think it would be a good idea to open a "moderator Forum", which only admins and mods are allowed to visit. This would be a good place for discussing moderative questions, coordinating work between moderators etc...

What, it's not visible? Well fuck, that would explain a thing or two... *goes off to check permissions*

Quote from: Relf
I also think that Mods should'nt be able to ban unless its the short time ban, might lead to abuse if you just decide you dont like someone because of say, a political view.

So far the only case of moderator abuse was Jari banning himself, moving some topic and editing his own posts to nothingness (which doesn't even require moderator rights). And the only reason I called that "abuse" is because his posts were quite valuable to the forum to begin with. I still take care about which moderators I select, plus I think moderator abuse is the least of our worries right now -- rather the complete opposite.

224
Quote from: RPGillespie
Hey, you can type any name for youarelame.com, I didn't make that site (They weren't my insults :wink:). I was going to butter up Qhimm by posting a link to qhimm.youaremyfriend.com but for some reason taht site was discontinued.

Not that it would have made any difference, since I'm included in the target audience of your first link anyway.

Quote from: RPGillespie
Do you want to go to MIT, Nori, since you live in MA?

You're literally trying to dilute the topic, aren't you?

I'm quite close to banning everyone on the forums who annoy me. The only reason I haven't already is that I stick to some outdated principles of giving everybody at least one chance, but you'll be glad to know I'm being rapidly pushed towards the edge (also, quite a bunch of you have already demonstrated quite clearly what you're doing with your chance). Don't want to be banned? Then don't be an idiot, it's that simple.

225
Completely Unrelated / In other news... (monkeys)
« on: 2005-06-15 13:24:53 »
Quote from: Markishness
Oh, I seriously doubt that.

What is your basis for any kind of comment on this topic, anyway...?

Pages: 1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 43