Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411748 Posts in 69406 Topics- by 58460 Members - Latest Member: hideworks

May 23, 2024, 03:06:48 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)Beautiful fails.
Pages: 1 ... 23 24 [25] 26 27 ... 67
Print
Author Topic: Beautiful fails.  (Read 343486 times)
phi6
Level 2
**



View Profile WWW
« Reply #480 on: November 20, 2013, 11:33:37 PM »

So I was implementing my weapons physics system yesterday and was reminded by this thread.





Love the posts here!
Logged


TinyKeep is now on Steam!
@phi6
Mauricio Gomes
Level 1
*


View Profile
« Reply #481 on: November 21, 2013, 05:25:26 AM »

I wish I saved all fails I generated over time, this thread is so much awesome and win!

By the way, allowing your character to generate one grenade per second in your metal slug clone has some really cool results Wink
Logged

My company site: www.kidoteca.com
My blog: www.coderofworlds.com
powly
Level 4
****



View Profile WWW
« Reply #482 on: November 22, 2013, 10:51:59 AM »

Something was quite off with my material model!

Logged
Whiteclaws
Level 10
*****


#include <funny.h>


View Profile
« Reply #483 on: November 23, 2013, 10:48:01 AM »

ARGHHHH...

BECAUSE OF ONE SPACE IN MY GLSL SHADER , MY PROGRAM SHOWED A BLACK SCREEN

TRIED RE-WRITING 5 TIMES , AND BEEN SCRATCHING MY HEAD FOR 4 WEEKS AND CREATED 3 HELP POSTS AND MY CODE WAS GOOD FROM THE BEGINNING !!!!!

Quote
//Not Working
#version 330
 
 layout(location = 0) in vec3 Position;
 
 uniform mat4 ProjectionMatrix;
 uniform mat4 ViewMatrix;
 uniform mat4 ModelMatrix;
 
 void main()
 {
    gl_Position = ProjectionMatrix * ViewMatrix * ModelMatrix * vec4(Position, 1);
 }
 
//Working
#version 330
 
layout(location = 0) in vec3 position;
 
void main()
{
    gl_Position = vec4(position,1);
}
 
////////////////////////////////////////////////////////////////////////////////////////////
Cry Cry Cry Cry Cry Cry Cry
Logged
kamac
Level 10
*****


Notoriously edits his posts


View Profile
« Reply #484 on: November 23, 2013, 11:45:55 AM »

Whiteclaws, it doesn't fit this thread.
Logged

Whiteclaws
Level 10
*****


#include <funny.h>


View Profile
« Reply #485 on: November 23, 2013, 12:23:57 PM »

Whiteclaws, it doesn't fit this thread.

Ah ?

Is my fail not enough beautiful for you ?

Black screen is beautiful !
Logged
Manuel Magalhães
Forum Dungeon Master
Level 10
*****



View Profile WWW
« Reply #486 on: November 23, 2013, 02:00:52 PM »

this looks very nice
Logged

Rat Casket
Level 10
*****


i can do what i want


View Profile WWW
« Reply #487 on: November 24, 2013, 09:53:20 AM »

So I was implementing my weapons physics system yesterday and was reminded by this thread.





Love the posts here!

And whats the fail here?
Logged

Udderdude
Level 10
*****


View Profile WWW
« Reply #488 on: November 24, 2013, 09:58:36 AM »

I don't think a single sword swing is supposed to send an entire table flying like you just hit it with a bulldozer.
Logged
moi
Level 10
*****


DILF SANTA


View Profile WWW
« Reply #489 on: November 24, 2013, 10:29:06 AM »

I think it works rather well in the context of a power fantasy video game
Logged

subsystems   subsystems   subsystems
Udderdude
Level 10
*****


View Profile WWW
« Reply #490 on: November 24, 2013, 10:39:21 AM »

Maybe it does, but I'd at least give that kind of power to a slow swinging hammer weapon.
Logged
Rat Casket
Level 10
*****


i can do what i want


View Profile WWW
« Reply #491 on: November 26, 2013, 02:43:39 PM »

Looks like the physics of every single game with physics in it.
Logged

Excy
Level 2
**



View Profile
« Reply #492 on: December 06, 2013, 02:40:06 AM »

It does, it really works. I watched the video waiting for a fail, then I realised it wasn't supposed to be like that and was disappointed. I'd love to send tables flying with my sword.
Logged

Azure Lazuline
Level 2
**



View Profile WWW
« Reply #493 on: December 06, 2013, 05:31:18 AM »

Yeah, it really needs to stay that way. If your concern is "it should only be like that for heavy hammers", no, the hammers should be twice that powerful anyway.
Logged

phi6
Level 2
**



View Profile WWW
« Reply #494 on: December 06, 2013, 07:22:58 AM »

I guess the public has spoken! I'll find some way to incorporate this effect Smiley

Thanks guys!
Logged


TinyKeep is now on Steam!
@phi6
Rat Casket
Level 10
*****


i can do what i want


View Profile WWW
« Reply #495 on: December 06, 2013, 01:21:52 PM »

I don't think you need to incorporate it. Its fine the way it is. Its generally accepted that physics in video games are dumb af and don't actually make any sense.

If anything, just make the animations for attacks look a little heavier.
Logged

doihaveto
Level 2
**



View Profile
« Reply #496 on: December 10, 2013, 11:47:39 AM »

Looks like I messed up the backdrop drawing routine. Oh, and the city's on fire.

Logged

Dr. Cooldude
Guest
« Reply #497 on: December 11, 2013, 12:29:05 PM »

~ BABBYS FIRST MODE 13H ~

Doing some DOS graphics programming for the first time.

Here's the original test image (it looks like this because Mode 13h is now shown as square pixels on a CRT):


And yup, it's 8 bit in color depth.

and here's what happens when I don't define a palette:



This made me feel nostalgic, mainly because I remember some DOS games that would usually glitch like that. Smiley
Logged
Udderdude
Level 10
*****


View Profile WWW
« Reply #498 on: December 11, 2013, 01:28:18 PM »

Good ol' default mode 13h palette.  Basically useless. Shrug
Logged
marquet
Level 0
***

Time to make a game


View Profile WWW
« Reply #499 on: December 20, 2013, 10:19:12 AM »

I save the image and this happen

Logged

Pages: 1 ... 23 24 [25] 26 27 ... 67
Print
Jump to:  

Theme orange-lt created by panic