SA-MP Forums Archive
What if I told you, SAMP GMs can step to another level? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: What if I told you, SAMP GMs can step to another level? (/showthread.php?tid=643928)



AdvancedGDK - SAMP GMs can step to another level. - RazzorFlame - 30.10.2017

Hi guys :P
I will describe it shortly:But what if I told you... that soon I will release something... something really big.
Introducing AdvancedGDK.

A SAMPGDK based library that I call "AdvancedGDK" written entirely from scratch in C++ using C++14 standard (Visual Studio unfortunately does not support fully C++17 yet) that contains:Everything is easily extensible, written with a lot of care about performance and code perfection.
In the beginning I decided to create it for my server but then I realized how much time I spent looking for f.e C++ streamer and in the end decided to code everything myself.
I want it to be completely free for every user, with open sources, free to edit and distribute in own servers

The progress:
It is almost completed, everything I mentioned above is already fully completed, but I look forward to add some powerful anti-cheat system. AC might be also added in the future after I release the library.
I need also a little more time to perfect everything - every subtle code piece.

Some images:


Other images are in this gallery:
https://imgur.com/a/MsgM5

So far, the project has about 18 000 lines of code.
I also want to create ******* tutorials on how to use this library (but not how to code in C++ )

I am very excited that I reached that far with this project.
Approximate date of release:
14.11.2017 - in two weeks


Tell me guys what do you think please

NO MORE PAWN.



Re: What if I told you, SAMP GMs can step to another level? - OmerKhan - 30.10.2017

Looks good man, BTW will this be user friendly?


Re: What if I told you, SAMP GMs can step to another level? - RazzorFlame - 30.10.2017

I am doing everything to make this very user friendly.
Something that will be for sure needed is C++ knowledge at least to understand classes and polymorphism.
There are alot of C++ tutorials on the web

It won't be like writting SAMPGDK plugin - you will not need to care about any callback.
I keep everything as clear as possible and I am trying to commend every piece of header code


Re: What if I told you, SAMP GMs can step to another level? - Kaperstone - 30.10.2017

What if I told you that you're not the first one to attempt it?

EDIT:OT: I don't intend to sound negative, but would be nice to see if this becomes a thing (stable & rich one preferably)


Re: What if I told you, SAMP GMs can step to another level? - RazzorFlame - 30.10.2017

@Up
This thing is not a GameMode library. It is complete GM only suitable for editing and uses ALOT of bad coding practices, that I am avoiding.
Parts of code are written in polish (lol) and most in english.
My project is the library used to write game modes completely from scratch.
Also, C++11 is nowadays old.


Re: What if I told you, SAMP GMs can step to another level? - Sn0wk - 30.10.2017

IMHO, waste of time and effort for such an old game, even the creator of the modification don't see it as viable to be updated anymore, I would focus in other kind of games.


Re: What if I told you, SAMP GMs can step to another level? - HeLiOn_PrImE - 30.10.2017

Quote:
Originally Posted by Sn0wk
Посмотреть сообщение
IMHO, waste of time and effort for such an old game, even the creator of the modification don't see it as viable to be updated anymore, I would focus in other kind of games.
As outdated as it is, It still holds more potential than most of today's games.


Re: What if I told you, SAMP GMs can step to another level? - RazzorFlame - 30.10.2017

Even though I know it was a little waste of time I decided to do that. Even if I don't I would do pretty much the same because I am own creating server anyways.
I know SAMP is an outdated game but there are still a lot of servers out there


Re: What if I told you, SAMP GMs can step to another level? - Eoussama - 30.10.2017

This is brilliant, I hope we see this project becoming a thing, good luck.


Re: What if I told you, SAMP GMs can step to another level? - Marricio - 31.10.2017

I like what you're doing, but you're re-inventing the wheel and calling yourself the original inventor. Everything you mentioned already exists and they're not necessarily 'poor'. Is there any clear advantage to using this plugin instead of the existing includes/plugins?

Good luck anyways!