Results 1 to 4 of 4

Thread: Means of Death

  1. #1
    Senior Member Major A's Avatar
    Join Date
    Aug 2014
    Location
    Indiana, USA
    Posts
    110

    Default Means of Death

    A couple questions.
    If anyone knows or tried the following.

    First what are gib and beam means of death?

    What are the differences between fire & on_fire and electric & electricwater?
    What are the differences between bullet & fast_bullet?

    also can you call means of death by the referance number as well as corresponding type?

    ie
    can this be done both the same way?


    Code:
    meansofdeath        impale
    or
    meansofdeath        25
    Last edited by Major A; January 28th, 2018 at 01:03 PM.

    ASUS P8B75-M * Quadcore 3.1GHz * 32GB ram * GT740 4GB video * Logitech USB Marble Mouse=Trackball * System - ArchLinux-EndeavourOS, KDE Plasma Desktop * Triple monitor

  2. #2

    Default

    'gib', 'beam', 'eletric', 'electricwater' and 'on_fire' are placeholders and were used in FAKK2 (Übertools), and are definitely not used anymore in MOHAA.
    'beam' is set by calling shoot on the func_beam on a player.
    'electric' and 'electricwater' are both explicit, the only difference is that the last one was explicitly used when being damaged in an electrified water.
    'gib' was set in FAKK to spawn blood spurt from the player in FAKK.
    'on_fire' was set in FAKK when the player was burning, and fire is set when the player has burned (I guess so).

    'bullet' is generally set by a semi-auto gun (rifle, pistol...) and 'fast_bullet" is set by automatic guns (mg, smgs...).
    You cannot set the means of death with a number, as the internal function will only accept a string value to transform into an integer value.

  3. #3
    Senior Member Major A's Avatar
    Join Date
    Aug 2014
    Location
    Indiana, USA
    Posts
    110

    Default

    Thankyou,
    I've had those questions for awhile now and finally decided to ask.

    ASUS P8B75-M * Quadcore 3.1GHz * 32GB ram * GT740 4GB video * Logitech USB Marble Mouse=Trackball * System - ArchLinux-EndeavourOS, KDE Plasma Desktop * Triple monitor

  4. #4
    Senior Member Major A's Avatar
    Join Date
    Aug 2014
    Location
    Indiana, USA
    Posts
    110

    Default

    Does flashbang work, or is that FAKK as well?

    ASUS P8B75-M * Quadcore 3.1GHz * 32GB ram * GT740 4GB video * Logitech USB Marble Mouse=Trackball * System - ArchLinux-EndeavourOS, KDE Plasma Desktop * Triple monitor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •