Raised This Month: $32 Target: $400
 8% 

GeoCaching Mod


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff        Approver:   Exolent[jNr] (178)
Edza
Member
Join Date: Jan 2010
Old 01-16-2010 , 10:16   GeoCaching Mod
Reply With Quote #1



All information about the mod (how to play, set server) is here:
Http://geo.edza.lv
Click here for gameplay video

What is this?

GeoCaching (Geo!Caching) is a a huge mod whom is (kinda) based on the popular past time Geo Caching in real life. The main idea is that two teams compete one by setting and and the other by finding boxes.

The basic game boils down to three parts: Setting the boxes, finding the boxes and rampage. However each section has numerous additional features that help improve the gameplay. Tactics are especially important for wining the game.

However if you just want to go and hunt / kill / escape just do that, don't even read the rules.

How to play the game?

Before the game (preparations)
Geo!Caching needs only one dedicated key (Geo Key). To set the Geo Key:
1. Open Console (press the ~ key above tab);
2. Write bind v geo;
3. Press enter to set the v key as the Geo key.
You can replace the v key with any key you want. For example to make the f key the Geo Key write bind f geo in the console.

Game as a Terrorist
Game starts after freeze time:
1. Set boxes (using the Geo Key), try to hide them so the enemy team can't find them. (you have ~25 sec.)

When all boxes are set the enemy team will try to find them, if the enemy team finds all boxes they win:
2. While the enemy team is searching for boxes you can carry a box (using the Geo Key), when you carry a box you can place it in a better position, and while you carry a box game time runs faster, the more boxes are carried by more players the faster the time goes.

3. When carrying a box you can be killed, the enemy knows you carry a box because you glow red.

If all boxes are found in ~2min. you lose, if some boxes are left unfound you win. In any case a rampage happens next.

Game as a Counter-Terrorist
Game starts after freeze time:
1. Wait while boxes are set. (~ 25 sec.)

When all boxes are set go and find them:
2. When you see a box get near of it and press the Geo Key.

3. If you can't find boxes look at the radar (not the green round one), it will blink 1 time in 10 sec. to tell you that boxes are near.

4. Some enemy will carry boxes, you will now that because they will glow red. Every enemy that glows red can be killed. For each enemy that carries a box the time goes faster, leaving you with less time to find boxes.

If all boxes are found in ~2min. you win, if some boxes are left unfound you lose. In any case a rampage happens next.

Rampage
One team has already lost and one team has won, however rampage can change all that:
1. The wining team gets weapons and faster speed, losing team get's nothing.

2. If all of losing team is killed the winners win, but if the losing team survives 30 seconds they become the winners!

The team that wins the rampage get's a bonus next round, for example if Terrorists survive or kill all enemy then the time they will have to set boxes will be bigger!

Client Commands:
/geo - Displays help window. (also for idiots "\geo" and "geo" works too)
/nolag - GeoCaching mod uses a LOT of flashing messages, this will make them passive and will remove any lag that may be present.
(also idiot-proof)

Balancing:
I have only 2 hands, so you can imagine that testing a 10+ player mod is kinda hard. Because of that all timings and distances can be changed.

Yes I know I could have used CVars instead of const, but I highly doubt such an effort would be worth it, those who will actually care about it will be "smart" enough to press the compile button for themselves.

Code:
//Constant's below can be changed as needed, as different game environments need to be differently balanced.
//---------------------------------------------------------------------------------------------------------
const boxFindDistance = 72 //distance around player in which he can find a box
const radarFindDistance = 272 //distance around player in which the radar will alert the player

const Float:boxSetBaseTime = 24.5 //time to set boxes
const Float:boxSetDiffBaseTime = 4.5 //penalty / award for a successful rampage
const Float:boxSetDiffPlayerAddTime = 0.4 //the change in the base time based on the player count

const Float:gameTime = 130.0 //time to find boxes
const Float:gameDiffBaseTime = 1.5 // if all boxes carried the amount removed each second from the game time
const Float:gameDiffPlayerAddTime = 0.1875 //for each player playing the base increases by this

const Float:rampageTime = 25.0 //time to survive / kill all enemy

const pickupBoxTime = 45 //time to pick up a box
const pickupBoxBaseAddTime = 25 //time to be added to the base time of pickup time second and so on time

const roundsInRowMustSetBoxes = 2 //how many rounds in a row player can not set boxes before getting killed and shown a help message
//---------------------------------------------------------------------------------------------------------
(contact me for in-depth description)

How to install?

If you have both amxx and metamod then the usual way:

1. Download resources. (Resources.zip)
2. Put them in your cstrike folder.
3. Download plugin.
4. Put in the amxx plugins folder.
5. Add "GeoCaching.amxx" to the plugins config file. (\cstrike\addons\amxmodx\configs\plugins.ini)
6. Uncomment "fun" and "cstrike" from modules config file. (\cstrike\addons\amxmodx\configs\modules.ini)
7. And that is all, enjoy.

Something is not working?
Calmly Contact us with your exact problem and what you were doing.

Changelog:
(From Version 1.1 to 1.2)
- To balance the game a bit and ensure that all features are used properly, boxes must be picked up by T at least one time in 45 sec. (after the first time it's 45 + 25). If they fail then they are killed and are shown a help message, I hope this improves gameplay.
- If you play as a T and are incapable to even set any boxes (for 2 rounds in a row) you will be killed and showed a help message, same reason as above.
- The language file is updated.
- Removed multiple HUD elements to make it all cleaner looking, also to make sure somebody does not mistake the Geo radar for the built-in radar.
- Timings and distances re-balancing.
- Help file is rewritten to be easier to understand.
- Dutch language was added. (translated by crazyeffect)
- Box picking up should now always work. Fixed an issue with too-many-preses restricter which was restricting every press that the user made.

(From Version 1.0 to 1.1)
- Implemented multilingual support. (big thanks to crazyeffect )
- Removed some left-over debug messages.
- Named every task, also added an offset so they will not start with zero. This is to reduce any future errors. (thanks to fysiks for the idea)
- Fixed issues with game going on standby mode, as some message were repeating themselves each round.
- Fixed team balance messages. Some messages that were to be displayed after a player was moved to CT were using a player id from T team instead of CT team of whom the player was registered with before team change (for some the message was displayed to the wrong player, to others twice).
- Ensured unfound boxes in rank will display right, as they were showing some weird numbers.

Who made this?
Geo Dev Team. Leader (me) - Eduards V.

A more glorious description can be found on the website.

It just works, so download and enjoy!

Oh, and if you decide to put it on your server it would be nice if you contacted me so I can add you to the server list on the web site, thanks.

If you speak any language besides English you are welcome to translate this mod to your native language and I'll add it to the mod. (see Resources.zip for language file)

Any thoughts, comments, critic, praise?

Click here for gameplay video
Attached Files
File Type: zip Resources.zip (107.0 KB, 1736 views)
File Type: sma Get Plugin or Get Source (GeoCaching.sma - 2920 views - 56.0 KB)

Last edited by Edza; 01-19-2010 at 13:58.
Edza is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:48.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode