Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
will ASSS replace subgame completely?
Goto page 1, 2  Next
 
Post new topic   Reply to topic Printable version
 View previous topic  Hmm... Slurpees good, free better Post :: Post My website.  View next topic  

will ASSS replace subgame completely?
No, its too complicated for new users
16%
 16%  [ 2 ]
Yes, its features will blow away subgame
58%
 58%  [ 7 ]
Neither, it will remain a matter of preference
25%
 25%  [ 3 ]
Factionalism: the subgamers and ASSSes will nuke it out for supremacy!
0%
 0%  [ 0 ]
Doesn't matter: not enough developers will contribute to make a giant difference
0%
 0%  [ 0 ]
Total Votes : 12

Author Message
Helicon
Server Help Squatter


Joined: Dec 03 2002
Posts: 771
Location: GNU Doldrums
Offline

PostPosted: Sun Apr 06, 2003 8:53 pm   Post maybe stupid    Post subject: will ASSS replace subgame completely? Reply to topic Reply with quote

I have to ask, but admittedly: this is the dev board, and there will be severe bias.
_________________
Signatures just seem so quaint.
Back to top
View users profile Send private message Add User to Ignore List
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:42
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Sun Apr 06, 2003 10:23 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I vote for the "once its done, subgame won't ever be updated again" option.
Back to top
View users profile Send private message Add User to Ignore List Send email
SOS
Server Help Squatter


Joined: Dec 02 2002
Posts: 329
Offline

PostPosted: Mon Apr 07, 2003 12:01 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

I vote "Hell, no". It took even Snrrrub, master of all that is programmed, hours to get it to work right.
And C gives me gas sa_tongue.gif
_________________
3y3 4m l33t h4x0r
j0! 3y3 4m t4lking to j00!
fux0red 5cr1pt k1dd13.
-"l33t h41ku"
Back to top
View users profile Send private message Add User to Ignore List Send email
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Mon Apr 07, 2003 10:25 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Maybe Snrrrub isn't master of all that is programmed. It only took me a short time to get it running on Linux.

There is nothing wrong with C. True, it's not as good as Java, but I would have to agree with Grel's resons for not using C++. I would use C++ for a project that will never have any significant ammount of other developers, but I'm not sure if I would on an open sourced project.
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
SOS
Server Help Squatter


Joined: Dec 02 2002
Posts: 329
Offline

PostPosted: Mon Apr 07, 2003 11:58 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Bah, you're all as illogical as Kirk sa_tongue.gif
Back to top
View users profile Send private message Add User to Ignore List Send email
Helicon
Server Help Squatter


Joined: Dec 03 2002
Posts: 771
Location: GNU Doldrums
Offline

PostPosted: Mon Apr 07, 2003 4:11 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

i don't see how Snrrrub could find it so difficult... what was his time with subgame (without the prepackaged server.zip?)
Back to top
View users profile Send private message Add User to Ignore List
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:42
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Mon Apr 07, 2003 10:43 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Dr Brain wrote:
There is nothing wrong with C. True, it's not as good as Java


Just wanted to quote this so he can't fix it later.
Back to top
View users profile Send private message Add User to Ignore List Send email
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Tue Apr 08, 2003 10:03 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

I'm talking about the language, not the speed (which everyone seems to think is a problem).

When it comes to speed, C and C++ blow standard Java away.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Helicon
Server Help Squatter


Joined: Dec 03 2002
Posts: 771
Location: GNU Doldrums
Offline

PostPosted: Tue Apr 08, 2003 4:19 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

There are some problems speed-wise (though the JVM interpretation will be less and less of a problem as speeds go up) eventually i think VMs will become standard for commercial software (when Mikro$opht take s over) due to portability and the fact that writing something twice for +10% the profit is not nearly good enough in the digital age.

There are some projects currently working to create Natice-Code compilers, which seems like the best idea to me.

Modern (dream) Scenario:
User donloads the native compiler, downloads the program, it is compiled automatically and run in native (speedy) code

The nice thing about JAVA is it came after C++, and could look in hindsight at all the difficulties of that language. Built from the ground up with total library control by its makers, JAVA is easy to read, write, and use in many situations, that is why it "rocks" and is becoming a popular teaching language.
Back to top
View users profile Send private message Add User to Ignore List
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Tue Apr 08, 2003 4:35 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

There are already a few methods for compiling Java bytecodes into machine code.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Helicon
Server Help Squatter


Joined: Dec 03 2002
Posts: 771
Location: GNU Doldrums
Offline

PostPosted: Tue Apr 08, 2003 7:21 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

i know, but they have problems, obviously because that wasn't what SUN had in mind... and some of them cuesta much dinero $$$. If you know of any good(free) examples that don't fit this stereotype, please link me.
Back to top
View users profile Send private message Add User to Ignore List
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Tue Apr 08, 2003 9:07 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

GCC has a Java compiler for one...
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
k0zy
Server Help Squatter


Gender:Gender:Male
Joined: Jan 11 2003
Posts: 571
Location: Germany
Offline

PostPosted: Wed Apr 09, 2003 5:45 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Neway... i think yes... icon_smile.gif

(yay, 100 posts)

Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole....
Back to top
View users profile Send private message Add User to Ignore List
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Wed Apr 09, 2003 3:57 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Dr Brain wrote:
GCC has a Java compiler for one...

Explain more please (too lazy to find out for myself plus this is in trash talk). I'm guessing it converts to assembly first then compiles it, right?
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Wed Apr 09, 2003 10:56 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

GCJ I think is what its called. It works like all the other compilers in the GCC compiler set. Takes a source file and makes a binary out of it.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Helicon
Server Help Squatter


Joined: Dec 03 2002
Posts: 771
Location: GNU Doldrums
Offline

PostPosted: Thu Apr 10, 2003 4:07 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

it kills my little CPU, need more memory!!! Plus im not sure how it works with WIN... which is what I run. If SUN makes one, the world will change
Back to top
View users profile Send private message Add User to Ignore List
Snidjer
Newbie


Age:41
Gender:Gender:Male
Joined: Jun 22 2003
Posts: 19
Location: Netherlands
Offline

PostPosted: Mon Jun 23, 2003 8:58 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I vote yes, if it is opened up to public development icon_smile.gif. People don't like closed-source by nature.

Nice Java quote.

Kind regards,

Devon H. O'Dell
sitetronics.com
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Helicon
Server Help Squatter


Joined: Dec 03 2002
Posts: 771
Location: GNU Doldrums
Offline

PostPosted: Mon Jun 23, 2003 10:42 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

it is opened to public dev... hence all the nice features
Back to top
View users profile Send private message Add User to Ignore List
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:42
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Tue Jun 24, 2003 12:07 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

The only thing closed source is the extra plugin for supporting security checksums (which are pretty public for the most part around, VIE wise) and continuum encryption. If you make a good mod of some code, or a good plugin, send it to either Grelminar or I, and we'll check it out, and probably put it into the root code, hence the Custom Code forum.

Want to know what to code? Find something that break, make a section work faster, or pick anything in the How To file thats somewhere in the source releases.
Back to top
View users profile Send private message Add User to Ignore List Send email
Helicon
Server Help Squatter


Joined: Dec 03 2002
Posts: 771
Location: GNU Doldrums
Offline

PostPosted: Tue Jun 24, 2003 12:42 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

^mixed your BBScript tags^

what is being up now... public projects for ASSS, just for my information?
Back to top
View users profile Send private message Add User to Ignore List
Snidjer
Newbie


Age:41
Gender:Gender:Male
Joined: Jun 22 2003
Posts: 19
Location: Netherlands
Offline

PostPosted: Tue Jun 24, 2003 2:13 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

By opening, I am referring to the fact that the encryption modules are closed (which I don't understand), but also that it's relatively difficult to get developers for this kind of thing. Hence, if the project "opens up", it will be subject to more expansion. Obviously.

Kind regards,

Devon H. O'Dell
sitetronics.com
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:42
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Tue Jun 24, 2003 3:09 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Opening up the encryption means people can create packet filters. Since the game is heavily controlled client side, people can easily cheat then.

As for recommending a better P2P encryption, first you got to get Priitk to like it, which is beyond our control. He approved ASSS to be able to support continuum as long as we keep his code closed.
Back to top
View users profile Send private message Add User to Ignore List Send email
Snidjer
Newbie


Age:41
Gender:Gender:Male
Joined: Jun 22 2003
Posts: 19
Location: Netherlands
Offline

PostPosted: Tue Jun 24, 2003 3:32 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

What's wrong with a secure public key encryption algo? Closed source encryption by someone who's not a cryptanalyst is about as secure as a military base from 1880 would be today.

In any case. Disassemblers work on .so's as well.

By the way, when did I suggest a different method of encryption in the first place?
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Helicon
Server Help Squatter


Joined: Dec 03 2002
Posts: 771
Location: GNU Doldrums
Offline

PostPosted: Wed Jun 25, 2003 1:23 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

its all a mess. I still can't fathom a personality who would bother to write a packet filter for Continuum. you have to have a really twisted view of life to take it that seriously. Case-in-point: Half-Life (very popular and longstanding, based on - correct me - quake engine), doesn't it still support client-side hit detection??? Talk about security gap... and i'd say they have a bit larger population than SS, eh???
Back to top
View users profile Send private message Add User to Ignore List
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:42
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Wed Jun 25, 2003 3:00 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Half-life has a huge cheater base. If i remember correctly, there are 2 or 3 well known cheat detection systems for it.

As for packet filters for continuum, even VIE had to deal with that when they were running the servers. Was even worse right around the time priitk got BanG going. Last season in Premier league, i think someone got booted from the league because they were attempting to filter position packets (since are unreliable and a standard size).

People would cheat at online pong vs a random person to make them feel better.
Back to top
View users profile Send private message Add User to Ignore List Send email
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 46 page(s) served in previous 5 minutes.

phpBB Created this page in 0.735955 seconds : 52 queries executed (70.0%): GZIP compression disabled