Sorry for the lack of releases these last few months, we've all been very busy with school. Today we are proud to present you with this new release of Tremfusion 0.9.
New Features- Ncurses console (screenshots)
- ttymulous is now available on Windows (Also on Mac but you'll have to compile it yourself)
- Improved console history
- Specular Lighting by Odin
- Controllable Minimum Entity Light by Odin
- SSE and SSE2 optimizations by gimhael (Only in the Mac and x86_64 Linux builds, but you can compile it yourself for x86 Linux)
- New PowerPC JIT compiler by Przemyslaw Iskra
- fs_autogen allows you to choose the name of the configuration file
- s_alSourcePitch allows you to change the pitch of sound in OpenAL by Champion
- And many more, see our Features List
Simpler SemipureGetting semipure working on Tremfusion is very simple. All you need to do is get the semipure pk3 from
http://releases.mercenariesguild.net/semipure_vms/ and put it in your server's base directory. No other setup is necessary.
Bug Fixes- Serverside demos fixed
- Alias infinite loop fixed
- Colors are back to normal
- Fixed tty client chat
- Simplified fs_extrapaks
- Refactoring of the pure system
- And many more...
Removed StuffKey Release BindsThis code was breaking people's autogen.cfg, and was causing a lot of other problems. The new method for making key-release binds is to use Tremfusion's alias feature:
alias +mycmd echo down
alias -mycmd echo up
bind x +mycmd
When X is pressed, +mycmd is executed, and when it is released, -mycmd is executed.
p_ CvarsThe p_ cvars were removed because they caused problems when playing on mod servers. I will soon be release a pk3 which you can use to get these cvars back, but it will only be usable on unpure servers.
LinksDOWNLOAD HEREPLEASE READ THIS:
Installation InstructionsIf you get an error about libopenal.so.1, run this command:
sudo ln -s /usr/lib/libopenal.so.0 /usr/lib/libopenal.so.1
If you are upgrading from an earlier version of Tremfusion, you need to copy <fs_homepath>/tremfusion/autogen.cfg to <fs_homepath>/base/autogen.cfg. You should also set the cl_defaultUI cvar to "tremfusion" if you want to get the Tremfusion menus back.
If you have a problem, you can visit our forums at
http://www.tremfusion.net/forum/index.phpYou can also find us on IRC in #tremfusion on Freenode.