LUBE-demo

Showcase your libraries, tools and other projects that help your fellow love users.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: LUBE-demo

Post by bartbes »

Ok, new distributable version in the first post. As said there it isn't necessary to download that one.

Hint if you do download the new version:
Once downloaded, rename it so that v2 is gone, this'll make it use your old files (so you don't have to download it again).
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: LUBE-demo

Post by bartbes »

There it is! Another distributable!
This one features: the same changes you can find in the new version of Updater :P

Same applies as previous version, if you want to keep using the old files, rename it. (or rename the dir, a slightly harder procedure)
User avatar
whitebear
Citizen
Posts: 86
Joined: Sun Mar 15, 2009 1:50 am

Re: LUBE-demo

Post by whitebear »

Does Lube have function to check if client is using exact copy of myultimate.love ? (to avoid cheating).
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: LUBE-demo

Post by bartbes »

No, I'm still looking for a way to accomplish that, but everything done by lua can be easily hooked. (so you can always send the correct checksum, or always return true on the check)
User avatar
TsT
Party member
Posts: 161
Joined: Thu Sep 25, 2008 7:04 pm
Location: France
Contact:

Re: LUBE-demo

Post by TsT »

Concerning lube-demo-distributable-v3.love under Linux
I get the downloaded file : LUBE-IRC/Client.lua with content :

Code: Select all

<html><body>You are being <a href="http://github.com/bartbes/lube-demo.git/LUBE-IRC/Client.lua">redirected</a>.</body></html>
/home/tosstt/.love/lube-demo-distributable-v3.love/LUBE-IRC/Client.lua (END)
I don't know if it's a mistake. I just report :D

Else we have some bad line returns in LUBE-IRC/LUBE.lua :

Code: Select all

lube.server = {}
lube.server.__index = lube.server^Mlube.server.udp = {}
lube.server.udp.protocol = "udp"

Code: Select all


setmetatable(lube.server, server_mt)

function lube.server:Init(port, socktype)^M     lube.clients = {}

        if socktype then


Regards,
My projects current projects : dragoon-framework (includes lua-newmodule, lua-provide, lovemodular, , classcommons2, and more ...)
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: LUBE-demo

Post by bartbes »

I indeed have to fix those line returns once (they are there because I worked on it in windows once). About the redirect: didn't know something's changed, I'll take a look.
User avatar
whitebear
Citizen
Posts: 86
Joined: Sun Mar 15, 2009 1:50 am

Re: LUBE-demo

Post by whitebear »

I figured I can just keep it that client only sends input and recieves values they are allowed to know. There is no need to send them if they don't need them.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: LUBE-demo

Post by bartbes »

TsT wrote:Concerning lube-demo-distributable-v3.love under Linux
I get the downloaded file : LUBE-IRC/Client.lua with content :

Code: Select all

<html><body>You are being <a href="http://github.com/bartbes/lube-demo.git/LUBE-IRC/Client.lua">redirected</a>.</body></html>
/home/tosstt/.love/lube-demo-distributable-v3.love/LUBE-IRC/Client.lua (END)
I finally started thinking, and the response is: Correct, that file has been removed, I should've coded Updater better :ehem:

@whitebear: That is the solution most game developers come up with in the end.
Post Reply

Who is online

Users browsing this forum: No registered users and 21 guests