UPDATE: Added new map (WIP)


Progress of the game: 5%(?)
What I've done (along my Dev. Team):
Main Map (50% complete?)
Bag System (0% complete, supposed to be done on the touch-screen.)
Battle System (0% complete, I don't know how to make real-time battles so...)
Title Screen (100% complete.)
Sprites (53% complete, I guess I will add more of them.)
Environmental Advantage (0% complete, same as Battle System...)
UPDATE:
The game has been completely redone to polish it more, and some new, polished, and not-so-complex sprites made by thou_fatGAMER12 are available on the game!
Also new title screen thanks to thou_fatGAMER12
If you want to join developing the game, feel free to ask me on the thread!
Dev Team:
the_squat1115 (Owner, Sprite Developer and Coding)
rando (Boss designer, can give suggestions)
thou_fatGAMER12 (New sprites, new logotype/title screen and Sprite Developer)
Last updated: Thursday 2/4/2020 18:14 P.M.
Legend says if you look in the reflection of the picture above you can see the Angry Video Game NerdGood joke but please dont make offtopic things on here Otherwise Yolkai will lock it
K by the way the game looks cool Or should I say sprites oopLegend says if you look in the reflection of the picture above you can see the Angry Video Game NerdGood joke but please dont make offtopic things on here Otherwise Yolkai will lock it
Or should I say sprites oopOOP? You mean, sprite developer?
Error:
Subscript out of range in 0:47
Code (credit to rando for the map generator):
DEF MAPREAD V1'Read map data RESTORE”@MAP_0”+STR$(V1) FOR I#=0 TO LEN(BGTABLE)-1 READ BGTABLE[I#] NEXT FOR I#=0 TO LEN(MAP$)-1 READ MAP$[I#] NEXT END DEF MAPRENDER FOR I#=0 TO LEN(MAP$)-1 FOR J#=0 TO LEN(MAP$[I#])-1 BGPUT 0,J#,I#,BGTABLE[(ASC(MID$(MAP$[I#],J#,1)))-48] NEXT NEXT ENDI still can’t understand whats going on, so I guess you can give me a hand. P.S: Now searching Sprite Developers and Story Developers
UPDATE: Well, I’ve been not posting updates of the game because I’m stuck with this:How big is your BGTABLE and what characters are you putting in your maps?Error: Subscript out of range in 0:47 Code (credit to rando for the map generator):
DEF MAPREAD V1'Read map data RESTORE”@MAP_0”+STR$(V1) FOR I#=0 TO LEN(BGTABLE)-1 READ BGTABLE[I#] NEXT FOR I#=0 TO LEN(MAP$)-1 READ MAP$[I#] NEXT END DEF MAPRENDER FOR I#=0 TO LEN(MAP$)-1 FOR J#=0 TO LEN(MAP$[I#])-1 BGPUT 0,J#,I#,BGTABLE[(ASC(MID$(MAP$[I#],J#,1)))-48] NEXT NEXT ENDI still can’t understand whats going on, so I guess you can give me a hand. P.S: Now searching Sprite Developers and Story Developers
So you removed the characters not 0-9? Does it work or not with this?Still, it does not work.
Which line is line 47? Is it the BGPUT line?Yes it is
Make sure you set your BGSCREEN to 127x127 tiles.I’ll see if thats the problem :) EDIT: Well... I put the BGSCREEN 0,127,127 command you wanted, but I have the same error...
And there it is, the BGSCREEN 0,127,127 acting like it isn’t responding...
