Search found 134 matches

by drunken_munki
Tue Apr 17, 2018 12:19 pm
Forum: Games and Creations
Topic: Dark Wish is coming soon
Replies: 16
Views: 9632

Re: Dark Wish is coming soon

Congratulations on your upcoming Steam release. Is this a Love2D game? The system requirements look like overkill for this sort of game. Thanks Dude. I been doing some fine-tuning and this is the best I can claim for initial release: "768 MB VRAM required. Also OpenGL 4.1 support (GeForce GTX ...
by drunken_munki
Sun Apr 15, 2018 2:10 am
Forum: Games and Creations
Topic: Dark Wish is coming soon
Replies: 16
Views: 9632

Re: Dark Wish is coming soon

The game looks pretty cool ... best wishes for your release. With regards to your texture requirements. Do you need 16k just in one dimension or a square one? Because 16k * 16k in 32bits should require 1GB of VRam without anything left for the OS, framebuffers etc. etc. so you might have a problem ...
by drunken_munki
Sat Apr 14, 2018 10:28 am
Forum: Support and Development
Topic: 11.0 - Some errors causes window to immediately close
Replies: 7
Views: 5662

Re: 11.0 - Some errors causes window to immediately close

The only time I've personally seen love close in that way is if you manage to hit the 1GB memory limit that luaJIT has (https://stackoverflow.com/questions/35155444/why-is-luajits-memory-limited-to-1-2-gb-on-64-bit-platforms) Hit that limit or very close above it and pop everything shuts down instan...
by drunken_munki
Fri Apr 13, 2018 9:52 pm
Forum: Games and Creations
Topic: Dark Wish is coming soon
Replies: 16
Views: 9632

Re: Dark Wish is coming soon

As a Linux user, stating that it requires DirectX <whatever version> would make me think that your game does not support Linux. Nothing in the code makes the game dependant on windows, BUT only the steam distro has been created for windows 64 bit. I can add distros for linux but the problem I'm hav...
by drunken_munki
Fri Apr 13, 2018 9:05 pm
Forum: Games and Creations
Topic: Dark Wish is coming soon
Replies: 16
Views: 9632

Re: Dark Wish is coming soon

Hey guys OpenGL 4.1 is listed because I need more than 8K texture size! I know it might sound stupid but I wanted all my main assets in a single texture atlas to virtually eliminate all loading times when in game. OpenGL 4.1 mandates compatibility up to 16,384 size textures. As it stands there are j...
by drunken_munki
Fri Apr 13, 2018 7:29 am
Forum: Games and Creations
Topic: Dark Wish is coming soon
Replies: 16
Views: 9632

Dark Wish is coming soon

Hey folks Dark Wish is finally 'coming soon', and I've now marked it as such on Steam: http://store.steampowered.com/app/762630/Dark_Wish/ I've still got a laundry list of things to do, but I'm optimistic that I can hit the release date. This is an RPG game set in the desert with emphasis on dark hu...
by drunken_munki
Mon Apr 09, 2018 10:19 am
Forum: Support and Development
Topic: love.graphics.print doesn't do anything
Replies: 15
Views: 9959

Re: love.graphics.print doesn't do anything

If it is, then apparently it wasn't just canvases that were affected, but font rendering as well; people just assumed since the test cases utilized canvases anyway, and if those don't show anything, the printed text wouldn't show up either... But I know there is a reference in the version notes for...
by drunken_munki
Mon Apr 09, 2018 10:05 am
Forum: Support and Development
Topic: love.graphics.print doesn't do anything
Replies: 15
Views: 9959

Re: love.graphics.print doesn't do anything

Ah crap this is probably related to the bug in version 11.0? https://love2d.org/forums/viewtopic.php?f=3&t=85051&start=20#p219603 This was patched by slime and can be downloaded from his apveyor account in that post. I think this hasn't been published on the front page yet. Try that out, if ...
by drunken_munki
Mon Apr 09, 2018 3:56 am
Forum: Support and Development
Topic: Is there an effective way to cut down lag?
Replies: 26
Views: 18382

Re: Is there an effective way to cut down lag?

If it is possible to attach the love file then do so, it would make it easier for people to help out. If not, then posting some of the code would help. As it is now the problem might be too vague to solve. On a random note I had a bunch of lag and stuttering on my older pc used for testing, for abou...
by drunken_munki
Mon Apr 09, 2018 3:38 am
Forum: Support and Development
Topic: love.graphics.print doesn't do anything
Replies: 15
Views: 9959

Re: love.graphics.print doesn't do anything

Wscb wrote: Sun Apr 08, 2018 10:14 pm My graphics card is ati radeon hd 4600 series.
That g-card supports OpenGL 2.0.

As far as I am aware Love requires opengl 3.0, perhaps 3.3 for version 11.0 of Love.