View Single Post
Old 11-02-2019, 10:58 AM   #802
n0ne
Human being with feelings
 
Join Date: Jun 2014
Posts: 152
Default

Hi guys!

Such an awesome tool, thanks so much for all the time and effort!

I've been trying to get this to work all day, have read about 50% of this thread so please excuse me if I repeat something. Not sure if these are bugs or if I'm doing something wrong... however, two things I noticed:

* On a fresh install on Windows 10 I could not get Reapack-index to work due to a Rugged error. Installing Rugged 0.27.0 first did the trick.

* I've been staring at this all night, so might be overlooking something simple. But I could not get the indexer to add multiple files this way:
Code:
--[[
 * Author: Jerimma
 * Version: 1.0.17
 * provides:
    inc/include.lua
    inc/wtf.lua
    inc/mur.lua
--]]
However, this does work:
Code:
--[[
 @author Jerimma
 @version 1.0.20
 @provides
    inc/include.lua
    inc/wtf.lua
    inc/mur.lua
--]]
I'm not sure if that was intented or not
n0ne is offline   Reply With Quote