SA-MP Forums Archive
Show your never released scripts here - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Discussion (https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: Show your never released scripts here (/showthread.php?tid=568453)

Pages: 1 2


Show your never released scripts here - Sellize - 22.03.2015

I am sure you, just like me, have a folder full of scripts that were never released because they were not worth it/unfinished.

Show a screenshot of your scripts here

Mine include (from top to bottom):

- A call of duty gamemode (functional) COD.pwn
- A freeroam gamemode (WIP) freeroam.pwn
- Gang Life gamemode (Gamemode where you choose a criminal skill and earn money. Lots of unique features) ganglife.pwn
- A roleplaying gamemode with basic features, writting from scratch (WIP) gm.pwn
- A gamemode made for fun with MLG features like quickscoping and 420 blaze shots (WIP) mlg.pwn
- A trucking gamemode (unfinished) trucking.pwn




Re: Show your never released scripts here - corne - 22.03.2015




Re: Show your never released scripts here - admantis - 22.03.2015

I have been working in the same script since 2012 and it was my personal learning tool. The script has become so complex that I am not sure if I could write it again. It has every Roleplay feature with some MUD inspired ones, such as game master and puppet characters, ensuring that there will always be some roleplay going on. Everything is controlled at a keystroke: houses, businesses, groups, accounts, vehicles, items and such. There are roughly five hundred regular commands and three hundred administration commands. There are 102 maps, too. The item system features a forensic system, with DNA traces to each item and in evidences such as blood pools, requiring crimes to be carefully committed to avoid being caught by the CSI. Items are treated as single entities and allows very dynamic situations. Everything you need and can think of in a role-playing script.



Re : Show your never released scripts here - S4t3K - 22.03.2015



Most of them don't work properly though (the main reason why they haven't been released).


Re: Show your never released scripts here - Kar - 23.03.2015

KAR'SCOPSANDROBBERS.PWN
KAR'STWISTEDMETALSAMP.PWN


Re: Show your never released scripts here - Neufox - 23.03.2015

empty.pwn
gamble.pwn
NGRP.amx [ ]
rpgame.pwn
zombiefun.pwn

All are unstable modes


Re: Show your never released scripts here - MamadKz - 08.04.2015

Kz.pwn


Re: Show your never released scripts here - JaKe Elite - 08.04.2015

jake.pwn - This is a TDM server i am working on, the development is 20% percent with the Admin System/Flag System/Headshot system and the basic needs of the TDM/Capture server need are added here. We are having issues with some of the system implemented here. For a while i am focused on INTRP, and the progress of this gamemode was never done (RIP Grammar). The last progress of the gamemode is back in March 20, 2015. It is run by the saving system MySQL.

trp.pwn - This is an RP server, named Tentation Roleplay. Like jake.pwn, it is also on development. It is 5% complete, It has a working hunger system - a basic Register/Login System, a beautiful map at Pershing Square + LightPost System. Development of the gamemode hasn't been continued, the last time i touched this script is way back on Febuary 2015. This one uses dini, unlike jake.pwn.

(( Don't mind the other GMs which is meant to be private, used by the community i am working on. ))


Re: Show your never released scripts here - Slice - 09.04.2015

udme.inc - I don't remember what the name means. It used a PHP script to communicate with a website's chatbox.
SQLite plugin - Async SQLite plugin with many new features. Never finished it.
AMXrun - Load an AMX into memory and run functions from it. It was a dumb approach and samp-introspect works much better.
malloc - Memory hack all functions and opcodes to remove memory bound checking and use malloc to make real dynamic memory. It was just too much work and a samp update would mean a lot of it needed to be done again.


Re: Show your never released scripts here - Andregood - 09.04.2015

A supernatural script based on WoD (World of Darkness) - Over 250 commands in total (purely supernatural), still working on it actually. It's great fun to make some of the spells/disciplines and even races. Also scripted stuff like energy spears, bows, yeah.. It's advanced and fun but hard to balance.


Re: Show your never released scripts here - Emmet_ - 09.04.2015

- Native hooking include that I was working on about 8 months ago. It worked by replacing SYSREQ.C opcodes with CALL at runtime. It worked fine, but never had time to finish it.

- Several abandoned, half finished gamemodes.

- About ~30 filterscripts. Just fun experimental things.

- Include that allows you to change a weapon's clip size, so you can have M4's with 100 bullets per clip. Since SA-MP sync is such a wonderful thing, I haven't finished it up.


Re: Show your never released scripts here - n0minal - 09.04.2015

My gamemode modules, i try to organize it inside some sub-folders:




Re: Show your never released scripts here - Slice - 09.04.2015

Quote:
Originally Posted by Y_Less
Посмотреть сообщение
You wouldn't really need to hack it in that way - the JIT and crashdetect plugins replace the VM entirely, you could do something similar.
I know, but it was a long time ago! When Zeex told me the plugins have their own VM I just scrapped that project.


Re: Show your never released scripts here - PaulDinam - 10.04.2015




Re: Show your never released scripts here - Slice - 10.04.2015

PaulDinam you should probably read a bit about Git or SVN!


Re: Show your never released scripts here - Toxik - 11.05.2015

well i only got FS's in my pc :3


Re: Show your never released scripts here - Yashas - 12.05.2015

I have lods of scripts.Just reinvented the wheel(have my own language system,command processor,INI Processor,php,....).But most of them are 2x sometimes even 3x,5x faster than YSI Components.YSI won't be more efficient than your own code because you will know what you would when you code something yourself whereas YSI is coded for all with different tastes.

The main reason why I don't use ready-made includes is that when I would want to add a new feature I will have to go through the include 100 times to understand how it works.In the same time I might have even made my own equivalent include :v


Re: Show your never released scripts here - seanny - 12.05.2015

Here is my entire gamemodes folder. Most of it being scripts released by other people:



And then I complain why my 1TB External HDD is nearly full lol



Re: Show your never released scripts here - Emmet_ - 12.05.2015

That's a lot of gamemodes! The most I've ever had in one folder is about 10-15.

I have probably close to 1,000 filterscripts combined on my PC. Most of them range from small snippets of code to large systems.


Re: Show your never released scripts here - JaydenJason - 12.05.2015