OpenBOR v3.0 Build 3783

  • Thread starter Thread starter utunnels
  • Start date Start date
Status
Not open for further replies.
U

utunnels

Guest
- New level command scrollx (changed from the old scrollx command). It limits your move area within the range. Usually you need to use that with direction both, but that is your business.

Example:

scrollx 150 250
at 180


- Update video command in video.txt

Example:

video 480x480


Usually this only works on PC in window mode. But anyway it is your business again.

 
great new features, i was thinking lately about more resolution features ;D
I tried the scrollx feature and works nice but i cant move forward when i kill  whole group of enemies, view is blocked permanently to that area and it wont let me go forward through stage.Do i need some more parameters to unlock it and move forward ?
Wait command is dependant of group and unlocks itself when group is killed so maybe this one could be the same ?
400x240 resolution is nice  ;D
 
No, it works like blockade, you need to change it again to move on.

The video x mode doesn't have all the default offsets (HUD position, for example), which means video 480x272 is not identical to video 1. It is a blank mode so you need to setup all necessary values.

 
i have
scrollx  0  300
at  0

and next one is
scrollx  300  500
at  400

But i cant move on , the first one blocks me if i kill everything.
 
You can't have the next one because it is at 400, while your move area is limited to 300.

Basically, you need to use that with group command.
 
what ever happened to the linux build of openbor?
how would i go about compiling it myself?
 
Yeah I don't have some toolchains.

If you are running linux you should be able to compile it by running build.sh when you have all required libs installed (ogg, vorbis, zlib, libpng, sdl 1.2, etc).

 
Status
Not open for further replies.
Back
Top Bottom