mezo Posted October 28, 2010 Share Posted October 28, 2010 hi,i installed kspree, rspree and dynamite. the sounds works, but there is noch killing message. http://wolfwiki.anime.net/index.php/Lua_Mod_API#clients Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted October 28, 2010 Management Share Posted October 28, 2010 Probably becasue it is no longer "etpub popup" but it is now "silEnT popup". So the Lua script doesn't recognise the events. I didn't test and I don't fully even know what those scripts do, but that has changed at least. You have noticed that the mod has the killing sprees and the revive sprees inbuilt. I don't mean you should use them instead of the Lua scripts, just that there is that option too. If you can fix the scripts yourself, that would be great. If not, you can post them here and I will or someone else will take a look at them. Nothing more serious then the popup should not have been changed. EDIT:The inbuilt sprees are far more efficient to the clients then the Lua scripts so I suggest you consider if they can be used instead. You can define individually wich sprees you would use if one of them would work but the other one doesn't. Quote Link to comment Share on other sites More sharing options...
mezo Posted October 28, 2010 Author Share Posted October 28, 2010 silent has a spree option? how can i enable it. here are the script. would be nice if u can fix it. home.arcor.de/schenkenberger/lua.zip Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted October 28, 2010 Management Share Posted October 28, 2010 Here is howto enable them:http://mygamingtalk.com/silent/manual/server.html#g_spreeOptionsTheres no spree sounds though. We don't have the sounds for them yet and we didn't want to settle the old Quake spree sounds all the other mods use. For that, the Lua script works better. Personally I don't even like the spree sound spamming so much so for some people the soundless sprees may work better. I'll take a look at the scripts. Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted October 28, 2010 Management Share Posted October 28, 2010 Ok. I found the following problems. The dynamite.lua didn't notice the dynamite plants because it was looking for "etpro popup". I changed it to "silEnT popup". Also, the print positions were generally wrong and I changed them to positions etpub and silEnT support. You can find the supported print positions from here http://mygamingtalk.com/silent/manual/server.html#settings. They can be chat, cpm (popup), cp (center), bp (banner) or print (console). I changed all I found from the scripts to bp. dynamite.lua:local announce_pos = "bp" kspree.lua:kmulti_pos = "bp" -- multi + megakill - positionkmonster_pos = "bp" -- ultra + monster + ludicrous + holy shit - positionkmultitk_pos = "bp" -- multi TK - positionkspree_pos = "bp" -- killing spree position rspree.lua:multi_pos = "bp" monster_pos = "cp" -- b 32 == cp (this info is for harle )) The -- marks the start of a line comment in Lua scripts. And the comment is in the file originally I generally tested and they seem to work at least some extent. But I didn't have time to test them thoroughly and they are also rather lengthy scripts. So if you have more problems, don't hesitate to post here.lua.zip hellreturn 1 Quote Link to comment Share on other sites More sharing options...
mezo Posted October 28, 2010 Author Share Posted October 28, 2010 Ok. I found the following problems. The dynamite.lua didn't notice the dynamite plants because it was looking for "etpro popup". I changed it to "silEnT popup". Also, the print positions were generally wrong and I changed them to positions etpub and silEnT support. You can find the supported print positions from here http://mygamingtalk.com/silent/manual/server.html#settings. They can be chat, cpm (popup), cp (center), bp (banner) or print (console). I changed all I found from the scripts to bp. dynamite.lua:local announce_pos = "bp" kspree.lua:kmulti_pos = "bp" -- multi + megakill - positionkmonster_pos = "bp" -- ultra + monster + ludicrous + holy shit - positionkmultitk_pos = "bp" -- multi TK - positionkspree_pos = "bp" -- killing spree position rspree.lua:multi_pos = "bp" monster_pos = "cp" -- b 32 == cp (this info is for harle )) The -- marks the start of a line comment in Lua scripts. And the comment is in the file originally I generally tested and they seem to work at least some extent. But I didn't have time to test them thoroughly and they are also rather lengthy scripts. So if you have more problems, don't hesitate to post here.ty Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted October 29, 2010 Management Share Posted October 29, 2010 I forgot to mention that there is also inbuilt dynamite counter and sudden death in the mod. You can set it with g_dyno options.http://mygamingtalk.com/silent/manual/server.html#g_dyno Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.