Posts: 1,801
Threads: 27
Joined: Mar 2009
Reputation:
0
There are already gamemodes like this (not released), and it would be too hard to make all these things.
Posts: 1,474
Threads: 98
Joined: Feb 2011
Reputation:
0
Maybe make separate VW for each type of mode.
Posts: 553
Threads: 41
Joined: Aug 2010
Reputation:
0
Since I started playing sa-mp in 2010, I have always had the idea of "super servers" with most kinds of gamemodes in one, using different virtual worlds for each one.
Posts: 918
Threads: 125
Joined: Nov 2010
Lame tbh, since most people will go to like only 1 or 2 modes...
Posts: 340
Threads: 12
Joined: May 2011
Reputation:
0
While developing you are going to run into a problem:
SA:MP isn't multi-threaded, there is a plugin for that but PAWN isn't thread-safe, nor is SA:MP. You can't use different threads because neither samp or pawn supports it. This means everything will happen on the same "level", only one thing can be done at a time.
Let's say you have a gasoline/speedometer timer on the RP GM. this will tick every 1/2 a second, and will take something like 0.1-1ms to process. You also have a stopwatch timer on TDM, a trigger timer on Trucking, etc. You will be running A LOT of timers. Even if you bunch all of these into just 1 timer (wich would be a very reasonable thing to do) that timer will take a LOT of time to process per tick. Your server will be under lots of stress with the GM.
Now you will have latency with commands & other functions since the timer takes a lot of time per second to process. when you type /kill for example when the server is processing your timer, it will first finish processing the timer and then process the command /kill (wich takes pretty much no time at all).
Not only do you have a gamemode that takes several hundred ms to do something, you have 25 different gamemodes. To be honest, it needs atleast 10 players per mode for it to be fun, and that would mean the server needs to process stuff for 250 players. Takes time.
(Also btw, that idea is not "unique" or "never-before seen", ****** Xportal and you will find out it's been done)
I've thought about making this kind of a "multiserver" multiple times, but always have come to the conclusion, it's too much. 3-5 modes may be small enough for the server to handle, but oh god not 25!
I am personally making a server that has several different modes combined into 1 mode. They all run in the same virtualworld and can interact with eachother. (Ex. Stunting: there are just a few bikeriders at some places doing stunts, doesn't really bother anyone, Trucking and CnR combine pretty nicely, you can join street races, etc.)
IF you would be able to solve all the stress problems, i bet there's only going to be 3-15 people on the server at a time on just a few of the gamemodes (since being alone in counter-strike isn't that fun, is it?)
Go ahead and rep- me for my opinions, i've seen it all.
Posts: 391
Threads: 46
Joined: Mar 2008
Reputation:
0
You can combine some modes in one game mode, but you have to choose them carefully, so it won't end up in a big chaotic mess. I don't think it has any use, when you make 25 modes in 1. In my opinion, 4-5 are enough.
Posts: 58
Threads: 3
Joined: Jun 2013
Reputation:
0
Well bro,
I wish you good luck getting enough RAM...
Posts: 2,863
Threads: 99
Joined: Nov 2009
Reputation:
0
A few tips for you. Make a list with all the positive, and all the negative points for this project. Here's an example (or a small start);
NOTE: All the points are assuming that you'll get quite alot people
Positive stuff
* It's original
* Quite a chance to get more people, since they don't need to switch servers if they want to play another mode
* It's good for your PAWN-knowledge (I'm sure you could learn much more)
[/u]
Negative stuff
* You can get too many people; you might need to buy more slots (I assume you won't do home-hosted unless if you have some good servers and everything)
* Alot of RAM is needed probably
* The change of laggs is quite big
* You might need a website (which should be professional aswell then) so people can post ideas, or apply to be an admin etc. (You sure as hell will get cheaters/hackers (however you want to call it) if you have alot people)
Also, all the answer on these questions must be positive;
1. Is my English good enough?
2. Do I have enough time to do this?
3. Do I have enough money for this?
4. Do I have enough PAWN knowledge for this?
If you fail on 1: I wouldn't play a server that's not English, or one that has bad English
If you fail on 2: Well, forget it :')
If you fail on 3: See the text above
If you fail on 4: You might get a laggy or slow server for example.
Have a nice day.
Posts: 553
Threads: 41
Joined: Aug 2010
Reputation:
0
Well, 25 gamemodes in one is just ENORMOUS and totally disproportionate. When I said that I support the idea of a "multi server" I was talking about 4 or 5 gm's like dm, Hydras, stunts, cops and robbers and mini missions for example.
And yeah as some people have already said, if this server gets as many players as it should (way more than 100), you will need many slots and also a powerful server to process all that stuff, since we are talking about having several servers in one and therefore it requires a hardware several times more powerful than usual.
Posts: 166
Threads: 17
Joined: Jun 2012
Reputation:
0
If you want to do that, You have to find a good VPS with cheap price to don't waste money, Add me on skype i want to talk some (Skype in Signature).
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
This is like when you go to buy something from a shop and they have 25 different varieties. Not goed.