(another) Pokemon Game

Show off your games, demos and other (playable) creations.
User avatar
schme16
Party member
Posts: 127
Joined: Thu Oct 02, 2008 2:46 am

(another) Pokemon Game

Post by schme16 »

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
Image

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)

--
pkmn.love
V0.000004 - Some more features implemented (Sprite-batches being the biggest of which)
(484.4 KiB) Downloaded 459 times
pkmn.love
v0.00003 - Tried changing the way I call files... fingers crossed?
(213.75 KiB) Downloaded 355 times
Last edited by schme16 on Mon Jun 04, 2012 3:38 pm, edited 4 times in total.
My Development Diary - http://shanegadsby.info
User avatar
Larsii30
Party member
Posts: 267
Joined: Sun Sep 11, 2011 9:36 am
Location: Germany

Re: (another) Pokemon Game

Post by Larsii30 »

I love the graphics style. Self-made?
The .love doesn't work btw.
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: (another) Pokemon Game

Post by coffee »

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" ;)
User avatar
schme16
Party member
Posts: 127
Joined: Thu Oct 02, 2008 2:46 am

Re: (another) Pokemon Game

Post by schme16 »

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" ;)
It works fine on all of the PC I've been testing on; can I get some info about your setup?
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. :3
My Development Diary - http://shanegadsby.info
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: (another) Pokemon Game

Post by coffee »

schme16 wrote: EDIT: I updated the download; hopefully this should fix the problem that you experienced. :3
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.
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.
User avatar
schme16
Party member
Posts: 127
Joined: Thu Oct 02, 2008 2:46 am

Re: (another) Pokemon Game

Post by schme16 »

coffee wrote:
schme16 wrote: EDIT: I updated the download; hopefully this should fix the problem that you experienced. :3
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.
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
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: (another) Pokemon Game

Post by coffee »

schme16 wrote: fingers crossed!
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 "()").
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: (another) Pokemon Game

Post by Robin »

coffee wrote:I think someone wrote that "." should no longer used
Wrong! It's "/" that shouldn't be used.
coffee wrote:I believe this is also the correct way (without "()").
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.
Help us help you: attach a .love.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: (another) Pokemon Game

Post by bartbes »

coffee wrote:I think someone wrote that "." should no longer used (I can be wrong on this). "/" could not be the problem here.
Yes, you are wrong on this. While / works, . is the official way. (But don't use extensions, keep that in mind.)
coffee wrote:I believe this is also the correct way (without "()").
There is no right or wrong here, it's a matter of preferences, with and without preferences are functionally equivalent, it's just syntax.

Sigh, ninja'd by robin.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: (another) Pokemon Game

Post by Robin »

bartbes wrote:Sigh, ninja'd by robin.
Great minds think alike. ;)
Help us help you: attach a .love.
Post Reply

Who is online

Users browsing this forum: No registered users and 45 guests