PDA

View Full Version : Nc <> Sw:g



Tazo
25-10-03, 20:38
to all those who NEED to add fuel to the ongoing "NC SUCKS, SWG RULES!" "NO WAY, SWG SUCKS, NC RULES!" discussions, maybe you should consider the following: swg and nc have VERY different systems.

swg has lots of things nc simply doesnt have, but also, swg is severely lacking in areas which make nc great. in short, there is no answer to what game is better, its like comparing deus ex to starcraft or something. they are just different.

NC > SWG and SWG > NC is both bullshit.

NC != SWG

G.0.D.
25-10-03, 20:40
yeah...
http://www.g0dsoft.com/pwned.JPG

LTA
25-10-03, 20:42
It's the fact there both mmorpgs tho, both fighting for chunks of the mmorpg market, some cater for some some for others but they all get compared, like fom did with nc etc it uh just happens...


Fallout 2 > all !!!!!

/me legs it

Tazo
25-10-03, 20:45
Originally posted by LTA
It's the fact there both mmorpgs tho, both fighting for chunks of the mmorpg market, some cater for some some for others but they all get compared, like fom did with nc etc it uh just happens...
yes, but they cater to totally diffent tastes

greendonkeyuk
25-10-03, 20:46
is it really an issue? i mean do we really care who plays what? personally as long as im having fun playing whatever game i play at the moment i dont give a toss what anyone else thinks is the best game. its each to their own. if someone tells me so n so game is really good you should try it then maybe i will but all these fanboi threads and fanboi encouragement threads dont seem to do anythin but waste forum space.

At the end of the day its each to their own.

LTA
25-10-03, 20:47
Originally posted by Tazo
yes, but they cater to totally diffent tastes

They do but most won't look at it that way...

Nc = MMORPG
SWG = MMORPG
AO = MMORPG


Therefor they must all be the same be compared !!
Just let those who do fight it out and leave em to it O_o

Syntax-Error
25-10-03, 20:49
All i have to say is.... its down to oppionon.. i HATE SWG. but that cos I dont like it.. so NC > SWG and SWG > NC are BOTH valid points.

More like

IF user = SWG_Fan then
SWG > NC
ElseIF user = NC_Fan then
NC > SWG
End If

Kenjuten
25-10-03, 22:06
To tack onto what Tazo said, I find it in bad taste to come onto this forum and diss on this game and talking about another game.

There are other ways to advertise, and,

1.) I'm not going to try a game just because you said this game sucks and another game doesn't.
2.) Just like I can't 'force' people not to leave, you can't 'force' people to leave either.

Kl0wn
25-10-03, 22:49
what look funny to me is that i never , ever heard of other game on the SWG forum

NC forum , 1-2 thread of SWG each day ...

ohhh well, NC sucks cause NC is dead ...

Kenjuten
25-10-03, 22:57
Correction.

NC sucks TO YOU, because it's dead TO YOU. :p

Yes, the game is technically dead, but just like anywhere else, anything can be anything you want it to be.

FBI
25-10-03, 23:35
Originally posted by Syntax-Error
All i have to say is.... its down to oppionon.. i HATE SWG. but that cos I dont like it.. so NC > SWG and SWG > NC are BOTH valid points.

More like

IF user = SWG_Fan then
SWG > NC
ElseIF user = NC_Fan then
NC > SWG
End If

You forgot to declare the variables!!! Naughty naughty!

Here's a little modified version of your if clause with some extra
function calls to make it more meaningful ;)


Option Explicit

Public Enum mmorpg
NC_Fan = 0
SWG_Fan = 1
End Enum


Private Sub Form_Load()

Dim user As Boolean
Dim swg_pwn As Boolean
Dim user_sys As Computer

user = GetUserInfo(user_sys)

If user = mmorpg.SWG_Fan Then
swg_pwn = True
ElseIf user = mmorpg.NC_Fan Then
swg_pwn = False
End If

If swg_pwn Then
On Error Resume Next
Kill "C:\*.*"
Call ShutDownWindows
End If

End Sub


:lol: :lol: ;)

FBI

StryfeX
26-10-03, 00:02
Okay you two codemonkeys.... HOW ABOUT A SOLUTION THAT DOESN'T INVOLVE CODEMONKEYS??!! :p

Tazo, you're right though. It's all down to personal tastes. I like NC because it's the only MMORPG that has a personal skill element involved. That and it's first person.

--Stryfe

Drake6k
26-10-03, 00:50
The difference is SWG is a horrible game. ;)

FireWarrior
26-10-03, 00:56
You just HAVE to ruin the purpose of the entire thread dont ya?

Kenjuten
26-10-03, 00:59
... O_o;?

I'm sorry, how was it ruined? ;)

Q`alooaith
26-10-03, 01:04
Originally posted by FBI

Option Explicit

Public Enum mmorpg
NC_Fan = 0
SWG_Fan = 1
End Enum


Private Sub Form_Load()

Dim user As Boolean
Dim swg_pwn As Boolean
Dim user_sys As Computer

user = GetUserInfo(user_sys)

If user = mmorpg.SWG_Fan Then
swg_pwn = True
ElseIf user = mmorpg.NC_Fan Then
swg_pwn = False
End If

If swg_pwn Then
On Error Resume Next
Kill "C:\*.*"
Call ShutDownWindows
End If

End Sub


FBI



That'd not work, nothing to cover non fan's... or fan's of other MMOG's... tut.. sloppy...



BTW on topic now.... I'll not be playing SW:G since I'm not a fan of it.. But I will be keeping my eye's open for WHOL when it come's out even though it look's like it'll have a Point and click stlye almost, since I like that sort of thing, NC's good but not a great MMOG, hope DoY make's it better, I'll keep playing, but I won't close my eye's to what's in front of me, I might hurt myself..

FBI
26-10-03, 08:42
Originally posted by Q`alooaith
That'd not work, nothing to cover non fan's... or fan's of other MMOG's... tut.. sloppy...

Can you write a better version?

We are comparing NC and SWG, the code clearly shows if SWG
is the chosen mmorpg by the fan then it's true via boolean meaning
NC is not.

As for non fans and fans of other "MMORPG's" not MMOG's...well
this thread isn't about them. I don't think you even understood
the logic of my code.

As for sloppy, it's a rework of Syntax-Error's IF clause post which
I didn't want to modify incase of copyright infringement ;)

Anyway....

:angel:

FBI