UnderwareDesign
September 10, 2010, 05:56:18 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:    
Aden Released Intel® Atom™ Developer Library For PlayBasic
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: The Legacy of the Worms [Work in progress]  (Read 2190 times)
Tifu
Newbie
*
Offline Offline

Posts: 34



WWW
« on: March 29, 2009, 04:24:43 PM »

The Legacy of the Worms
Link: Download beta

Link: Gameplay video



An adventure game in the style of Flashback or Prince of Persia, it's a horror game with lovecraftian mythos influences. This section of the game takes place about 30+ minutes into the game (rough estimate). We chose this area to build first because it conveniently shows off some of the game's important features, and is a fairly linear area of the game - the rest of the game is more open to exploration. Controls are displayed on startup, you can customise to your preference from the options screen.

TIPS
* You have to open your inventory to equip weapons and turn on flashlights etc.
* Some enemies are smaller than others, you can't hit them when standing
* Pick up items by pressing down when standing over them

This has been in progress for a good few months (made longer due to a hard drive crash losing all my source code and forcing me to start from scratch... Cheesy).


one thing:
One of my friends is experiencing a black border around some of the games sprites (the save areas he can see fine, which are created with SpriteDrawMode 4 whereas the other sprites - hero and monsters - are made with SpriteDrawMode 2. Anyone know why this would be? So far it's only that one friend, though I have only had the game tested on like 3 people's machines...
« Last Edit: March 29, 2009, 04:27:41 PM by Tifu » Logged
micky4fun
Sr. Member
****
Offline Offline

Posts: 423


« Reply #1 on: March 29, 2009, 05:38:55 PM »

Hi Tifu

Quote
This has been in progress for a good few months (made longer due to a hard drive crash losing all my source code and forcing me to start from scratch...
ahh , i backup mine to a memory stick just incase , nightmare starting again

as for the game , well its very very good , i like this a lot , a lot of work has gone into this i can see , works ok on my pc
the only gripe i would have with the game is that it runs full screen on my pc . but has you have the graphics at 320x240 its quite pixalated , thats the only gripe
i think that most games now sould be done in 640x480 as a minium , 800x600 for windowed and 1024x768 for full screen nowdays , but thats just my opion

mick Smiley
Logged
kevin
Development Team
Administrator
Hero Member
*****
Offline Offline

Posts: 9418



WWW
« Reply #2 on: March 31, 2009, 12:23:30 AM »

 
Quote
one thing:
One of my friends is experiencing a black border around some of the games sprites (the save areas he can see fine, which are created with SpriteDrawMode 4 whereas the other sprites - hero and monsters - are made with SpriteDrawMode 2. Anyone know why this would be? So far it's only that one friend, though I have only had the game tested on like 3 people's machines...
 

 If you're not using 1.64I, then there was an error with one of the draw mode combinations.  Which might be the cause.

 It's good to see somebody taking on some visual effects programming also.
« Last Edit: March 31, 2009, 08:59:10 AM by kevin » Logged

Tifu
Newbie
*
Offline Offline

Posts: 34



WWW
« Reply #3 on: April 02, 2009, 03:16:45 PM »

Thanks for replies.

I see the point about the pixelation, I will have the option to play windowed or fullscreen later, not sure if that addresses the issue as it would then be in a tiny screen.


I have installed 1.64I, sent the resulting exe to my friend, but it doesn't seem to have fixed the problem for him :S

Logged
kevin
Development Team
Administrator
Hero Member
*****
Offline Offline

Posts: 9418



WWW
« Reply #4 on: April 02, 2009, 08:17:25 PM »


Quote
I have installed 1.64I, sent the resulting exe to my friend, but it doesn't seem to have fixed the problem for him :S

 Well, you know what to do then
Logged

Parsec
Newbie
*
Offline Offline

Posts: 2


« Reply #5 on: April 04, 2009, 04:32:47 PM »


Quote
I have installed 1.64I, sent the resulting exe to my friend, but it doesn't seem to have fixed the problem for him :S

 Well, you know what to do then

What's that?

(This is his friend who keeps getting the black box issue, by the way... and the composer of the music in the demo.)
Logged
kevin
Development Team
Administrator
Hero Member
*****
Offline Offline

Posts: 9418



WWW
« Reply #6 on: April 04, 2009, 10:37:30 PM »


  erm, by creating a small piece of code with media produces the effect and post it in the bug forum.

  Although a screen shot of the 'error' would be useful also.  Because, only you've seen it.
« Last Edit: April 05, 2009, 10:33:03 PM by kevin » Logged

Parsec
Newbie
*
Offline Offline

Posts: 2


« Reply #7 on: April 05, 2009, 05:18:49 PM »



It's actually that the sprite isn't rendering as transparent when it should be.  And yes, the sprite's transparent area is black, as I understand.
Logged
kevin
Development Team
Administrator
Hero Member
*****
Offline Offline

Posts: 9418



WWW
« Reply #8 on: April 05, 2009, 10:36:15 PM »

 Looks like whatever sprite draw mode combination has no transparent filler in this pixel mode.   What video mode is the game and your this computer running at ? 

 
« Last Edit: April 05, 2009, 10:41:55 PM by kevin » Logged

Tifu
Newbie
*
Offline Offline

Posts: 34



WWW
« Reply #9 on: May 23, 2009, 05:46:13 AM »

Ugh, well that bug is small potatioes compared to what i'm getting now anyway. I don't think I can continue this in Playbasic. When I hit compile, the thing just crashes. No error message, just the standard windows crash error. Having done some tweaking, taking some code out, running it fine, putting code in, crashing... it seems to just crash when it tries to compile more than 9000 lines of code... wtf *bangs head futily against keyboard*
Logged
kevin
Development Team
Administrator
Hero Member
*****
Offline Offline

Posts: 9418



WWW
« Reply #10 on: May 23, 2009, 07:01:27 AM »

 erm.. and how does that help us, help you ??

 what version of playbasic are we talking about ??

 if the error occurs during compilation, then why haven't you posted a bug report ? , or better yet, sent me the source code ?   
« Last Edit: May 23, 2009, 09:46:58 AM by kevin » Logged

Tifu
Newbie
*
Offline Offline

Posts: 34



WWW
« Reply #11 on: May 23, 2009, 06:03:16 PM »

Ah, sorry. Compiler Version: 1.64h Ide version: 1.1.7b
Though it happened before I updated, which was presumably the version before that.

The source code wouldn't do much good, it happens with any game that goes to 9000-12000 lines of code or more. I can open a simple game, just copy and paste some simple "if blah=1 then text 5,5,"hello"" and kaboom. And I suppose one could think that typing in the same line several thousand times is going to crash the game, but that isn't what I was doing when this game crashed - I just tried pasting extra code into some previous demos and such to see if same error occured, and it did :S
Logged
kevin
Development Team
Administrator
Hero Member
*****
Offline Offline

Posts: 9418



WWW
« Reply #12 on: May 23, 2009, 08:29:05 PM »


 
Quote
The source code wouldn't do much good, it happens with any game that goes to 9000-12000 lines of code or more

  Interesting, as I have programs larger than 25,000 lines that compile and run without any problems.    Having the source greatly helps isloate the cause(s) of such problems so they can be resolved quickly.  If I have to guess, then this will not doubt drag on and on and on...     


Quote
"if blah=1 then text 5,5,"hello"" and kaboom.

  If you've found a possible cause, then why isn't this posted in the BUGS board ??
Logged

kevin
Development Team
Administrator
Hero Member
*****
Offline Offline

Posts: 9418



WWW
« Reply #13 on: May 23, 2009, 11:54:13 PM »


 Try PlayBasic V1.64j Beta 14
Logged

Tifu
Newbie
*
Offline Offline

Posts: 34



WWW
« Reply #14 on: May 24, 2009, 04:41:27 AM »

You'd have had to guess anyway even with source code, as the problem was happening with *any* code over that number of lines and is apparently unique to me if no one else was having such problems :-|

But awesomely enough that update seems to have solved it, which leaves me happy and confused.
Thanks muchly.
« Last Edit: May 24, 2009, 05:14:31 AM by Tifu » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!