Forum

> > CS2D > General > RPG Mod 1.0 + Easter Egg
Forums overviewCS2D overviewGeneral overviewLog in to reply

English RPG Mod 1.0 + Easter Egg

18 replies
To the start Previous 1 Next To the start

old RPG Mod 1.0 + Easter Egg

Lee
Moderator Off Offline

Quote
The RPG Mod is an experience - level based game where as you gain more experience points and level, you become more powerful and earn more points.

http://www.unrealsoftware.de/files_show.php?file=1743

Note: AMX2D Included
Note 2: The code is well documented and can be recycled for your own projects. See http://amx2d.co.cc/ and http://docs.amx2d.co.cc/

Features:
> User-defined levels (Default is 30)
> Custom Experiences
> More firepower when you level up
> Harder to kill as you level up
> Bind to QuakeMod events
> Get points for assist kills (Helping others make a kill)
> Turning on and off the exp display
> !stats telling all of the damage information that you need to know
> Editable custom settings file
All of the other features of AMX2D

Install
> Download
> Copy all of the files into cs2d/sys/lua folder
> If you need to change anything, go into amx2d/settings/exp/exp.cfg - See Below
> Create a new game and login via USGN or via AMX2D (Both will work)

Test
> Type in !login lee lee
> You should be on level 30
> Go take a hit, you should see that you're absorbing less then a fourth of the original damage you're suppose to take
> Make a hit with the deagle, note that it only takes one hit to kill a level 1/0 player

Delete the Test accounts
> Go to amx2d/settings/users.cfg
> Delete the lee account by deleting the second line
> Change the admin account to your account by replacing "admin pass" with "yourname yourpassword"
> Go to amx2d/settings/exp/exp.lst
> Delete all of the text, but DO NOT DELETE THE FILE
> Log in to your new account on CS2D by typing in '!login yourname yourpassword'
> You should see "You are on level 1" in blue

Easter Egg

There's also an easter egg. Included is a prototype SuperHero mod where you can make your own heroes. To do so, take a look at amx2d/settings/superheroes/supherhero.lst and heroes folder. Inside are 2 template heroes (normal and swat for a lack of a better name)
Use those two template heroes to create your own heroes.

old Re: RPG Mod 1.0 + Easter Egg

spartan029
User Off Offline

Quote
ermm. With all due respect, leegao, shouldn't this go into the "custom maps and stuff" section?

BTW: nice mod. Your the mod WE ALL LIKE YAY!

because u upload things of corse

old Re: RPG Mod 1.0 + Easter Egg

RedPillow
User Off Offline

Quote
Haha, leegao is mod lol mods can do whatever they want

Read more careful >(Not really o.O)
edited 1×, last 19.07.09 07:47:40 pm

Admin/mod comment

No, we can't /Lee

old Re: RPG Mod 1.0 + Easter Egg

Lee
Moderator Off Offline

Quote
This is more of a gamemode that can be extended for your own script. If you have an hour to spare you can not actually make your own RPG styled EXP based game mode from this.

Also, anyone need a list of commands that you can use?

old Re: RPG Mod 1.0 + Easter Egg

Lee
Moderator Off Offline

Quote
--These can all be found in the Configuration files as well.

• @exp_noobs
Allow Unregistered players to Play in the server.
• @exp_nonoobs
If noobs is not allowed, Show the following text
• @exp_login
What should the login text display
• @exp_register
What should the register text display

• @exp_killexp
Amount of EXP points gained for each kill
• @exp_killboost
How much should your EXP points grow for each level you earn

• @exp_nextexp
How much larger should the level2 nexp be compared to the level1 nexp
• @exp_startnexp
What should be the nexp for level 1
• @exp_static
How much constant nexp should be added for each level (IE: if you set nextexp to 0, you would still have to make this much exp to go to level 3)

• @exp_dmgfactor
How much damage should level 1 do compared to level 0
• @exp_hpfactor
How much damage should level 1 Absorb compared to level 0

• @exp_maxlevel
What should be the maximum level of the game?

• @exp_killpoints
How much points should be awarded for each kill
• @exp_levelpoints
How much points should be awarded for each level
*Note: Points are always constant, so they can be used to measure you're overall skill.

• !stats
Displays your RPG Level stats

• @exp
Gives so many experience points to some user. (Usage: @exp lee 3000 gives username lee 3000 exp, or @exp usgn.146 3000 gives the player with usgn of 146 3000 exp points. You can award these point even when the player is not online.)

NOTE: For all of the @ commands (IE: @exp) you much be logged in as an admin (via !login admin pass)

old Re: RPG Mod 1.0 + Easter Egg

ohaz
User Off Offline

Quote
Zune5 has written
spartan029 has written
shouldn't this go into the "custom maps and stuff


Fail.
This is LUA.

oh no, it's no fail. You didn't read the and stuff didn't you?
I also wanted to close this thread and tell leegao that it should be in the custom maps and stuff thread, but I thought leegao will add many things (like this nice little cmd list) so I decided to not close this thread.
@leegao: The command @exp_nonoobs is a little bit confusing. If you read it, you'll think it's the contrary of the @exp_noobs command.

old Re: RPG Mod 1.0 + Easter Egg

Lee
Moderator Off Offline

Quote
This thread was made due to the fact that Blazing made a similar thread for his mod, and since I have made this mod primarily for the purpose as an expo mod so others can use it to create their own projects, I think it's well justified to create a new thread for this

@exp_nonoobs is a string objects - It's the text that will show up when the server has noobs set to false and an unregistered player (USGN or AMX2D Auth System) tries to join. Use it as '@exp_nonoobs "You are not allowed to join the game without registering"'

old Re: RPG Mod 1.0 + Easter Egg

Zune5
COMMUNITY BANNED Off Offline

Quote
TheKilledDeath has written
Zune5 has written
spartan029 has written
shouldn't this go into the "custom maps and stuff


Fail.
This is LUA.

oh no, it's no fail. You didn't read the and stuff didn't you?
I also wanted to close this thread and tell leegao that it should be in the custom maps and stuff thread, but I thought leegao will add many things (like this nice little cmd list) so I decided to not close this thread.
@leegao: The command @exp_nonoobs is a little bit confusing. If you read it, you'll think it's the contrary of the @exp_noobs command.


I think the and stuff part is more for weapon modifications and such.

old Re: RPG Mod 1.0 + Easter Egg

Lee
Moderator Off Offline

Quote
Skipper has written
you mod is great, but it's a bit boring.

how to activate the superhero mod?


cs2d/sys/lua/amx2d/settings/mods.cfg - Add mod_superhero into the list.

Use the normal folder in settings/superhero/mods/ as a template to create your own mods, after that add it into heroes.lst in the settings/superhero/ folder

old Re: RPG Mod 1.0 + Easter Egg

-AJAX
User Off Offline

Quote
There is no file with the ID 1743!

The file has either never existed or it has been deleted (either by its author or by an admin/moderator because of a rule violation)×
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview