Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible to make 2d look 3d?
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#11
RE: Possible to make 2d look 3d?

you can draw sprites and hence animations by simply making the sprite a particle in a particle system with 1 emitter that emits 1 particle of duration 1 frame per frame. You then just attach the ps to an entity or script area, swapping it out for different animations as and when required.
(This post was last modified: 10-17-2011, 02:22 PM by Apjjm.)
10-17-2011, 02:22 PM
Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#12
RE: Possible to make 2d look 3d?

(10-17-2011, 02:22 PM)Apjjm Wrote: you can draw sprites and hence animations by simply making the sprite a particle in a particle system with 1 emitter that emits 1 particle of duration 1 frame per frame. You then just attach the ps to an entity or script area, swapping it out for different animations as and when required.
Nice thinking there. It would work. I have been able to set lights bound to monsters inactive (the cloaked man). Perhaps particle systems could work in the same way, thereby having a "walk", "standing still" and "attack" particle system swap possible. By creating a script area at each pathnode one should be able to switch between the walk and standing still animation. The attack animation though.. I don't know.



[Image: mZiYnxe.png]


10-17-2011, 04:48 PM
Find
Gamemakingdude Offline
Senior Member

Posts: 470
Threads: 82
Joined: Nov 2010
Reputation: 9
#13
RE: Possible to make 2d look 3d?

Can someone give me a tutorial on how to make an 2d animated monster similar to doom in HPL?

Rep if like me or im helpful or you love my stories!
Stephanos house
10-18-2011, 02:15 AM
Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#14
RE: Possible to make 2d look 3d?

It's never been done before Smile

[Image: mZiYnxe.png]


10-18-2011, 02:40 AM
Find
Gamemakingdude Offline
Senior Member

Posts: 470
Threads: 82
Joined: Nov 2010
Reputation: 9
#15
RE: Possible to make 2d look 3d?

Well im not sure how to start this then...

Rep if like me or im helpful or you love my stories!
Stephanos house
10-18-2011, 02:50 AM
Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#16
RE: Possible to make 2d look 3d?

I'd start out by researching how to create a sprite. Then I'd check what file type it would need to be to be supported by amnesia.

[Image: mZiYnxe.png]


10-18-2011, 03:15 AM
Find
Gamemakingdude Offline
Senior Member

Posts: 470
Threads: 82
Joined: Nov 2010
Reputation: 9
#17
RE: Possible to make 2d look 3d?

Which would be an dae file?

Rep if like me or im helpful or you love my stories!
Stephanos house
10-18-2011, 05:06 AM
Find
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#18
RE: Possible to make 2d look 3d?

I've made a few animated Mario sprite which I was using when i was making Mario in amnesia and drawing the PS at the player - that project has been shelved whilst I work on katamari. I could certainly dig up the code for you, though there are some improvements and functionality I'd need to add/edit first to make it a complete system rather than a quick little prototype.


(This post was last modified: 10-18-2011, 02:52 PM by Apjjm.)
10-18-2011, 02:52 PM
Find
Gamemakingdude Offline
Senior Member

Posts: 470
Threads: 82
Joined: Nov 2010
Reputation: 9
#19
RE: Possible to make 2d look 3d?

(10-18-2011, 02:52 PM)Apjjm Wrote: I've made a few animated Mario sprite which I was using when i was making Mario in amnesia and drawing the PS at the player - that project has been shelved whilst I work on katamari. I could certainly dig up the code for you, though there are some improvements and functionality I'd need to add/edit first to make it a complete system rather than a quick little prototype.
That would be great Big Grin Thanks.



Rep if like me or im helpful or you love my stories!
Stephanos house
10-19-2011, 01:45 AM
Find




Users browsing this thread: 1 Guest(s)