Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411500 Posts in 69373 Topics- by 58428 Members - Latest Member: shelton786

April 25, 2024, 10:56:03 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)Beautiful fails.
Pages: 1 ... 35 36 [37] 38 39 ... 67
Print
Author Topic: Beautiful fails.  (Read 341609 times)
Sik
Level 10
*****


View Profile WWW
« Reply #720 on: August 22, 2014, 07:40:40 PM »

I think the game is just being lazy.
Logged
Photon
Level 4
****


View Profile
« Reply #721 on: August 22, 2014, 07:55:22 PM »

I was sent here from my DevLog thread to post this:



As you can see, the player's vehicle transitions smoothly and safely from the game map to the platform on the build screen.
For some reason I find this especially humorous. I suppose its because the game seems to just so nonchalantly drop it in... upside down.  Big Laff
Logged
Zogthor
Level 0
***


Personal Text


View Profile WWW
« Reply #722 on: August 24, 2014, 10:18:03 PM »

Shared our first version of our alpha with a friend and they made a comment that one of the enemies was doing a ninja pose. Our designer double checked what he was talking about and found this.

Logged

Armageddon
Level 6
*



View Profile
« Reply #723 on: September 02, 2014, 12:38:24 AM »

Logged

Zarkonnen
Level 1
*


Games! Kittens! Wine!


View Profile WWW
« Reply #724 on: September 02, 2014, 07:04:56 AM »

Forgot to tell my air marines that they should stop moving when injured. Result: near-dead marines climbing ladders.

Logged

Whiteclaws
Level 10
*****


#include <funny.h>


View Profile
« Reply #725 on: September 02, 2014, 04:45:09 PM »

Forgot to tell my air marines that they should stop moving when injured. Result: near-dead marines climbing ladders.



no you dont get it, he's going to a better place
Logged
Zogthor
Level 0
***


Personal Text


View Profile WWW
« Reply #726 on: September 02, 2014, 09:01:23 PM »

Forgot to tell my air marines that they should stop moving when injured. Result: near-dead marines climbing ladders.



He must go, his planet needs him!
Logged

Pol
Level 1
*


yee


View Profile WWW
« Reply #727 on: September 03, 2014, 03:41:52 AM »

Oh, forgot to post this here : experimenting with some procedurally generated highways, when I tried putting two roads at the same time a shared static variable caused them to generate symmetrically in a rorschach-esque fashion.



(pics from the actual, unbugged result)
Logged

}-=\\\',«º> Dev+artblog · Home on the web · @PolClarissou <º».\\\'=-{
Guv
Level 0
**


View Profile
« Reply #728 on: September 07, 2014, 11:27:42 AM »

What happens when you accidentally tell A* to find the longest route not the shortest.

Logged
Sik
Level 10
*****


View Profile WWW
« Reply #729 on: September 07, 2014, 06:22:11 PM »

On the upside, at least now you know it has absolutely no problem dealing with extremely complex paths (makes for a good stress test I guess).
Logged
ThemsAllTook
Administrator
Level 10
******



View Profile WWW
« Reply #730 on: September 08, 2014, 05:45:38 AM »

What happens when you accidentally tell A* to find the longest route not the shortest.

Interesting... I did that once and got a very different result. Instead of covering every space on the map, it just found a path that touched the farthest-away point before reaching the destination. Looks like you might have something more complex going on though (different costs for different types of terrain?).
Logged

Guv
Level 0
**


View Profile
« Reply #731 on: September 08, 2014, 06:28:41 AM »

Looks like you might have something more complex going on though (different costs for different types of terrain?).

Maybe I worded the bug wrong so to be exact, I had built a heap and accidentally ordered it from Biggest Cost to Lowest, essentially forcing the path finder to travel across every node before being forced to expand the goal.

Or maybe it's because I'm pathing on Quad Trees, not just a fixed grid. This is the correct result on a much smaller example, before smoothing:

Logged
kamac
Level 10
*****


Notoriously edits his posts


View Profile
« Reply #732 on: September 08, 2014, 11:31:00 AM »

Logged

ndke
Level 2
**


View Profile
« Reply #733 on: September 08, 2014, 11:48:10 AM »


Mipmapping related?
Logged
kamac
Level 10
*****


Notoriously edits his posts


View Profile
« Reply #734 on: September 08, 2014, 11:52:15 AM »

Custom mipmapping in shader (I scale the texture instead of using normal mipmaps because the latter gave me gaps between textures) & triplanar texturing problems.
Logged

Keen
Level 0
**



View Profile WWW
« Reply #735 on: September 09, 2014, 11:43:20 AM »

I have no idea where these blobby shapes are coming from...
Logged

marquet
Level 0
***

Time to make a game


View Profile WWW
« Reply #736 on: September 09, 2014, 08:54:42 PM »



It's supose to be a Firetrower
Logged

conghal
Level 0
*


alright


View Profile
« Reply #737 on: September 11, 2014, 07:30:10 AM »

Hair physics:



Logged

failrate
Level 1
*



View Profile WWW
« Reply #738 on: September 11, 2014, 08:05:10 PM »

He seems rather surprised at his current situation.
Logged
Snail_Man
Level 0
**


It's Snail_Man


View Profile
« Reply #739 on: September 14, 2014, 10:21:55 AM »

When attempting to generate a number of stars, and some civilizations to occupy them, I accidentally put the max number of stars to 600 instead of 60.

Logged


Do it
Then do it right
Then do it well
Pages: 1 ... 35 36 [37] 38 39 ... 67
Print
Jump to:  

Theme orange-lt created by panic