Search found 148 matches

by Pangit
Thu Jun 30, 2016 1:45 pm
Forum: Games and Creations
Topic: My projects and demos
Replies: 95
Views: 50036

My projects and demos

UPDATE: This is the current game project I am working on. alphademo02_02.love Updates since 02_01.. Have fixed a bug with the input devices, where if the joystick/gamepad was not plugged in the program would crash. Added os detection and input device detection. Added primitive splash screens =======...
by Pangit
Wed Jun 29, 2016 3:38 pm
Forum: Support and Development
Topic: gamepad - how to access the input data.
Replies: 12
Views: 8063

Re: gamepad - how to access the input data.

Ok sure, I will read up on this and assuming a slow fellow like myself can pull it off I'll be more than happy to help. I want to make sure the games I make will work with the largest number of input devices I can, So I would need to learn these things at some point anyway. These controllers are pre...
by Pangit
Wed Jun 29, 2016 12:16 pm
Forum: Support and Development
Topic: gamepad - how to access the input data.
Replies: 12
Views: 8063

Re: gamepad - how to access the input data.

Thanks guys I will investigate further and play some more.

Ah! I see... the data was hiding inside joysticks all along... :cool:
by Pangit
Wed Jun 29, 2016 9:26 am
Forum: Support and Development
Topic: gamepad - how to access the input data.
Replies: 12
Views: 8063

gamepad - how to access the input data.

Hello people, I have been trying to get my gamepad to register inputs with love, with limited success. (surprise surprise) Now before ya'll reach for the picard memes and tell me to RTFM. I did... This is my gamepad... a cheap chinese $7 special. So I know its quality craftsmanship. But its just so ...
by Pangit
Tue Jun 28, 2016 1:30 pm
Forum: Support and Development
Topic: Library files not loading with require.
Replies: 15
Views: 7498

Re: Library files not loading with require.

Morning, Thank you for your help. Any assistance is much appreciated. About the conf.lua you are right I didn't copy across the one I was using from before yet. Will add that in. http://www.franciszkanie.poznan.pl/text_images/text_10/img12.jpg Thank you again for the help. Here is the conf.lua I wou...
by Pangit
Tue Jun 28, 2016 9:29 am
Forum: Support and Development
Topic: Library files not loading with require.
Replies: 15
Views: 7498

Re: Library files not loading with require.

This is part of the problem, I have included the zip so all the files are here. The love-scenes program works just fine when its run within its own directory, but when I try and run it from the project folder. it does not work. I tried lib.love-scene.scene.main lib/love-scene/scene/main nothing seem...
by Pangit
Tue Jun 28, 2016 1:21 am
Forum: Libraries and Tools
Topic: [Module] RL-Dice
Replies: 7
Views: 11128

Re: [Module] RL-Dice

Thanks for all your hard work, I found this really useful.
by Pangit
Mon Jun 27, 2016 6:41 am
Forum: Support and Development
Topic: Virtual keyboard / menu for RPG & recommended scale libraries.
Replies: 0
Views: 1594

Virtual keyboard / menu for RPG & recommended scale libraries.

Hi, I am trying to build the player name menu screen. What I was planning on doing was just using a series of buttons and assigning the various controllers different ways to interact with them. But I got to thinking this has to be a fairly common design choice so perhaps someone has already made a l...
by Pangit
Sat Jun 25, 2016 7:58 am
Forum: Support and Development
Topic: middleclass vs 30log
Replies: 3
Views: 1199

middleclass vs 30log

Hi, I have been thinking about what way to implement classes within my programs and I was curious what you guys thought about the libraries above. I noticed they are often recommended for use. But I was curious what one you would pick and why or perhaps there is not much between the two. I like the ...
by Pangit
Fri Jun 24, 2016 1:09 pm
Forum: Support and Development
Topic: Library files not loading with require.
Replies: 15
Views: 7498

Re: Library files not loading with require.

Thank you, will have a look at that tonight. I didn't think about the conf.lua will fix that and see if it makes a difference. I mean it can't hurt. Edit : How weird is that - I explicitly stated all of the options in conf.lua, corrected one minor mistake and low and behold shak is now working :awes...