Jump to content

wajdzik

Members
  • Posts

    24
  • Joined

  • Last visited

wajdzik's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Server cvar would be great. I think that is cvar like this in one of mods, but curently i don't remember in whichone. I'll try use your idea and create something what could change this without cvar, but i can start working with this after 15 july.
  2. It's only change charging rilfe grenade, so its not what i'm looking for :/
  3. Ok, i found a clue - file grenade.weap and weapon.cfg grenda.weap: weaponDef { // This basically fills out weaponInfo_t client { //standModel "" // weapon pickup 'stand' (do we still use this?) //pickupModel "" //pickupSound "sound/misc/w_pkup.wav" weaponConfig "models/weapons2/grenade/weapon.cfg" handsModel "models/weapons2/grenade/v_grenade_hand.mdc" flashDlightColor 1 0.7 0.5 flashSound "sound/weapons/grenade/gren_throw.wav" // supports up to 4 flash sounds //flashEchoSound "" // supports up to 4 flash echo sounds //lastShotSound "" // supports up to 4 last shot sounds //readySound "" //firingSound "" // no weapons seem to use this, basically it's a replacement hum for readysound, but then when firing //overheatSound "" //reloadSound "" //reloadFastSound "" // some weapons have fast reloads due to the skill system //spinupSound "" // sound started when fire button goes down, and stepped on when the first fire event happens //spindownSound "" // sound called if the above is running but player doesn't follow through and fire //switchSound "" // allow overriding of weaponswitch sound //weaponIcon "icons/iconw_grenade_1" weaponSelectedIcon "icons/iconw_grenade_1_select" missileModel "models/ammo/grenade1.md3" //missileSound "" missileTrailFunc "GrenadeTrail" // supports "GrenadeTrail", "RocketTrail", "PyroSmokeTrail" and "DynamiteTrail" (we REALLY want a particle system for this) //missileDlight 0 //missileDlightColor 0 0 0 // do we still use this? //ejectBrassFunc "" // supports "MachineGunEjectBrass" and "PanzerFaustEjectBrass" //modModel 1 "" firstPerson { model "models/weapons2/grenade/v_grenade.md3" //flashModel "" // weapon building // the parts are numbered because there are some hardcoded references for some weapons to certain parts weaponLink { part 0 { tag "tag_barrel" model "models/weapons2/grenade/v_grenade_barrel.mdc" } } } thirdPerson { model "models/weapons2/grenade/ss_grenade.md3" //flashmodel "" } } } and /////////////////////// // // GRENADE // /////////////////////// newfmt // config file for weapon animations // barrel barrel // first length fps looping anim bits animated weap draw bits // / ___/ / / / / / // / / ______/ / / / / // / / / ________/ / / / // / / / / ___________/ / / // / / / / / ___________________/ / /// / / / / / ______________________________/ // / / / / / / 0 1 20 1 0 0 0 // IDLE1 0 1 20 1 0 0 0 // IDLE2 1 2 10 0 0 0 0 // ATTACK1 //2 1 10 1 0 0 0 // ATTACK2 1 2 10 0 0 0 0 // ATTACK2 1 2 10 0 0 0 0 // ATTACK3 7 5 20 0 0 0 0 // DROP 12 4 10 0 0 0 0 // RAISE 12 4 16 0 0 0 0 // RELOAD1 12 4 16 4 0 0 0 // RELOAD2 12 4 16 0 0 0 0 // RELOAD3 0 1 20 1 0 0 0 // ALTSWITCH (SA) new alt-mode switching anim 0 1 20 1 0 0 0 // ALTSWITCH (SA) new alt-mode switching anim but i still have no idea what value change to get different time od nade's charging :/
  4. Hi, I need to write lua script to random change of grenade charging. (beetwen 2 to 6 sec.) This type of script is not big problem, but i don't know what command use to change time of nade charging. Can anybody help me with this?
  5. So yours greetings is show only in console. Change to 3. Ihmo is best place to greetings
  6. One more things. It would nice if Datebase would save more then one player's nick. If someone change his nick i have problem to find him in datebase or find out who is he. In Jaymod (or NQ i 'm not sure) when i type !list i have information NICK1 (a.k.a. NICK2).
  7. What do you have in g_greetingPos ??
  8. When i was switching mod from ETpub to silent i saved old XP file on my storage and when ane player want his XP back i was using !givexp on him. It's quite easy way. (even easier if you're using external etconsole program like RCON unlimited)
  9. Better way would be making new serwer log after one week/month and old serwer log save as xxserver.log (number of month/week where xx is). I'm doing this manualy on my serwer 'couse sometimes i need check some things from last month in server log and i need backups of old log's file.
  10. Zimny, możesz skorzystać z pliku admins.cfg i komendy !readadmins. Tworzysz plik admins.cfg z przyznanymi levelami według tego wzoru [admin] name = name of the admin (can be left empty) guid = full 32 character PB GUID (this field is used to identify players in the database) sguid = full 32 character silEnT GUID (this field is used to identify players in the database) level = level number flags = personal admin flags (can be left empty) greeting = personal greeting (can be left empty) greeting_sound = path to personal greeting sound (can be left empty) a później korzystasz z komendy !readadmins, aby wczytać ten plik. Zapisze się on automatycznie do bazy danych. (!readadmins oczywiście zadziała tylko jeśli masz pełny dostęp do serwa, czyli rcon, lub już nadany level) Jeśli będziesz miał jakiś problem z tym, to pisz do mnie PW. Postaram się pomóc. (przerzucałem dość dużą bazę adminów z etpuba na silenta, więc trochę zdążyłem się nauczyć)
  11. But it wasn't when i was writing my post Now i prepering server to install new version.
  12. It's work now. Nice gallery. I'm looking forward 0.4.0 to put it on my server.
  13. Phantasm, what kind of problem do you have? Players without GUID can't have saved XP but players with GUID shouldn't have any problem. When i was setting up my server I had lots of problem with XPsave so maybe i can help you with your problem.
  14. I have too. G+ is more better then favebook to me
×
×
  • Create New...