Search found 6 matches

by Yaaghër
Fri Nov 16, 2018 9:33 am
Forum: Libraries and Tools
Topic: sync.lua -- high-level api to make writing multiplayer games easier
Replies: 11
Views: 17106

Re: sync.lua -- high-level api to make writing multiplayer games easier

Maybe I wasn't clear in my question (there was only one, not two, but I appreciate the second answer, it may be useful latter) english isn't my main language sorry. But thanks for the detailed answer. Imagine you want to make I don't know, an RPG where you can play solo and join other players whenev...
by Yaaghër
Thu Nov 15, 2018 10:39 pm
Forum: Libraries and Tools
Topic: sync.lua -- high-level api to make writing multiplayer games easier
Replies: 11
Views: 17106

Re: sync.lua -- high-level api to make writing multiplayer games easier

Really cool and simple to use (at least it look simple to use). Just a question tho. Is it possible to join a server and to send previous values for Player? (previous to the connection) Like you previously create the Player table and send it as it when you connect. It seems that you are obligated to...
by Yaaghër
Wed Jul 12, 2017 9:00 pm
Forum: Support and Development
Topic: Changing part of image transparency?
Replies: 7
Views: 7473

Re: Changing part of image transparency?

Thanks for the answer! I understand most of what you said, but maybe not the whole thing. You say to invert the stencil so the remaining part is drawn normaly, this I can't make it work (I tested with code of "Drawing a circle with a hole" in https://love2d.org/wiki/love.graphics.setStenci...
by Yaaghër
Wed Jul 12, 2017 2:55 pm
Forum: Support and Development
Topic: Changing part of image transparency?
Replies: 7
Views: 7473

Re: Changing part of image transparency?

I think there maybe a thing I didn't express clearly; I want to do the sandwich's thing as you named it and the Static layer is the one I want to make some part transparent half visible(?): Not invisible, just enough to see what there is under, for example, a wall when the player is behind it. This ...
by Yaaghër
Wed Jul 12, 2017 2:17 pm
Forum: Support and Development
Topic: Changing part of image transparency?
Replies: 7
Views: 7473

Re: Changing part of image transparency?

Thanks for the answer!

I've read and tested stencil before posting but, maybe I'm stupid, I couldn't bring it to change the opacity instead of making the pixel completely invisible.

I think if there is no way to just make the pixels transparent I'll use it anyway.
by Yaaghër
Wed Jul 12, 2017 9:32 am
Forum: Support and Development
Topic: Changing part of image transparency?
Replies: 7
Views: 7473

Changing part of image transparency?

Hello, I hope my question isn't too stupid but I'm relativly new in löve, so I don't know if it's completely impossible and stupid to ask or not. And escuse my english, sorry. Here's the thing: Until now I 'played' with löve to learn few things and I now aim to make ' game', little rogue-like with p...