blades of triangulum
-
- Competition winner
- Posts: 189
- Joined: Tue Oct 16, 2007 3:53 am
- Location: Indonesia
- Contact:
blades of triangulum
Blades of Triangulum is a fantasy fighting game about great sword (two handed sword) duel. the fight took place in the Triangulum galaxy in an imaginary unnamed planet, this planet is inhabited by reptilian like creatures. the art work is a mix between medieval and strange alien fantasy. buildings are planed to have features from ancient Babylonian, vegetation will take inspiration from underwater vegetation. Animation wise, the game get a lot of influence from medieval sword fighting and martial arts. the state of the game, all features completely implemented, currently in polishing state.
the game using irrlicht 1.9 for rendering, openAL for sound and tinyjs for scripting. character mesh are drawn using view aligned slices and png files contains displacement, specularity, and reflectivity maps.
gameplay trailer critic, suggestion, and comment are welcome.
wish me luck
the game using irrlicht 1.9 for rendering, openAL for sound and tinyjs for scripting. character mesh are drawn using view aligned slices and png files contains displacement, specularity, and reflectivity maps.
gameplay trailer critic, suggestion, and comment are welcome.
wish me luck
Last edited by kornwaretm on Sat Aug 26, 2017 2:34 am, edited 2 times in total.
Re: blades of triangulum
Is that chainsaw-sword animated? :-)
What are those .js files about? Can you code things ingame with javascript?
Critic: texts should fit into listboxes, so smaller font or shorter texts (I would use another font - those outlines work well for your huge texts, but for small texts I don't think it's optimal). Characters could pop out some more from background.
Needs a video!
But nice work - and certainly wishing you good luck!
What are those .js files about? Can you code things ingame with javascript?
Critic: texts should fit into listboxes, so smaller font or shorter texts (I would use another font - those outlines work well for your huge texts, but for small texts I don't think it's optimal). Characters could pop out some more from background.
Needs a video!
But nice work - and certainly wishing you good luck!
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Competition winner
- Posts: 189
- Joined: Tue Oct 16, 2007 3:53 am
- Location: Indonesia
- Contact:
Re: blades of triangulum
thank you CuteAlien
yes the chainsaw is animated, there are tons of animated weapons and armor, some weapon glow are blinking, or moving glowie lines, also there is this clover sword (opening and closing), spinning circular saw, transforming swords, chewing jaw (huge head chewing thingy as sword ) , tons of crazy things people never see. these objects are animated via spritesheet, view aligned slices are heavy to process but it easy on producing asset, like draw in gimp no need to model one in 3d editor. the screen-shots are just a small fraction of the game content, i guaranteed.
the js files are the game scripts. the list with js files are actually character names, need to remove the extension from the list, one character equals one javascript file, each equipment piece, levels, menus, game modes are javascript, pretty much 80% of game logic are visible in game's asset folder. it helps to reduce the stress of compiling time also nowadays moding game are pretty popular, who knows if this can helps gain popularity.
listbox are created relative to the screen resolution, as the screen shoot taken the screen resolution are 1024x512 which is much smaller than the end product. still, i agree it will look nicer if at least uses different color and size.
gameplay video needs to wait. some music are still in progress, needs a week or two (6 sound tracks tor main theme(1), menu(1), and in game(4) ). if i make it right now there will be legal issue, the temporary sounds are ripoffs .
yes the chainsaw is animated, there are tons of animated weapons and armor, some weapon glow are blinking, or moving glowie lines, also there is this clover sword (opening and closing), spinning circular saw, transforming swords, chewing jaw (huge head chewing thingy as sword ) , tons of crazy things people never see. these objects are animated via spritesheet, view aligned slices are heavy to process but it easy on producing asset, like draw in gimp no need to model one in 3d editor. the screen-shots are just a small fraction of the game content, i guaranteed.
the js files are the game scripts. the list with js files are actually character names, need to remove the extension from the list, one character equals one javascript file, each equipment piece, levels, menus, game modes are javascript, pretty much 80% of game logic are visible in game's asset folder. it helps to reduce the stress of compiling time also nowadays moding game are pretty popular, who knows if this can helps gain popularity.
listbox are created relative to the screen resolution, as the screen shoot taken the screen resolution are 1024x512 which is much smaller than the end product. still, i agree it will look nicer if at least uses different color and size.
gameplay video needs to wait. some music are still in progress, needs a week or two (6 sound tracks tor main theme(1), menu(1), and in game(4) ). if i make it right now there will be legal issue, the temporary sounds are ripoffs .
Re: blades of triangulum
Second and third pic have some white line of pixels, bug?
-
- Competition winner
- Posts: 189
- Joined: Tue Oct 16, 2007 3:53 am
- Location: Indonesia
- Contact:
Re: blades of triangulum
hi hendu, yes it is a bug. there are currently lots of noticeable bugs right now.
-
- Competition winner
- Posts: 189
- Joined: Tue Oct 16, 2007 3:53 am
- Location: Indonesia
- Contact:
Re: blades of triangulum
some progress, sort gameplay videos.
gameplay 1
https://www.youtube.com/watch?v=4SE0ybyBN2k
gameplay 2
https://www.youtube.com/watch?v=KsAv4H5IABo
character list
https://www.youtube.com/watch?v=vHfuu80AVRc
gameplay 1
https://www.youtube.com/watch?v=4SE0ybyBN2k
gameplay 2
https://www.youtube.com/watch?v=KsAv4H5IABo
character list
https://www.youtube.com/watch?v=vHfuu80AVRc
-
- Competition winner
- Posts: 189
- Joined: Tue Oct 16, 2007 3:53 am
- Location: Indonesia
- Contact:
Re: blades of triangulum
graphics upgrade. added ssao, hue saturation control.
-
- Competition winner
- Posts: 189
- Joined: Tue Oct 16, 2007 3:53 am
- Location: Indonesia
- Contact:
Re: blades of triangulum
new 720p gameplay video https://www.youtube.com/watch?v=Y2xfqus7guU
-
- Posts: 386
- Joined: Sun May 11, 2014 12:13 am
Re: blades of triangulum
Very cool video.
Looks awesome, but just a suggestion.
I don't like the stuff that comes from the ground when you move.
Also "Campaign" is spelled wrong but you probably fixed it by now
Really like the look of it, keep us updated!
Looks awesome, but just a suggestion.
I don't like the stuff that comes from the ground when you move.
Also "Campaign" is spelled wrong but you probably fixed it by now
Really like the look of it, keep us updated!
-
- Competition winner
- Posts: 189
- Joined: Tue Oct 16, 2007 3:53 am
- Location: Indonesia
- Contact:
Re: blades of triangulum
hi guys, i have a new hd gameplay trailer
gameplay trailer 2
gameplay trailer 2