I've been working on this in my spare time; and when I came to post it I saw that a fellow lover (and brony?) jradich had also started a Pokemon themed project.
Our projects are quite different however (see his here)
Mine is mostly about the over-world, with the Pokemon/battles/rpg elements missing thus far.
W,A,S,D to move (or arrow keys for those so inclined) - This is really as much as can be done so far
Also, inside the source there is also a level editor and a quick readme about it.
--
UPDATES:
05-06-12 || Added sprite-batches to the rendering disabled v-sync and re-designed the player movement/animation delta (many enhancements were made to the editor also)
--
(another) Pokemon Game
(another) Pokemon Game
Last edited by schme16 on Mon Jun 04, 2012 3:38 pm, edited 4 times in total.
My Development Diary - http://shanegadsby.info
Re: (another) Pokemon Game
I love the graphics style. Self-made?
The .love doesn't work btw.
The .love doesn't work btw.
Re: (another) Pokemon Game
Even fixing your "saveTable" > "SaveTable" I get a "map.script" nil error at start. Better fix filename and properly test it before upload it.
Also is always better create a blog if announced "My Development Diary - http://shanegadsby.info"
Also is always better create a blog if announced "My Development Diary - http://shanegadsby.info"
Re: (another) Pokemon Game
It works fine on all of the PC I've been testing on; can I get some info about your setup?coffee wrote:Even fixing your "saveTable" > "SaveTable" I get a "map.script" nil error at start. Better fix filename and properly test it before upload it.
Also is always better create a blog if announced "My Development Diary - http://shanegadsby.info"
i.e
OS - OS version (vista/XP; leopard/snow leopard etc)
version of love being used (the game was developed on 0.8.0)
anything else you'd care to share
Also, my BYO ip for wordpress expired; it's been a while since I last posted here and forgot to edit it (good catch I guess?)
EDIT: I updated the download; hopefully this should fix the problem that you experienced.
My Development Diary - http://shanegadsby.info
Re: (another) Pokemon Game
Your problem is strange. You didn't fixed the "saveTable" problem in second uploaded version. You have a file "editor/SaveTable.lua" but are requiring "require('editor/saveTable')" in main. Your default packaged file fails but if I run/drag it as folder works.schme16 wrote: EDIT: I updated the download; hopefully this should fix the problem that you experienced.
Your packaged file failed either in OSX (0.72,0.80 and 0.80 JIT). Also failed in my XP 32bits. And I think Larsii that had probably same error uses Linux.
The second error seems fixed in this version (if I run it as folder either in Win or OSX). I hope it was detailed enough.
Re: (another) Pokemon Game
coffee wrote:Your problem is strange. You didn't fixed the "saveTable" problem in second uploaded version. You have a file "editor/SaveTable.lua" but are requiring "require('editor/saveTable')" in main. Your default packaged file fails but if I run/drag it as folder works.schme16 wrote: EDIT: I updated the download; hopefully this should fix the problem that you experienced.
Your packaged file failed either in OSX (0.72,0.80 and 0.80 JIT). Also failed in my XP 32bits. And I think Larsii that had probably same error uses Linux.
The second error seems fixed in this version (if I run it as folder either in Win or OSX). I hope it was detailed enough.
I changed the way the files are required (using dots rather than slashes and fixed the letter case problem)
fingers crossed!
My Development Diary - http://shanegadsby.info
Re: (another) Pokemon Game
You fixed it for all versions but I think someone wrote that "." should no longer used (I can be wrong on this). "/" could not be the problem here. Instead of require ("folder.name") use require "folder/name". All work fine too that way and you don't need "." I believe this is also the correct way (without "()").schme16 wrote: fingers crossed!
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: (another) Pokemon Game
Wrong! It's "/" that shouldn't be used.coffee wrote:I think someone wrote that "." should no longer used
Wrong again! require is just another function, like print and love.graphics.draw. If a function only gets a single argument, and that argument is either a string literal or a table literal, you can leave off the parentheses if you want, but that is by no means the only correct way.coffee wrote:I believe this is also the correct way (without "()").
Help us help you: attach a .love.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: (another) Pokemon Game
Yes, you are wrong on this. While / works, . is the official way. (But don't use extensions, keep that in mind.)coffee wrote:I think someone wrote that "." should no longer used (I can be wrong on this). "/" could not be the problem here.
There is no right or wrong here, it's a matter of preferences, with and without preferences are functionally equivalent, it's just syntax.coffee wrote:I believe this is also the correct way (without "()").
Sigh, ninja'd by robin.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: (another) Pokemon Game
Great minds think alike.bartbes wrote:Sigh, ninja'd by robin.
Help us help you: attach a .love.
Who is online
Users browsing this forum: Amazon [Bot] and 6 guests