Here you go cattail, some of my past projects.
there's all of the demos from this thread, and some other demos too.
I should hope you know how to run the games in their folder form(dragging them onto your love.exe).
http://www.mediafire.com/?eujz2k6qzgbv6e6
Zipperippers Showcase
- zipperipper
- Prole
- Posts: 45
- Joined: Thu Jan 14, 2010 7:59 pm
- Location: UK
Re: Zipperippers Showcase
Error 404, consciousness not found.
Re: Zipperippers Showcase
Thanks for reuploading these, they're really cool!
Re: Zipperippers Showcase
Thanks zipperipper for reupload demos.
I have someissue maybe about gov-firewall to get sites like dropbox , youtube ...
Unfortunately , I can't get http://www.mediafire.com , is the demos too big to fit love2d.org?
or github is good to me ...
Thank U anyway.
I have someissue maybe about gov-firewall to get sites like dropbox , youtube ...
Unfortunately , I can't get http://www.mediafire.com , is the demos too big to fit love2d.org?
or github is good to me ...
Thank U anyway.
Re: Zipperippers Showcase
It's not too big...
- Attachments
-
- Loves 0.7._ .zip
- Here it is
- (138.2 KiB) Downloaded 271 times
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
Re: Zipperippers Showcase
Much appreciateed. yesterday I try polipo &tor no suceess...Nixola :
It's not too big...
Re: Zipperippers Showcase
I try to make these demos for LÖVE0.8 , basicly modify conf.lua , and in main.lua add "escape" key to quit()
- Attachments
-
- Animator.love
- Colored animator , for LÖVE0.8
- (1.83 KiB) Downloaded 286 times
-
- 3DGame_RedCyan.love
- , for LÖVE0.8
- (5.47 KiB) Downloaded 265 times
-
- 3DGame.love
- , for LÖVE0.8
- (5.6 KiB) Downloaded 274 times
Last edited by cattail on Mon Apr 09, 2012 1:59 pm, edited 1 time in total.
Re: Zipperippers Showcase
One post Can only upload <=3 love files?
- Attachments
-
- Cutter.love
- The most I like it . Bigger window size. , for LÖVE0.8
- (42.25 KiB) Downloaded 309 times
-
- Interactive_Bezier_Curve.love
- Bigger window size , , for LÖVE0.8
- (2.69 KiB) Downloaded 279 times
-
- CrossEye_May_Hurt_Eyes.love
- , for LÖVE0.8
- (4.28 KiB) Downloaded 280 times
Last edited by cattail on Mon Apr 09, 2012 2:00 pm, edited 1 time in total.
Re: Zipperippers Showcase
And these Zipperippers demos is great.
Some demos is very slowly in my PC, so temply not covert them to LOVE 0.8.
Some demos is very slowly in my PC, so temply not covert them to LOVE 0.8.
- Attachments
-
- particles_2.love
- , for LÖVE0.8
- (3.97 KiB) Downloaded 282 times
-
- Luminocity.love
- , for LÖVE0.8
- (2.16 KiB) Downloaded 293 times
Last edited by cattail on Mon Apr 09, 2012 2:01 pm, edited 2 times in total.
Re: Zipperippers Showcase
When I try to do with ballfall.love, I like it very much. But a bug stop me, It says "Incorrect number of parameters".
in function newCircleShape . But when I check wiki, it's seem right?
Is physics API changed in LOVE 0.8 and wiki haven't mention it? Or I miss something here or there?
edit: forget upload ballfall.love for LOVE 0.7 .
in function newCircleShape . But when I check wiki, it's seem right?
Is physics API changed in LOVE 0.8 and wiki haven't mention it? Or I miss something here or there?
Code: Select all
Synopsis
shape = love.physics.newCircleShape( body, x, y, radius )
Code: Select all
-- ballrad=5
shapes.ball = love.physics.newCircleShape(bodies.ball, 0, 0, ballrad ) -- main.lua line 15
- Attachments
-
- ballfall.love
- , for LÖVE0.7
- (3.38 KiB) Downloaded 261 times
Last edited by cattail on Mon Apr 09, 2012 2:01 pm, edited 1 time in total.
Re: Zipperippers Showcase
And I found this useful:
viewtopic.php?f=4&t=8663
" love.physics in 0.8.0 (and its API documentation)"
For now I have convert ballfall.love to LOVE0.8, and don't know how many mistakes | bugs in it.
The importent part that I guess is about destroy :
In 0.7 is:
And when destroy shapes in 0.8, It says:
I have no idea about correct code, I cheat this to just play (also adjust line order )
Who can tell me what is the right way to destroy this ( shape polygon like short lines) ?
viewtopic.php?f=4&t=8663
" love.physics in 0.8.0 (and its API documentation)"
For now I have convert ballfall.love to LOVE0.8, and don't know how many mistakes | bugs in it.
The importent part that I guess is about destroy :
In 0.7 is:
Code: Select all
bodies[shapenum]:destroy( )
bodies[shapenum] = nil
shapes[shapenum]:destroy( )
shapes[shapenum] = nil
table.remove(floorlines, lines_to_remove[i])
Code: Select all
attempt to call method 'destroy' (a nil value)
Code: Select all
fixtures[shapenum]:destroy( ) -- for 0.8
fixtures[shapenum] = nil -- for 0.8
--shapes[shapenum]:destroy( ) -- in 0.7 this line is right
shapes[shapenum] = nil
bodies[shapenum]:destroy( )
bodies[shapenum] = nil
table.remove(floorlines, lines_to_remove[i])
- Attachments
-
- ballfall.love
- Just for demo, bugs maybe in it when convert it for LOVE 0.8
- (4.59 KiB) Downloaded 274 times
Who is online
Users browsing this forum: Ahrefs [Bot] and 2 guests