Search found 10 matches

by pericles
Thu Feb 22, 2024 11:13 am
Forum: General
Topic: help plz :(
Replies: 1
Views: 1027

Re: help plz :(

That usually happens because you aren't telling LÖVE what game/code to run.
https://love2d.org/wiki/Getting_Started
by pericles
Wed Feb 21, 2024 11:44 am
Forum: General
Topic: why am i getting the error:
Replies: 2
Views: 1104

Re: why am i getting the error:

Seems like you forgot a 'end' in love.update(dt) function.
The one for 'checkCollision(player, bullet)' maybe?
by pericles
Wed May 12, 2021 5:44 pm
Forum: Libraries and Tools
Topic: Slab - An Immediate Mode GUI Library In Lua
Replies: 98
Views: 271840

Re: Slab - An Immediate Mode GUI Library In Lua

I did try it out and worked really well. Nice tutorial file, good wiki documentation and easy to follow :3

Thanks Jackalope, awesome work ^~^
by pericles
Fri Apr 30, 2021 10:54 pm
Forum: Support and Development
Topic: More than 4 Gamepads
Replies: 11
Views: 17935

Re: More than 4 Gamepads

pgimeno wrote: Mon Apr 26, 2021 8:31 pm I'd bet that this is not a Löve issue, but an upstream issue, either SDL or the OS.
Me too, tried with :

Code: Select all

sdl.SDL_SetHint("SDL_HINT_XINPUT_ENABLED", "0")
But didn't work or I just have no idea what I am doing ^^
by pericles
Fri Apr 30, 2021 10:53 pm
Forum: Support and Development
Topic: More than 4 Gamepads
Replies: 11
Views: 17935

Re: More than 4 Gamepads

Sounds like a bug to me, though it could potentially be with your system/drivers/etc. Have you tried some of the other checks, like love.joystick.getJoystickCount, or love.joystick.getJoysticks? Have you tried different types of controllers? love.joystick.getJoystickCount still return 4 when more t...
by pericles
Wed Apr 21, 2021 3:01 pm
Forum: Support and Development
Topic: More than 4 Gamepads
Replies: 11
Views: 17935

Re: More than 4 Gamepads

Yeah, but how much people actually nowdays plays in games with local multiplayer with more then 2 players? in our 2k21 future everyone play in multyplayer games via internet or in very rare cases via lan so i guess 4 gamepads limit shouldn't be a problem Well, it's a problem for me otherwise wouldn...
by pericles
Sun Apr 18, 2021 5:47 pm
Forum: Support and Development
Topic: More than 4 Gamepads
Replies: 11
Views: 17935

Re: More than 4 Gamepads

To play more than 4 players, each one with theirs own gamepad >.<

Like Shipped, a game that can be played by 8 players local
by pericles
Sat Apr 17, 2021 7:28 pm
Forum: Support and Development
Topic: More than 4 Gamepads
Replies: 11
Views: 17935

More than 4 Gamepads

Hello! :3 Is there a way to allow the game to recognize more than 4 Gamepad? Example: When I connect 5 or 6 gamepads only 4 are recognize :( function love.joystickadded( joystick ) print(joystick:getName().." Connected",joystick:getID()) end https://love2d.org/imgmirrur/4rRMg5b.png I think...
by pericles
Tue May 05, 2020 2:38 pm
Forum: General
Topic: What code editor do you use ?
Replies: 195
Views: 295612

Re: What code editor do you use ?

MadByte wrote: Mon Apr 20, 2020 8:01 pm Atom with plugins (love-launcher, lua-autocomplete, autocomplete-love, fonts) on Linux.
Was using notepad++
Atom looks really good, will try it out
Thank you very muchh =)

A question tho
Isn't Love-Atom better?
by pericles
Fri May 24, 2019 8:12 pm
Forum: Games and Creations
Topic: Survive... ball?
Replies: 10
Views: 17708

Re: Survive... ball?

Really cool game m8, cheers

Loved the menus, it's like a you are in a practice mode >.<