Battle Cry v0.1.3 - Depth, Camera, Ghost!
Re: Battle Cry v0.1.2
Nice game! Like the graphics!
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Battle Cry v0.1.2
Thanks!
Next version is coming up nicely - the camera system works, and the perspective also (kinda) works. I believe I'll have a new version soon!
Next version is coming up nicely - the camera system works, and the perspective also (kinda) works. I believe I'll have a new version soon!
When I write def I mean function.
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Battle Cry v0.1.2
I've been pulling randomly from the repo every so often to check out progress. Can't wait for this to be in a playable state.
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Battle Cry v0.1.3 - Depth, Camera, Ghost!
Version 0.1.3 is out!
Changelog:
Changelog:
- There is a camera system now (as announced in another thread). Move the character around and you will see the scroll follow him.
- The tiles have been reduced from 32x32 to 16x16
- They have also some "depth" now. I'm not 100% happy with how this is implemented (I might want to draw things taller than 16px). Right now I'm thinking about separating the tiles into two parts: floors and walls.
- There is a new body type: the ghost! It flies, and it can go through walls. Thanks Kadoba for the art!
When I write def I mean function.
Re: Battle Cry v0.1.3 - Depth, Camera, Ghost!
The ghost got stuck in the wall, unable to see me...
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Battle Cry v0.1.3 - Depth, Camera, Ghost!
Yup. Right now ghost get "blind" when they go into a wall - which kinda makes sense.
I might change this to ignore the current body's cell on the line of sight algorithm, but I'm not sure yet. Probably it will be easier to give them an AI that "moves around" when idle - preferably avoiding opaque walls.
Another thing I'd like to change is visibility. It woudl be very cool if walls got "transparent" when they had a being "hidden behind" them. But in order to do this, I must separate ground and walls.
I might change this to ignore the current body's cell on the line of sight algorithm, but I'm not sure yet. Probably it will be easier to give them an AI that "moves around" when idle - preferably avoiding opaque walls.
Another thing I'd like to change is visibility. It woudl be very cool if walls got "transparent" when they had a being "hidden behind" them. But in order to do this, I must separate ground and walls.
When I write def I mean function.
Re: Battle Cry v0.1.3 - Depth, Camera, Ghost!
Did you stop working on it? Shame, it looked pretty nice
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Battle Cry v0.1.3 - Depth, Camera, Ghost!
Well, yes ... but for a good reason! This was done with a previous version of bump (1.0 if I remember correctly) and it had some issues. I started a journey to fix bump, which finished with bump 3.x. But that journey took more than 1 year. After it, I found it difficult to revisit my old idea.
But don't worry too much. I keep "redoing" this kind of game. The whole "bodies + brains + senses + world" is my thing.
But don't worry too much. I keep "redoing" this kind of game. The whole "bodies + brains + senses + world" is my thing.
When I write def I mean function.
Who is online
Users browsing this forum: No registered users and 0 guests