Tea Monster, on 07 April 2014 - 11:23 PM, said:
It would be much more work than optimizing Polymer, and probably not be good for this use case.
Tea Monster, on 07 April 2014 - 11:23 PM, said:
Tea Monster, on 07 April 2014 - 11:23 PM, said:
James, on 06 April 2014 - 02:59 PM, said:
Helixhorned, on 09 April 2014 - 11:04 AM, said:
Fox, on 07 April 2014 - 02:26 AM, said:
ifvare player[THISACTOR].curr_weapon KNEE_WEAPON
ifvarg WEAPON0_SELECTSOUND 0
soundvar WEAPON0_SELECTSOUND
(...)
ifvare player[THISACTOR].curr_weapon GROW_WEAPON
ifvarg WEAPON11_SELECTSOUND 0
soundvar WEAPON11_SELECTSOUND
#ifdef LUNATIC
[weapondata_t is a struct type]
weapondata_t g_playerWeapon[MAXPLAYERS][MAX_WEAPONS];
#else
[You don't really want to see this, but for the next argument's sake...]
// pointers to weapon gamevar data
intptr_t *aplWeaponClip[MAX_WEAPONS]; // number of items in magazine
intptr_t *aplWeaponReload[MAX_WEAPONS]; // delay to reload (include fire)
[...]
#endif
local WEAPON = gv.WEAPON
(...)
gameevent{ "JUMP", flags = actor.FLAGS.chain_beg,
function(actori, playeri, dist)
local ps = player[playeri]
(...)
local pistol = ps.weapon.PISTOL
if (pistol.shoots ~= D.RPG) then
pistol.shoots = D.RPG
else
pistol.shoots = D.SHOTSPARK1
end
ps.weapon[WEAPON.PISTOL].firesound = D.LIGHTNING_SLAP
(...)
end
}
Hendricks266, on 09 April 2014 - 11:26 AM, said:
Quote
James, on 09 April 2014 - 11:27 AM, said:
Helixhorned, on 09 April 2014 - 11:51 AM, said:
Helixhorned, on 09 April 2014 - 11:38 AM, said:
This post has been edited by Fox: 09 April 2014 - 12:07 PM
James, on 09 April 2014 - 11:56 AM, said:
Hendricks266, on 09 April 2014 - 12:03 PM, said:
Fox, on 09 April 2014 - 12:07 PM, said:
Quote
ERROR: invalid lognumalphatabs value, must be in [1 .. 7]
This post has been edited by James: 09 April 2014 - 02:01 PM
Helixhorned, on 09 April 2014 - 12:21 PM, said:
Fox, on 09 April 2014 - 12:07 PM, said:
07 12 1F 85 8A 8F 86 8B 8F 65 6C 7E 55 5A 5D 00
ERROR: invalid lognumalphatabs value, must be in [1 .. 7]
This post has been edited by James: 09 April 2014 - 09:58 PM
Hendricks266, on 09 April 2014 - 02:11 PM, said:
James, on 09 April 2014 - 09:56 PM, said:
07 12 1F 85 8A 8F 86 8B 8F 65 6C 7E 55 5A 5D 00
Quote
ERROR: invalid lognumalphatabs value, must be in [1 .. 7]
Quote
Quote
Quote
James, on 10 April 2014 - 09:36 AM, said:
This post has been edited by James: 10 April 2014 - 10:27 AM
This post has been edited by James: 11 April 2014 - 12:32 AM
James, on 11 April 2014 - 12:32 AM, said:
This post has been edited by Fox: 17 April 2014 - 06:38 PM
Quote
Fox, on 17 April 2014 - 04:49 PM, said: