LavaLit
  Home   Forum   WIKI SVN DOWNLOADS Help Donations Login Register  
* *

Donations

Quarterly Goal: $90.00
Due Date: Mar 31
Total Receipts: $80.00
Below Goal: $10.00
Site Currency: USD
89% 
Quarterly Donations
Feb-23 Demitri EUR8.00
Feb-22 gloom USD10.00
Feb-18 Darklighte... USD10.00
Jan-31 MasterExpl... USD10.00
Jan-28 LeeBrother USD20.00
Jan-26 BurnKing USD10.00
Jan-17 danno USD20.00
Advertisement

Links

Advertisement
Pages: 1 2 [3] 4 5   Go Down
  Print  
Author Topic: OpenBoR v3.0 Build 2223  (Read 9688 times)
0 Members and 1 Guest are viewing this topic.
Saint Antuan
Sr. Member
****
Offline Offline

Posts: 264



WWW
« Reply #30 on: April 09, 2009, 02:18:16 pm »

Quote
with this i could load unlimiited differents entitys for psp
Only remmember that psp (or xbox) don't have unlimited memory - now you have at your disposal - lets say max 50 mb per level


Yes, i want to say if i can load in each level 20 news enemys or entitys (i said 20 for example) and i put 10 levels this mod have like 200 entitys or enemys differents and "old" mod have only 20 entitys from models.txt like maximum Smiley
Logged

Die_In_Fire
Hero Member
*****
Offline Offline

Posts: 734


avatar by Maxman


« Reply #31 on: April 09, 2009, 06:01:29 pm »

There is also GoldenAxeRemake24bit - just tested it and load without problem (win XP) .

http://www.4shared.com/file/97615507/cf5aca07/GoldenAxeRemake24.html


Thanks Bonus, works perfect, except for some details: some colours are messed up (dragons, bad brothers, bitter knight), I don't know if its a problem of my OS, the mod or the engine

but gameplaywise works perfect (well, gillius grab the elfs, but I think thats a mistake of the mod)

Logged

kbandressen
Developer
*****
Offline Offline

Posts: 1312



« Reply #32 on: April 09, 2009, 06:13:05 pm »

So can anyone give me an explanation for this part of the spawning code?

Quote
    case TYPE_NONE:
        e->nograb = 1;
        if(e->modeldata.subject_to_gravity<0) e->modeldata.subject_to_gravity = 1;
        //e->base=e->a; //complained?
        if(e->modeldata.no_adjust_base<0) e->modeldata.no_adjust_base= 1;
        if(validanim(e,ANI_WALK))
        {
            if(e->direction) e->xdir = e->modeldata.speed;
            else e->xdir = -(e->modeldata.speed);

            e->think = anything_walk;
            ent_set_anim(e, ANI_WALK, 0);
        }

        break;

As far as I can see, it doesn't do anything that couldn't be done with script if desired and is not what the modder will want 99% of the time, forcing to write more script to counteract it.  Unless there's a really good reason for it be there, I think it should be commented out.
Logged

Make your levels interesting or I will tell you to make your levels interesting!
Orochi_X
Administrator
*****
Offline Offline

Posts: 2868


Destroyer of Worlds


« Reply #33 on: April 09, 2009, 06:19:28 pm »

I think utunnels is responsible for that.........

Something to do with weird sub type behaviour or something. I'm not sure.
Logged

* Orochi_X says : " Sore ga doushita? " looney
BonusJZ
Hero Member
*****
Offline Offline

Posts: 1090



WWW
« Reply #34 on: April 09, 2009, 06:58:24 pm »

Quote
Thanks Bonus, works perfect, except for some details: some colours are messed up (dragons, bad brothers, bitter knight), I don't know if its a problem of my OS, the mod or the engine but gameplaywise works perfect (well, gillius grab the elfs, but I think thats a mistake of the mod)

I have only updated video resolution mode to new values .... seams like you  need change also "truecollor 1" to more recent "ColourDepth 32bit" in video.txt
« Last Edit: April 09, 2009, 07:06:59 pm by BonusJZ » Logged

kbandressen
Developer
*****
Offline Offline

Posts: 1312



« Reply #35 on: April 10, 2009, 03:08:47 am »

I think utunnels is responsible for that.........

Something to do with weird sub type behaviour or something. I'm not sure.
I don't think it was utunnels.  This code is giving my type_none entities velocity when they spawn and it wasn't there last time I worked on stuff.  I'll wait a little bit longer for somebody to tell me what it's for, but it should be commented out unless there's a really good reason.  All it does is make type_none entities more of a nuisance to use as far as I can see.
Logged

Make your levels interesting or I will tell you to make your levels interesting!
Bloodbane
Hero Member
*****
Offline Offline

Posts: 4178


Dark Dragon


« Reply #36 on: April 10, 2009, 11:05:47 am »

-With "Skipselect" : Game crash on "continue"
-Without "Skipselect" : Game works perfect on continue.


Thats it... Skipselect + Continue is the issue.[/b]

 That's because 'skipselect' didn't define what hero to play as so when you continued, OpenBoR crashed cause it can't find anyone to play as.
Logged

OpenBoR Manual

"The more often enemies attack, the more open they are to counter attacks"
masterderico
Hero Member
*****
Offline Offline

Posts: 1026



« Reply #37 on: April 10, 2009, 11:12:16 am »

-With "Skipselect" : Game crash on "continue"
-Without "Skipselect" : Game works perfect on continue.


Thats it... Skipselect + Continue is the issue.[/b]

 That's because 'skipselect' didn't define what hero to play as so when you continued, OpenBoR crashed cause it can't find anyone to play as.


Why this happen ? In other builds of OB 3.0, Continue + Skipselect works fine with the same game...
Logged
SX
Administrator
*****
Offline Offline

Posts: 2388



WWW
« Reply #38 on: April 10, 2009, 07:34:44 pm »

I will look into skipselect now....

But just an fyi, I've finally fixed an annoying memory leak.....  when unloading animations.

I will be in chat room....   if anyone wants to talk about skipselect.


I need example of how to use skipselect but it seems that the player model might not be loaded.... which would cause the crash....   just guessing on what could be the issue here.....
« Last Edit: April 10, 2009, 08:13:09 pm by SX » Logged

MCW
Hero Member
*****
Offline Offline

Posts: 1058


BOR = Beats Of Rage


« Reply #39 on: April 10, 2009, 08:40:22 pm »

Please fix the star bug that turn the victim back facing attacker.
Logged



Be a Good Reader,
Read the post from first word until to the last.
Spit-Nick
Newbie
*
Offline Offline

Posts: 10



« Reply #40 on: April 11, 2009, 12:45:40 pm »

First I thank all the work you have done for this engine SX.

In version 2 the OpenBOR the psp when you had many Paks (over 18) I read all the system; now in version 3, read all but the system only recognizes up to 18 (let's say you have 30 Paks folder and when pak will open the openbor he read all but recognizes only the first 18), would he recognize all that are in the folder?

About pak Golden Axe Remake, he is the very small screen in the psp, I used the BonusJZ  (thx!) and the pak was cool, but the bug has the colors ...

Sorry for my bad English ... rsrs
Logged
SX
Administrator
*****
Offline Offline

Posts: 2388



WWW
« Reply #41 on: April 11, 2009, 03:46:12 pm »

New Build 2227 is up fixed memory leaks and water crash and other crash/memory related issues.

skipselect not an issue, just an fyi, must use names of player models and not integer values.
Logged

masterderico
Hero Member
*****
Offline Offline

Posts: 1026



« Reply #42 on: April 11, 2009, 03:48:13 pm »

Thx for the support SX! You really rock.
All my problems is gone!!!
  Grin

Logged
mctuna
Full Member
***
Offline Offline

Posts: 175



WWW
« Reply #43 on: April 12, 2009, 03:44:57 pm »

Street of Rage XXX not work psp  Sad
Logged

MCW
Hero Member
*****
Offline Offline

Posts: 1058


BOR = Beats Of Rage


« Reply #44 on: April 13, 2009, 12:57:06 am »

Thank you for the new release. But...

The skipselect is causing the nojoin crash while player intend to join in the stage.

If the skipselect is removed, other player can push start but stuck at the character select while the nojoin is input.

How to do:
1) Input skipselect none none none none
2) Input select {select_screen_txt_path}
3) Input nojoin, at 0 in the stage.txt
4) Begin the stage with player 1, then try push start on player 2 to join in the stage

Also remember this:
Please fix the star bug that turn the victim back facing attacker.
Logged



Be a Good Reader,
Read the post from first word until to the last.
Pages: 1 2 [3] 4 5   Go Up
  Print  
 
Jump to:  

Advertisement

Recent Topics

[March 13, 2010, 01:52:35 am]

[March 13, 2010, 01:41:16 am]

[March 13, 2010, 01:12:53 am]

[March 13, 2010, 01:08:48 am]

[March 13, 2010, 12:59:18 am]

[March 13, 2010, 12:55:36 am]

[March 13, 2010, 12:51:43 am]

[March 12, 2010, 11:57:24 pm]

[March 12, 2010, 11:12:49 pm]

[March 12, 2010, 10:52:28 pm]

Online Status

Members
Stats
  • Total Posts: 60712
  • Total Topics: 4075
  • Online Today: 41
  • Online Ever: 117
  • (October 23, 2009, 03:29:26 pm)
Users Online
Users: 5
Guests: 37
Total: 42
TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Valid XHTML 1.0! Valid CSS!
Page created in 0.249 seconds with 38 queries.

Google visited last this page February 21, 2010, 07:49:37 am