UniqueUlysees

Results 13 issues of UniqueUlysees

P: Low
T: Enhancement
C: JPLua

what about entity api?here are some functions: GetEntity() ent:GetType() (grenades, npc, etc...) ent:SetHealth() (if npc / breakable object) ent:GetHealth() ent:Teleport() ent:GetPosition ent:SetSpeed() / GetSpeed etc....

P: Low
S: In Progress
T: Enhancement
C: JPLua

possible?

C: Client
P: Low
T: Question
C: JPLua

C: Server
P: Low
T: Enhancement
C: JPLua

May be Newton Physics or....PhysX by nvidia

C: Server
P: Low
T: Enhancement

With minecraft like permissions system. Should be easily extensible using lua ( like adding a auth way, new permissions and so ). Admin system will still rely on bitfield privileges.

C: Server
P: Low
T: Enhancement
C: JPLua

Example: ``` local player = GetPlayer() player.health = 100 player.pick + function(item_id) print("You've picked: " ... tostring(item_id) ... "!") end ```

P: Low
T: Enhancement
C: JPLua

C: Client
P: Low
T: Enhancement