Page 1 of 1

LUPS-manager

Posted: 25 Feb 2015, 15:07
by Jools
The latest LUPS from github doesn't contain a gadget called lups_manager.lua, but instead one called lups_cloak_fx.lua. But it has id: lups_manager.lua:

Code: Select all

-- $Id: lups_manager.lua 3171 2008-11-06 09:06:29Z det $
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
--  author:  jK
--
--  Copyright (C) 2007,2008.
--  Licensed under the terms of the GNU GPL, v2 or later.
--
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


function gadget:GetInfo()
  return {
    name      = "Lups Cloak FX",
    desc      = "",
    author    = "jK",
    date      = "008-2014",
    license   = "GNU GPL, v2 or later",
    layer     = 10,
    enabled   = true,
  }
end
Is the previous lups_manager.lua now replaced with lups_cloak_fx.lua?

Re: LUPS-manager

Posted: 25 Feb 2015, 15:28
by jK
Gadget enviroment never had a lups_manager.lua

Re: LUPS-manager

Posted: 25 Feb 2015, 15:32
by Jools
Edit: nvm, didn't see this before:

Re: LUPS-manager

Posted: 25 Feb 2015, 16:02
by PicassoCT
Its never LuaUtilizingParticles in UnSynced