A new version of Prop Hunt is now available. The specific changes include:
- Fixed Hunters not being killed once health reached zero.
Bleep bloop.

A new version of Prop Hunt is now available. The specific changes include:
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
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
I was hired by a company to retrofit the popular open source invoice software Bamboo Invoice with a recurring invoice feature. While working on it I noticed the demand for that specific feature was high so I decided to release my mod publicly.
My mod allows the user to set a recurring interval for their invoices. When the interval is reached a duplicate invoice is created with the new date and invoice number. With the PayNow feature you can enter in your Google Merchant ID or PayPal e-mail into the Bamboo Invoice settings page to allow your customers to pay you via these services (a button will be added the PDFs generated).
Check out the Recurring Invoices + Pay Now tag for the latest release.