Search found 3 matches

by MrAlwaysAwesome
Wed Feb 10, 2021 5:47 am
Forum: Modding help
Topic: Mod giving Nil error/not working
Replies: 4
Views: 1274

Re: Mod giving Nil error/not working


local make_capsule_stream = function(attack_parameters)
local ammo_type = attack_parameters.ammo_type
local root_projectile
local root_speed
if ammo_type and ammo_type.action and ammo_type.action.action_delivery.type == "projectile" then

You are validating ammo_type.action.action_delivery ...
by MrAlwaysAwesome
Wed Feb 10, 2021 5:46 am
Forum: Modding help
Topic: Mod giving Nil error/not working
Replies: 4
Views: 1274

Re: Mod giving Nil error/not working


the problem is that when the mod was released there was no capsules in the game,


The original mod worked with grenades and capsules no problem, capsules have been in the game long before the mod was written


My Apologies Klonan I just added the message from our discord group XD didnt check ...
by MrAlwaysAwesome
Tue Feb 09, 2021 5:06 pm
Forum: Modding help
Topic: Mod giving Nil error/not working
Replies: 4
Views: 1274

Mod giving Nil error/not working

Hi everyone, my friend and I revived an old mod called KS Combat... We got permissions from the owner and updated it. the problem is that when the mod was released there was no capsules in the game, so we started and managed to write some code. Iam not a professional coder. can someone please help ...

Go to advanced search