Search found 779 matches

by togFox
Thu Mar 14, 2024 9:30 pm
Forum: Support and Development
Topic: Overlapping sensors - Box2D order / behavior
Replies: 8
Views: 1254

Re: Overlapping sensors - Box2D order / behavior

This might help. It checks which fixtures are colliding right now.

Code: Select all

local allcontacts = world:getContacts( )
	for k, contact in pairs(allcontacts) do
		if contact:isTouching() then
			local fixtureA, fixtureB = contact:getFixtures( )

by togFox
Fri Mar 08, 2024 3:05 pm
Forum: Games and Creations
Topic: Backyard gridiron manager released
Replies: 3
Views: 1910

Re: Backyard gridiron manager released

Love file is now available for LOVEly ppl.

https://togfox.itch.io/backyard-gridiron-manager

Available on itch.io only as itch provides download/user stats this forum does not.
by togFox
Thu Mar 07, 2024 8:20 am
Forum: Support and Development
Topic: A tool like Aseprite but for hd sprites?
Replies: 2
Views: 797

Re: A tool like Aseprite but for hd sprites?

I use Krita extensively and it has a small learning curve. Try this:

https://www.piskelapp.com/
by togFox
Sun Mar 03, 2024 10:18 am
Forum: Support and Development
Topic: Can a non-Windows peep test my love file?
Replies: 8
Views: 1610

Can a non-Windows peep test my love file?

So I don't have Linux or Mac - (edit: and know nothing about them and don't want to VM/emulate them) but I am keen to make my LOVE file available to this audience. I'm hoping a kind soul can d/l the love file and follow the flow I've captured in screenshots. It's all about read/write operations and ...
by togFox
Wed Feb 28, 2024 8:54 pm
Forum: General
Topic: How do you code and deploy DLC's?
Replies: 10
Views: 2813

Re: How do you code and deploy DLC's?

All good. I appreciate the help. You are right with the above. I decided I want to avoid the paid and donation option completely as even 0 or more feels like a guilt trip and will deter some ppl from trying the demo so using the advice in this thread I went the linked way to maximise downloads even ...
by togFox
Wed Feb 28, 2024 1:30 pm
Forum: General
Topic: How do you code and deploy DLC's?
Replies: 10
Views: 2813

Re: How do you code and deploy DLC's?

So, documenting for others in the future - if you want to use the "tier" system described above, here is what does NOT work: - I set the free version to "paid" and then ticked the "this is a free demo" option on the free file - I then uploaded the DLC and set an alterna...
by togFox
Mon Feb 26, 2024 3:54 am
Forum: Games and Creations
Topic: I made a new game with LÖVE, Your Shots Count
Replies: 2
Views: 1440

Re: I made a new game with LÖVE, Your Shots Count

Congrats on the release. :)

Steam integration and shaders are things I've yet to get into.
by togFox
Sat Feb 24, 2024 2:05 am
Forum: Games and Creations
Topic: Backyard gridiron manager released
Replies: 3
Views: 1910

Re: Devblog: Backyard gridiron manager

v0.01 pre-alpha developers version is now available! This is a super raw version but I'm making it available for the brave and foolhardy. This project will continue for many more months and I didn't want to wait that long to make this game available. v0.01 is functional - it works - only just. Many...
by togFox
Sun Feb 18, 2024 4:03 am
Forum: Games and Creations
Topic: Backyard gridiron manager released
Replies: 3
Views: 1910

Backyard gridiron manager released

https://img.itch.zone/aW1nLzE1MDgwMzI4LnBuZw==/original/DNLfxt.png https://togfox.itch.io/backyard-gridiron-manager Backyard gridiron manager A gridiron (American football) management game where you look of a bunch of stats and numbers and performance metrics for players, form a roster by balancing...
by togFox
Sat Feb 17, 2024 9:07 am
Forum: Games and Creations
Topic: Madcrawl (alpha build) - "Traditional" Roguelike
Replies: 11
Views: 1738

Re: Madcrawl (alpha build) - "Traditional" Roguelike

Have to tap key twice to start the game. Can I tap just once? The constant droning noise in the bground? Does it ever stop? Left handers don't use WSAD. It seems turn based but hard to tell. My friends move too far ahead and I've lost them. The 'chat' log is at the top but my character is centre of ...