I get it! Awesome! Thanks!
Adding now...
XAN in Love WIP -- Help Moving forward.
Re: XAN in Love WIP -- Help Moving forward.
I like nonsense, it wakes up the brain cells. Fantasy is a necessary ingredient in living, It's a way of looking at life through the wrong end of a telescope. Which is what I do, And that enables you to laugh at life's realities.
- Dr. Seuss
- Dr. Seuss
Re: XAN in Love WIP -- Help Moving forward.
I have a couple of serious bugs that I don't know how to fix. I hope someone can point me in the right direction. Please give it a try, <press space to spawn a rock>
- The rock class isn't being instanced correctly. or the loop that updates the rocks only checks when a new rock is created. The new rock is always being updated.
Code: Select all
function love.keypressed( key )
if key == "escape" then
love.event.push("q")
elseif key == " " then
--newRock(x,y,weight)
table.insert(rocks,newRock(math.abs(love.mouse.getX()), -50,1))
end
end
I generally use for i,v in ipars(rocks) do ... end. Could this cause problems if I'm trying to update all of the newRocks in rocks?
I like nonsense, it wakes up the brain cells. Fantasy is a necessary ingredient in living, It's a way of looking at life through the wrong end of a telescope. Which is what I do, And that enables you to laugh at life's realities.
- Dr. Seuss
- Dr. Seuss
Re: XAN in Love WIP -- Help Moving forward.
Howdy. I'm back in for another love fix. Continuing on with this funky arcade game. This is the current version.
There is a lose condition!
[space] will make you a fat rock!
[return] will give you more stamina.
you can direct Xan with the mouse.. He has a weak jump with that left click. (I'm trying to find a method that I like for jumping that's re-useable)
you cannot grab rocks yet.. I'm still working out an elegant puzzle solution. Does anyone know how to make a number with spring? I think it's called restitution or something. I removed the grid from this build because I'm trying collision with sockets added so the rocks eval neighbors or something.
However. One can crouch. And kick while Crouched ( rightClick ) . I'm working on rock handling still. This version is a rebuild with a new skeleton. Hopefully I can keep it clean and get more of that design meat in. Thanks for looking! Double thanks for helping!!
-- more soon.
There is a lose condition!
[space] will make you a fat rock!
[return] will give you more stamina.
you can direct Xan with the mouse.. He has a weak jump with that left click. (I'm trying to find a method that I like for jumping that's re-useable)
you cannot grab rocks yet.. I'm still working out an elegant puzzle solution. Does anyone know how to make a number with spring? I think it's called restitution or something. I removed the grid from this build because I'm trying collision with sockets added so the rocks eval neighbors or something.
However. One can crouch. And kick while Crouched ( rightClick ) . I'm working on rock handling still. This version is a rebuild with a new skeleton. Hopefully I can keep it clean and get more of that design meat in. Thanks for looking! Double thanks for helping!!
-- more soon.
- Attachments
-
- Xan_012611.love
- CurrentXanState WIP of course.
- (596.79 KiB) Downloaded 215 times
I like nonsense, it wakes up the brain cells. Fantasy is a necessary ingredient in living, It's a way of looking at life through the wrong end of a telescope. Which is what I do, And that enables you to laugh at life's realities.
- Dr. Seuss
- Dr. Seuss
Re: XAN in Love WIP -- Help Moving forward.
This is an ancient topic but I actually took this project pretty far over some time. I stopped it and ported to unity a while ago.. wherever that is.. Anyway due to legal reasons I really can't show that version.
- Attachments
-
- xanBuild819.love
- Built using Version 0.6.2
- (3.3 MiB) Downloaded 200 times
I like nonsense, it wakes up the brain cells. Fantasy is a necessary ingredient in living, It's a way of looking at life through the wrong end of a telescope. Which is what I do, And that enables you to laugh at life's realities.
- Dr. Seuss
- Dr. Seuss
Re: XAN in Love WIP -- Help Moving forward.
main.lua:7 module 'AnAL.lua' not found.
Re: XAN in Love WIP -- Help Moving forward.
i get tihs same errorundef wrote:main.lua:7 module 'AnAL.lua' not found.
OP, btw, dont double post, or in this case quadruple
i got a warning for that
Re: XAN in Love WIP -- Help Moving forward.
OP forgot to include all libraries in his .love....undef wrote:main.lua:7 module 'AnAL.lua' not found.
Who is online
Users browsing this forum: Ahrefs [Bot] and 3 guests