Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - zhero

Pages: 1 2
1
Chit-Chat / Project Horror Game Update!!
« on: January 16, 2018, 09:41:09 am »
I am a game creator with the developer name "Zhero Island", currently making horror game,
almost done of digital painting and later I will make 3D model.

For publish intention for PC games, because for android can't high poly or put a lot of assets in it.
but did not close the possibility of release to android with different layout.

Story:
A girl who accidentally found the house dormant while searching for her cat who ran into the forest, but when she approached the house suddenly fainted and when she realized that she was in the house. He had to find his cat and get out of the house but he found a creepy history about the house.

I'm planning to make a video promotion trailer to request support (donation)
which the purpose of this donation is used for

1. Purchase Software License (will expire at the end of this month)
2. Marketing campaign.

_____________________________


If you are interested you can Support at https://www.patreon.com/zheroisland

or follow at https://zheroisland.itch.io/


* Note: In patreon I will update and continue the progress.


Because this game I'm working alone, start from design, 3D modeling, programing, marketing. Certainly your help will be very helpful in the development of this game in the future ^^

#Admin: if it's not okay to post a donation link, it can pm to me, later I will remove the link. ^^

Anyway, if you have any ideas or want to donate your designs for ghosts, layoyut design, music, etc. may be :)

2
Chit-Chat / Edo Town 3D VR for Android Release
« on: January 07, 2018, 09:45:35 pm »
Finally my game is finished, I've been working this for 2 month  :) :)
----------------------------------
Are you tired of work and want to go on holiday but do not have enough money and time? this game is the answer.

Edo town 3D VR invites you to enjoy the scenery in japan city in edo period.

There are various types of traditional house type in edo era, castle, bird chirping, and enjoy the view of trees.

explore the whole map, and if you're an adventurer then you'll find a secret home that can be entered.

------------------------------

Please support my game for future development.^^
https://www.patreon.com/zheroisland

or play the game at https://play.google.com/store/apps/details?id=com.zheroisland.Edo

--------------

Requirement :
Android OS minimum 6.0
Gyroscope

3
Ask a Question / Need Help! How to make Actor change degree (rotate)
« on: January 19, 2015, 02:26:47 am »
hi guys, i want make arrow will rotate if mouse click on specific actor.

explanation : i make horizontal arrow, then if i press the speffic actor (say the actor is on 270 degree) . Horizontal arrow will rotation 270 degree and go to the actor.

how to make that??  Help me guys :(

4
Windows / Mac / Flash / HTML5 / Ninja Ki Demo Stage 1
« on: January 14, 2015, 07:26:56 am »
you can play Ninja Ki demo here http://www.stencyl.com/game/play/29440

Inspiration from ninja gaiden 3 razor edge and Dead ninja mortal shadow.
Slash your enemy using your ninja technique.

playing as kunoichi hiyori, she have a mission to take back the sacred scroll from Nobunaga.

Control :
- Arrow keys
-  Z = Jump
-   X = Slide
-  C = Slash
- Jump and then press C to use deadly technique eagle dive

Need your feed back, and idea for this game.
Still on progress and will be update soon
Hope you enjoy this demo game.

 thanks ^^

5
Ask a Question / How to see scene size for background?
« on: January 14, 2015, 04:13:12 am »
hello, i want making bacground for my scene, but i dont know exactly the size for my scene.
im making width 25 tiles, and height 14 tiles.

i dont know what size for that? i change setting scene fronm25 x 14 tiles to 800x448 pixel in stencyl scene properties.
but when i make exactly making 800x448 pixel from photoshop and put in stencyl, my bacground is too big for my scene.

please help :(

6
Resolved Questions / Need Help. Enemy Die bug (SOLVED)
« on: January 12, 2015, 11:08:42 pm »
Hi guys, i have problem making enemy die logic.

in the scene there's 2 enemy with the same type (called samurai blue)
when i kill enemy 1 the other enemy is die too,  i dont know what must to do.

i'm making logic on event box
('samurai blue hp' is atribute)
*created
  set samurai blue hp : 2

*when : self hits a of : weapon
  set samurai blue hp (samuraibluehp)- 1

*always
if samurai blue hp = 0
killed :self

i need your help guys. :(



7
Ask a Question / Enemy Patrol Logic Need Help
« on: January 04, 2015, 09:18:36 pm »
i have problem with enemy ai logic .

i'm making enemy walk left , and right like patrol.  when  player inside enemy range, the enemy will be standby on attack position and then attack. if player out from range enemy, they will change to walk again.

i have problem with my logic, sometime after enemy attack, they change direction to opposite player.

you can play and see my issue in here http://www.stencyl.com/game/play/29335

my logic for enemy
1) *always
2) *always


i really need your help guys. thks :(

8
Resolved Questions / Need Help! Enemy Range behaviour
« on: January 02, 2015, 01:57:10 am »
hi guys, i want making enemy detection if player inside enemy range.

enemy walking left and right like patrol and if the enemy  facing the player and the  player inside enemy  range, the enemy will change to attack position.

how to make that?

i'm making atribute enemy X and player X

and try making logic like this

*always
if "player X" >= "enemy X"
  switch animation to right

it works fine for facing left or right, but i dont know which range to make the enemy on attack positon??

Please help me guys!! i'm waiting


(sry my english is bad)

9
Ask a Question / Behaviour for Stab from behind?
« on: December 15, 2014, 03:34:48 am »
im making ninja game with concept stealth,
i want making my character can kill enemy only stab from behind, but i dont know how to make that.
im searching in behaviour, and i found the left side actor, the right side actor, top, and bottom, but i dont see back actor?

can you help me?? guys??  ???

10
Ask a Question / Ninja Ki need Help
« on: December 07, 2014, 12:16:42 am »
this is my sample game, im using jump and run kit only for this sample, and im not using my all ninja animation.

i heard some people using distance joint to make that, but i dont know how to use that.
i searching everything about distance joint and i got nothing tutorial to make swinging character. please help :(

i make blue platform when that block was press , ninja go to that platform using my basic logic.
very bad, thats not like swinging  :'(

 i dont know how to put distance joint, and creating hook on actor.

help me guys

here is my link

http://www.stencyl.com/game/play/29042

11
Ask a Question / Behaviour for Animation not work
« on: December 01, 2014, 07:02:33 am »
Hi guys, im making behaviour to make character can sliding, i have problem with animation
the animation for my character sliding not show up when i choose "was pressed" , or when i choose "down" it only showing  1 frame sliding, not as animation.

can you help me guys?? i really need your help

im using jump and run kit, and i put sliding category on behaviour "animation behaviour" hope it work but its not :(
try making simple logic anyway thanks :)

12
Ask a Question / Tutorial for character swinging
« on: November 25, 2014, 09:02:57 am »
Hi guys, im trying to make character can swinging like spiderman
I'm asked this question before and get information to use distance joint.

1.My qestion is where Ican get tutorial for making character swinging using distance joint?
I'm the type can only learning by video, Idont really undrstand complex logic so please explain me step by step.

2. What is different making atribute on setting, and making atribute on event logic??

Thankyou very much

13
Ask a Question / Behaviour for character swinging
« on: November 20, 2014, 04:34:35 am »
hi guys, i wnt to make game with ability character can swinging like spiderman, but i dontknow how to make that.
can you help me??
and how to make character attack with sword, and do combo attack?

i need tutorial for  behaviour swinging, attack with sword, and do combo attack.

Thankyou very much ^^

14
Ask a Question / How to publish stencyl game to android market
« on: April 24, 2014, 01:40:43 am »
hi guys, How to publish stencyl game to android market? i mean where i can convert stencyl game to Apk and then publish to android market?

15
Windows / Mac / Flash / HTML5 / Ghost game
« on: August 16, 2013, 11:11:50 am »
i'm very excited with horror game like fatal frame, silent hill, etc.
i want to making horror rpg game but i dont know to make scene transation. let me explain what i mean

we have 3 point location A B C. and 2 scene.
1. starting from point A(scene 1) to point B (door)
2. from point B (door) switch scene to point C (scene 2)

my question is. how to make player  back from  scene 2 (point C) to the point B (door) scene 1 and player start from point B not from point A.

is there anyone can help my problem?

Pages: 1 2