A lot of people have been asking about the future of Prop Hunt. I haven’t been updating it unless a Garry’s Mod update broke it (and I get a flood of comments urging me to fix the problem which I don’t see until a week later because I rarely check comments). The other reason for the lack of new features is I want to move Prop Hunt over to the Fretta gamemode base
As for my other mods, it is more than likely that there were updates to them, so be sure to check the Mods section.
A new version of Prop Hunt is now available. The specific changes include:
- Fixed Hunters not being killed once health reached zero.
A new version of Simple Admin is now available. The specific changes include:
- Fixed votes not saving correctly.
- Fixed vote list not refreshing when you save a vote.

Being an avid Steam user I refused to accept that the Crysis Wars SDK and Sandbox editor would not work properly with the Steam version of the game. Turns out that the only real problem is that Steam installs the game in a different directory than Crysis Wars expects, so the solution is pretty simple. Crytek even included a tool so you wouldn’t have to go mucking around in config files.
To get started, go ahead and download/install the latest version of the Crysis Wars SDK if you haven’t already. It should detect that Crysis Wars is installed in the Steam directory.
Then, browse to “C:\Program Files\Steam\steamapps\common\crysis wars\tools”. Note that on 64-bit systems it will be “Program Files (x86)” instead of just “Program Files”.
Double click the ‘SettingsMgr.exe’ program.
In the ‘CryENGINE2 Settings’ window, set the ‘Root Directory’ to “C:\Program Files\Steam\steamapps\common\crysis wars”. Once again replace “Program Files” with “Program Files (x86)” if you are on a 64-bit system.
After clicking the “Ok” button you should now be able to work in the Sandbox editor with your Steam copy of Crysis Warhead/Wars!
This post aims to help users setup and use my Recurring Invoices + PayNow Bamboo Invoice mod.
Requirements
- BambooInvoice v0.8.9
- MySQL v5.x.x+
- PHP v5.x.x+
Installation
Extract the contents of the zip to the BambooInvoice root directory (overwriting files when prompted).
Execute the following MySQL query on your server (replacing table names with your table names):
ALTER TABLE bamboo_invoices ADD COLUMN recur_interval INT(11);
ALTER TABLE bamboo_settings ADD google_merchant_id VARCHAR(255),
ADD paypal_email VARCHAR(255);
Using crontab (or a similar program) setup the recur function to be executed every day. Here is an example crontab file:
# m h dom mon dow command
30 3 * * * wget http://www.mywebsite.com/bamboodir/index.php/recur
31 3 * * * rm -rf recur