[GameMode] The Land Of Death (rescript)
#1



The Land Of Death
Intro
First of all, yes. You saw the name of the gamemode before and yes, it is a rescript of it. And more specific: a rescript from scratch. But anyway, I never touched or made a zombie gamemode before, so I grabbed one from these forums and you're the lucky one: VinPure. So hereby you get credits for your gamemode as without your gamemode i couldn't get started.

But for now lets talk about my rescript !

Features
The current features i have are this:
  • SQL Register/login
  • Inventory system
  • Loot system
  • Needs system (hunger, sleep, thirst)
  • Crafting (chop trees, mine iron, and more stuff)
  • Fishing
  • Deers (for meat !!)
  • Experience/level system
  • and ofcourse ZOMBIES (npc's)
Requirements
Q: What do i need to run this gamemode ?
A:

Plugins:
  • MySQL Plugin R39-2 (or newer - without a database you can't run this.)
  • FCNPC (for the zombies)
  • MapAndreas (mostly for dropping items)
  • Sscanf
Includes:
  • Progress2 (for the needs system)
  • ZCMD (command processor)

Settings
pawn Код:
#define GNAME       "TLOD 1.0"
#define MNAME       "|-[LandDeath]-|"
#define HNAME       "The Land Of Death"

#define MAX_ZOMBIES     100
#define MAX_PLAYERS     30
#define MAX_VEHICLES    50
#define MAX_INV_ITEMS   50

//try to do the total amount less than 1000 (1000 = max objects)
#define MAX_ITEMS       350
#define MAX_DEERS       50
#define MAX_TREES       450
#define MAX_BOXES           100

#define SQL_PASSWORD    ""
#define SQL_USER        "TLOD"
#define SQL_DB          "TLOD"
#define SQL_SERVER      "127.0.0.1"
Credits
  • VinPure, without him i couldn't get started
  • ******, Sscanf
  • BlueG/maddinat0r, MySQL plugin
  • Kalcor, MapAndreas
  • SouthClaw, progress2
  • Me, re-scripting from scratch
Download
On my github

Extra
  • Ehm well, I don't think i'll edit this topic every time when i update this gamemode, so i recommend to check my github page every soon and then - or just follow me.
  • If you have any problems with the plugins then you can download the package/plugins/includes what I use(d) here.
  • @VinPure: if you have any problems with this, tell me
Media
Random stream:

[ame]http://www.youtube.com/watch?v=UIqyjnlBbYs[/ame]

Another random stream:

[ame]http://www.youtube.com/watch?v=owc5R2NpT9w[/ame]
Reply
#2

I have been saying this for long time, "without screens, we cant judje your code's outlook and main scheme!".
And old users like you must not make such mistakes.
Reply
#3

Well I'am impressed, but there is easy way to define objects that you did here. You should define objects in array, then from array you will get info that you need. For me it's easy way to define them, but it's nice rescript
Reply
#4

i go test it Now
Reply
#5

Only checked the .pwn, looks nice and similiar to the gamemode I am making, good job!
Reply
#6

MySQL ? Nah.
Reply
#7

Please add some pictures. Good work.
Reply
#8

Good Job dude D:
Reply
#9

Quote:
Originally Posted by Gammix
Посмотреть сообщение
I have been saying this for long time, "without screens, we cant judje your code's outlook and main scheme!".
And old users like you must not make such mistakes.
Quote:
Originally Posted by De4dpOol
Посмотреть сообщение
Please add some pictures. Good work.
Is a stream of 1 hour and some pics enough ?

Quote:
Originally Posted by ManuelNeuer
Посмотреть сообщение
MySQL ? Nah.
You won't find anything else better than that. But everyone his own taste about saving stuff.
Reply
#10

can't you make another saving system?
Reply
#11

I'm also changing my gamemode to MYSQL so I can only agree with Michael's choice. SQL will reduce the server lag if there are many players on at the same time. Or if you need to save lots and lots of things.
Reply
#12

Why don't you use the streamer plug-in? 1000 can come very close if people want to add mappings; however I guess that's the choice the script has to make when scripting a gamemode. Anyways, other than that - it seems like a nice gamemode.
Reply
#13

Pretty simple, but the to use in the future to make updates or even another gamemode that style, it would be great. +REP
Reply
#14

don't know why but when i connect to server i will crash
Reply
#15

Quote:
Originally Posted by ManuelNeuer
Посмотреть сообщение
can't you make another saving system?
make another
Reply
#16

Quote:
Originally Posted by Abagail
Посмотреть сообщение
Why don't you use the streamer plug-in? 1000 can come very close if people want to add mappings; however I guess that's the choice the script has to make when scripting a gamemode. Anyways, other than that - it seems like a nice gamemode.
If i don't need it, i don't add it. So hereby i don't need more objects than 1000 currently. The gamemode is perfectly fine with that limit. If people wish to add custom mapping than yeah, the chance is high they'll need a streamer.

Quote:
Originally Posted by Mijata
Посмотреть сообщение
make another
I have a lot of free time lately, I might make another version with y_ini - or just all in one script.
Reply
#17

it have A little Problem On Car Systeam Car Auto Sell When i Restart Server
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)