Search found 128 matches

by Darlex
Wed Mar 13, 2019 2:29 am
Forum: Support and Development
Topic: How i can permanently ban someone by their ip from the server? [SOLVED]
Replies: 17
Views: 12967

Re: How i can permanently ban someone by their ip from the server? [SOLVED]

Even if this has been marked as solved, let me just say this; It's not a bad idea to have your client implement some minimal brute-force prevention, but IP-bans can be relatively easily circumvented (and can cause more issues than not in cases). So what you could do, is to generate an UUID on the s...
by Darlex
Sun Mar 10, 2019 3:06 pm
Forum: Support and Development
Topic: How i can permanently ban someone by their ip from the server? [SOLVED]
Replies: 17
Views: 12967

Re: How i can permanently ban someone by their ip from the server?

Hippyman wrote: Sun Mar 10, 2019 2:04 pm Dude... I'm just going to be real with you here. If you're asking this question, you're not making a mmo.
Sorry but i was trying my best to explain every detail :/
by Darlex
Sun Mar 10, 2019 3:04 pm
Forum: Support and Development
Topic: How i can permanently ban someone by their ip from the server? [SOLVED]
Replies: 17
Views: 12967

Re: How i can permanently ban someone by their ip from the server?

pedrosgali wrote: Sun Mar 10, 2019 10:25 am If they connect to your server then surely you get their IP to be able to send them data back. What networking protocol are you using?
Sorry, im a noob on this server-client things :/
Im using a library named sock.lua
by Darlex
Sun Mar 10, 2019 5:09 am
Forum: Support and Development
Topic: How i can permanently ban someone by their ip from the server? [SOLVED]
Replies: 17
Views: 12967

How i can permanently ban someone by their ip from the server? [SOLVED]

I'm making a massive online game but when i was designing the flow chart i noticed that everybody can explode another user's password via hacking the game and using some sort of loop algorithm, so i think: "Why if i put a limit of password entries? and block temporarily the user via saving his ...
by Darlex
Sat Jan 19, 2019 3:33 pm
Forum: Support and Development
Topic: [SOLVED] HOW TO MAKE RGB SPLIT EFFECT?
Replies: 2
Views: 2590

Re: How i can do this effects on my games?

It's called chromatic abberation and can be achieved using shaders: // jangsy5 code extern number aberration = 2.0; vec4 effect(vec4 color, Image tx, vec2 tc, vec2 pc) { // fake chromatic aberration float sx = aberration/love_ScreenSize.x; float sy = aberration/love_ScreenSize.y; vec4 r = Texel(tx,...
by Darlex
Sat Jan 19, 2019 12:47 am
Forum: Support and Development
Topic: [SOLVED] HOW TO MAKE RGB SPLIT EFFECT?
Replies: 2
Views: 2590

[SOLVED] HOW TO MAKE RGB SPLIT EFFECT?

Image
This is solved!
by Darlex
Mon Jan 07, 2019 8:48 pm
Forum: Support and Development
Topic: Win 10 won't download LOVE insists it's a virus - any tricks?
Replies: 8
Views: 6847

Re: Win 10 won't download LOVE insists it's a virus - any tricks?

After weeks of research, spreadsheets and agonizing over which program is best to learn/program Lua - I can't get out of the starting gate! I start to download Love 64 bit installer and Windows Defender refuses to download saying that Love is a Virus (insert joke here). When I tell WD to ignore and...
by Darlex
Mon Dec 31, 2018 12:40 am
Forum: Games and Creations
Topic: LoveSnake 1.0 rereleased!
Replies: 2
Views: 4355

Re: LoveSnake 1.0 rereleased!

I suggest using 8 bit fonts (Press Start 2P (foss)) and making the gui more blocky to give the nostalgia effect
by Darlex
Sun Dec 30, 2018 10:48 pm
Forum: Games and Creations
Topic: Aarstider [Released]
Replies: 30
Views: 45091

Re: Aarstider

Thanks for taking the time to post about it, however some of the art was a just placeholder. I remade most of the things, and I'm looking forward to publish some playable demo on the playstore asap. Do you like the winter better now? It's still a huge work in progress and a lot of stuff is going to...