YesNoOk
avatar

Projectile won't leave edge of stage (Read 7674 times)

Started by ApolloGrimoire, November 11, 2017, 03:46:18 pm
Share this topic:
Projectile won't leave edge of stage
#1  November 11, 2017, 03:46:18 pm
  • avatar
  • **
    • UK
I looked at the def file for this custom Evil/Violent Ken stage and for some reason, projectiles won't leave either side of the screen.

I tried messing around with some coding, but nothing seems to work. Any thoughts?

Stage by Puskas

[BGdef]
spr = stages/SF2_EvilKen2.sff

[Info]
name = "Violent Ken - Ruined Battle Harbour"
[Camera]
startx = 0
starty = 0
boundleft = -300
boundright = 300
boundhigh = -63
boundlow = 0
verticalfollow = 0.4
tension = 20

[PlayerInfo]
p1startx = -70
p1starty = 0
p1startz = 0
p1facing = 1
p2startx = 70
p2starty = 0
p2startz = 0
p2facing = -1
leftbound = -250
rightbound = 250
topbound = 0
botbound = 0

[Scaling]
topz = 0
botz = 50
topscale = 1
botscale = 1.2

[Bound]
screenleft = 15
screenright = 15

[StageInfo]
zoffset = 200
autoturn = 1
resetBG = 1

[Shadow]
color = 32,32,32
yscale = -.1
reflect = 0

[Music]
bgmusic = sound/SF2_EvilKen.mp3
bgvolume = 100

[BGdef]
spr = stages/SF2_EvilKen.sff
debugbg = 0
----------------------------------------------------------------

[BG paisagem]
type = anim
actionno = 1
[Begin Action 1]
1,0, 0,0, 4
1,1, 0,0, 4
1,2, 0,0, 4
1,3, 0,0, 4
1,4, 0,0, 4
1,5, 0,0, 4
1,6, 0,0, 4
1,7, 0,0, 4

Insert signature here
Re: Projectile won't leave edge of stage
#2  November 11, 2017, 05:08:58 pm
  • ****
  • commissions open bang my line
    • USA
    • https://www.paypal.com/paypalme/xtayisblackx?country.x=US&locale.x=en_US

  • Online
Change this

leftbound = -250
rightbound = 250

to this

leftbound = -1000
rightbound = 1000
My stages folder:
https://app.mediafire.com/g5pnpb2im4lqa

Want a screenpack ported to ikemen? DM's open
Want a stage remade with parallax & possible super jump? DM's open
Re: Projectile won't leave edge of stage
#3  November 11, 2017, 11:38:19 pm
  • avatar
  • **
    • UK
I tried what you suggested and it gave me this.

I'm using a 1.0 screenpack at 1280 x 720.

Insert signature here
Re: Projectile won't leave edge of stage
#4  November 12, 2017, 04:52:41 pm
  • ****
  • commissions open bang my line
    • USA
    • https://www.paypal.com/paypalme/xtayisblackx?country.x=US&locale.x=en_US

  • Online
then you now need to decrease these values until the stage is correct again

boundleft = -300
boundright = 300

my suggestion would be

boundleft = -100
boundright = 100
My stages folder:
https://app.mediafire.com/g5pnpb2im4lqa

Want a screenpack ported to ikemen? DM's open
Want a stage remade with parallax & possible super jump? DM's open
Re: Projectile won't leave edge of stage
#5  November 12, 2017, 10:11:02 pm
  • avatar
  • **
    • UK
That doesn't work either. The projectile seems to stay within no matter the boundary.
Insert signature here
Re: Projectile won't leave edge of stage
#6  November 13, 2017, 10:01:06 pm
  • ****
  • commissions open bang my line
    • USA
    • https://www.paypal.com/paypalme/xtayisblackx?country.x=US&locale.x=en_US

  • Online
can you pm me the stage? I'll see if i can't figure it out
My stages folder:
https://app.mediafire.com/g5pnpb2im4lqa

Want a screenpack ported to ikemen? DM's open
Want a stage remade with parallax & possible super jump? DM's open
Re: Projectile won't leave edge of stage
#7  November 14, 2017, 08:04:22 am
  • avatar
  • **
    • UK
Here you go.

Here.

Had no idea the site was blacklisted.
Insert signature here
Last Edit: November 14, 2017, 08:14:32 am by ApolloGrimoire