Search found 206 matches

by I~=Spam
Thu Jun 04, 2015 4:35 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 117854

Re: LOVE users map

Arvada, Colorado
by I~=Spam
Wed Jun 03, 2015 6:21 pm
Forum: Libraries and Tools
Topic: [library] bump.lua v3.1.4 - Collision Detection
Replies: 227
Views: 123647

Re: [library] bump.lua v3.1.4 - Collision Detection

Yeah.. I wish there was a better way but that seems like the only sane way... maybe you could have the ramp be modified based on the object being checked for collisions with. That way different things can walk up the ramp at the same time and have it look convincing.
by I~=Spam
Wed Jun 03, 2015 2:38 pm
Forum: Support and Development
Topic: How to load values from a .txt file?
Replies: 19
Views: 7936

Re: How to load values from a .txt file?

Can you press open a command line and cd to the directory and run "dir" and post the output of dir? (To do that press start type "cmd" press enter. Type "cd C:\Games" + enter in the new window. Then type "dir".)
by I~=Spam
Wed Jun 03, 2015 3:45 am
Forum: Support and Development
Topic: Emscripten
Replies: 41
Views: 15853

Re: Emscripten

What does your computer run so that it cannot compile emscripten? :huh: There might be a way to cap the amount of CPU that it can use to compile... Hahaha if I do that it will finish in a century, Intel Atom Dual Core 1.6GHz 1GB RAM (Intel GMA 3150 ew!) I would do it but I need it for other stuff r...
by I~=Spam
Wed Jun 03, 2015 3:16 am
Forum: Support and Development
Topic: How to load values from a .txt file?
Replies: 19
Views: 7936

Re: How to load values from a .txt file?

Inny wrote:If you change your txt file to look like this:

Code: Select all

return {
{w=400,h=300,f="IMAGE_FILE_PATH"},
}
and rename it to .lua, then you just load the file like any code

Code: Select all

local list_of_images = requre 'my_image_files.lua'
This is what I would do. I think it will run faster too.
by I~=Spam
Wed Jun 03, 2015 1:55 am
Forum: Support and Development
Topic: Emscripten
Replies: 41
Views: 15853

Re: Emscripten

What does your computer run so that it cannot compile emscripten? :huh: There might be a way to cap the amount of CPU that it can use to compile...
by I~=Spam
Wed Jun 03, 2015 1:52 am
Forum: Support and Development
Topic: TCP Networking
Replies: 8
Views: 4151

Re: TCP Networking

The tutorial makes use of while true do... that completely stops my game and server, why would it ever do that? It's pretty much a useless tutorial. I tried putting the while true do stuff in love.update but that didn't work. Yes I am using Love for the server. No I am not going to change that. Wel...
by I~=Spam
Tue Jun 02, 2015 7:45 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 409927

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

Press Shift + F9 (or the pause icon in the tool bar) to pause execution where it is at and the cursor will show where the code stopped. ;)
by I~=Spam
Tue Jun 02, 2015 2:54 pm
Forum: General
Topic: Decent tutorial for making c++ dll compatible w/ lua/love2d?
Replies: 1
Views: 1554

Re: Decent tutorial for making c++ dll compatible w/ lua/lov

I don't have a "tutorial" for you but I did make a simple library that is compatible with LOVE on Linux and Windows (I have no idea if it will work on OSX) with cmake. :) Here it is: https://github.com/GoogleBot42/IronBox The important files and folders is the "CMakeLists.txt" fo...
by I~=Spam
Tue Jun 02, 2015 1:39 am
Forum: Games and Creations
Topic: Xapalus Deluxe: Release
Replies: 5
Views: 6021

Re: Xapalus Deluxe: Release

Yeah... I would have played but there was no one on. :P Do you think you could add an ai? That is a bit of a tall order I know but... please? :)