bartbes / lovelybigplanet

A lua implementation of LittleBigPlanet created with LÖVE.
http://love2d.org/forum/viewtopic.php?t=625
Other
35 stars 3 forks source link

Cannot build the game #3

Open SunsetSamu opened 2 months ago

SunsetSamu commented 2 months ago

Heyy, so... i want to try this little game for my own research of LBP fan games and saw this and...

I tried to compile the game with Love2D 11.5 x64 (Windows 7) and got this error:

Error

main.lua:2: module 'constants.lua' not found:
no field package.preload['constants.lua']
no 'constants/lua' in LOVE game directories.
no file 'constants/lua' in LOVE paths.
no file '.\constants\lua.lua'
no file 'C:\...\love-11.5-win64\lua\constants\lua.lua'
no file 'C:\...\love-11.5-win64\lua\constants\lua\init.lua'
no file '.\constants\lua.dll'
no file 'C:\...\love-11.5-win64\constants\lua.dll'
no file 'C:\...\love-11.5-win64\loadall.dll'
no file '.\constants.dll'
no file 'C:\...\love-11.5-win64\constants.dll'
no file 'C:\...\love-11.5-win64\loadall.dll'

Traceback

[love "callbacks.lua"]:228: in function 'handler'
[C]: in function 'require'
main.lua:2: in main chunk
[C]: in function 'require'
[C]: in function 'xpcall'
[C]: in function 'xpcall'

Its my very first time touching love2D and I'd love to explore them capabilities, but at the moment would be pretty cool if i got some help building this

thank you!

gvx commented 1 month ago

Unfortunately, no-one's worked on this for over 14 years. The last commit was me trying to port this to LÖVE 0.6.1. The current version of LÖVE is 11.5 (which is presumably what you're using). For more recent games made with LÖVE, you might wanna check out the Games and Creations board of the forums.