-
Posts
27 -
Joined
-
Last visited
-
Days Won
5
Reputation Activity
-
Dennis92NL got a reaction from clan DIABOLIK in Need help with creating ET wav sounds
Hi Sartax,
Download the program called: "Wavosaur". Its a free program.
http://www.wavosaur.com/
Open a high quality mp3 and cut the file (mostly 30 seconds).
All these options below should be at the top.
Make sure you MONO the file: Process > convert to mono > mix all channels
Set the bitrate to 8 bit: Process > bit depth convertor > 8bit
Resample the file to 22500 KHZ: Processs > Resample > 22500 KHZ
Now click save as .wav and the file should be arround 600,700,800KB depending on the length of your file.
Download pakscape:
http://eliteforce2.filefront.com/file/;1327
Make a new folder like sound/misc/yourfilename.wav and save it into a pk3 file. However if you want to have it like the last 30 seconds. You need to look up into the etmain folder and open pak0.pk3 with pakscape to see what path u need to set for the pk3 file. If its not working for you let me know and upload your file, so i will do it for you.
Regards,
Dennis
-
Dennis92NL reacted to Dragonji in .sets
Personally, I always add something like this:
sets _Admin "^9sKy^2.^9e^2S^9ports" sets _Website "http://www.sky-e.de/"And it does work with no problem. -
Dennis92NL reacted to gaoesa in kspree.lua
You need to disable the options from the g_spreeOptions
http://mygamingtalk.com/wiki/index.php/Silent_Mod_Server_Cvar#g_spreeOptions
-
Dennis92NL reacted to gaoesa in Pushing-effect during friendly FF ! How-to disable ?
g_shove is not the one to change. Setting it to 0 would disable pushing. I'm not currently sure how to disable the knock back from weapons when it is friendly fire, that is disabled.
-
Dennis92NL got a reaction from tommy in Auto award admin levels based on xp
Hi Tommy,
Please check out this lua file:
http://mygamingtalk.com/forums/files/file/19-autopromo/
Put the autopromo.lua in your silent folder and edit the following cvar in your server.cfg:
It's easy to configure the lua file with notepad++ u can download the program for free here:
http://notepad-plus-plus.org/
Regards,
Dennis
-
-
Dennis92NL reacted to gaoesa in Statistics and loading screen freeze?
This is caused by an incorrect attempt to fix the issue of players disconnecting if they haven't connected through by the end of the warmup. The issue is that the engine is calling ClientBEgin on them, while they still haven't supplied the server their true info. This disconnect can happen only on the first connect to the server. Not between maps. Warmup time may reduce the issue as more players get through before the warmup ends. But it is not a real fix. I don't know if the incorrect fix attempt can cause the problem to escalate in the form of the freeze.
-
Dennis92NL reacted to SArtax in Need help with creating ET wav sounds
this worked!
the problem with audacity.. i guess was the confusing number of different settings,
this program worked very well! thanks you guys for help..
-
Dennis92NL got a reaction from gaoesa in Need help with creating ET wav sounds
Hi Sartax,
Download the program called: "Wavosaur". Its a free program.
http://www.wavosaur.com/
Open a high quality mp3 and cut the file (mostly 30 seconds).
All these options below should be at the top.
Make sure you MONO the file: Process > convert to mono > mix all channels
Set the bitrate to 8 bit: Process > bit depth convertor > 8bit
Resample the file to 22500 KHZ: Processs > Resample > 22500 KHZ
Now click save as .wav and the file should be arround 600,700,800KB depending on the length of your file.
Download pakscape:
http://eliteforce2.filefront.com/file/;1327
Make a new folder like sound/misc/yourfilename.wav and save it into a pk3 file. However if you want to have it like the last 30 seconds. You need to look up into the etmain folder and open pak0.pk3 with pakscape to see what path u need to set for the pk3 file. If its not working for you let me know and upload your file, so i will do it for you.
Regards,
Dennis
-
Dennis92NL got a reaction from clan DIABOLIK in avatars
I like the idea, but i dont wanna have pornographic avatars or insulting images uploaded to my gameserver. People will abuse, i,m pretty sure of that. Keep the ideas coming.
-
Dennis92NL reacted to TheSilencerPL in silEnT mod logo
With the 0.3.0 version we introduce the new logo.
-
Dennis92NL got a reaction from clan DIABOLIK in Add a new database system
Totally agree with Dragonji. There is nothing to improve here.
-
-
Dennis92NL got a reaction from hellreturn in Statistics and loading screen freeze?
Hi All,
First i have a question about the end game statistics, there is a cvar that shows the most knife, mine ect. kills. But my end spreerecords and rating are not showing. I only see 2 things. How can i enable this.
The second thing, i dont know if it has anything to do with silent i i connect to the server sometimes the loading screen freezes and don't do anything. This is what happend to a few players 2. When they are connecting it's stuck on the loading screen and they are "timed out". When they reconnect it's all fine. When i open console on the moment i,m freezed it shows me all the force cvars. Like i,m ingame. But still stuck on the loading screen. Anyone knows this problem?
I also wanna make a shout-out to the silEnT mod team. Since i upgraded from pub to silEnT my server got improved alot with the database and the anticheat system. I,m really happy to see that you guys are still improving the gameplay.
Have a nice day!
Regards,
Dennis
-
Dennis92NL reacted to gaoesa in Statistics and loading screen freeze?
Thank you
1. The spree recods are enabled with g_spreeOptions cvar flag 512. The ratings are enabled with g_killRating and g_playerRating 2 on both cases.
2. This is probably related to the server engine. The simpler (the not working one that I also initially posted on this forum) attempt to fix the GUID problem from connecting players at the end of the warmup, would result this behaviour.
-
-
Dennis92NL reacted to BECK in Player connecting PB Messages
Looks like you may be missing g_silentac, as shown here:
http://mygamingtalk.com/wiki/index.php/Silent_Mod_Server_Cvar#g_silentac
Also, welcome to the forums and the mod.