Search found 49 matches

by Cryogenical
Mon Oct 06, 2014 7:15 pm
Forum: Libraries and Tools
Topic: TEsound - simple, easy sound/music manager
Replies: 57
Views: 50767

Re: TEsound - simple, easy sound/music manager

It's only playing the 5th index.
Even with your combined code.
by Cryogenical
Mon Sep 29, 2014 5:53 pm
Forum: Libraries and Tools
Topic: LoveVideo - LÖVE module for playing video
Replies: 28
Views: 14612

Re: LoveVideo - LÖVE module for playing video

What file formats does this support?
by Cryogenical
Mon Sep 22, 2014 7:12 pm
Forum: Games and Creations
Topic: Autumn - RELEASED :D
Replies: 21
Views: 15362

Re: Autumn - RELEASED :D

Just ran the game for two minutes.

The game is EXTREMELY laggy, and the mouse has over a second of input latency.
I can't play this.
windows 8 64bit
by Cryogenical
Mon Sep 22, 2014 5:53 pm
Forum: Libraries and Tools
Topic: TEsound - simple, easy sound/music manager
Replies: 57
Views: 50767

Re: TEsound - simple, easy sound/music manager

I don't understand then.
How would I incorporate my list then, when I want to play it randomized?
by Cryogenical
Tue Sep 16, 2014 6:29 pm
Forum: Support and Development
Topic: String format related question
Replies: 5
Views: 4626

Re: String format related question

There's no song load function, with TEsound you're supposed to be able to load a song by using it's "TEsound.play(songpath)" function. I've attempted what you just told me to do to no results. I know that I'm doing something ridiculously wrong, but I just don't know what else to do. I'm pr...
by Cryogenical
Tue Sep 16, 2014 5:52 pm
Forum: Support and Development
Topic: String format related question
Replies: 5
Views: 4626

Re: String format related question

I cheated and made a separate list for titles. Still think there's a better way to go about this. namelist = { "Matryoshka Chorus", -- one "Senbonzakura Chorus", -- two "Noushou Chorus", -- three "HeadphoneActor Chorus", -- four "Nyan Chorus", -- fiv...
by Cryogenical
Tue Sep 16, 2014 5:39 pm
Forum: Support and Development
Topic: String format related question
Replies: 5
Views: 4626

String format related question

I've been trying to create a playlist with a list of songs. These songs are of course sorted in a path format, so list = { "assets/music/matryoshkachorus.mp3", "assets/music/senbonzakurachorus.mp3", "assets/music/noushouchorus.mp3", "assets/music/headphoneactorchor...
by Cryogenical
Fri Sep 12, 2014 7:36 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 408861

Re: "Questions that don't deserve their own thread" thread

Quick question. I have the following folders. -editor ->main.lua -game ->tilemap.lua I need to make a require(tilemap) from that main.lua file, but I'm not sure how since they are in different folders. Any help would be appreciated. Thanks! In your main, type require "game/tilemap"
by Cryogenical
Mon Sep 08, 2014 7:43 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 351836

Re: Löve Frames - A GUI Library

your genius
That worked well, thank you very much man; I need to go practice this shit though
by Cryogenical
Mon Sep 08, 2014 5:47 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 351836

Re: Löve Frames - A GUI Library

It's still working incorrectly. The slider starts at the bottom (which means you could only increase the volume in theory!) and the increasing isn't working either, but when I increase the value and try to bring it down, when the button reaches the bottom the sound is muted until the slider is raise...