BG1, PRELOAD BG2, PRELOAD

Page 17 of 28 FirstFirst ... 15 16 17 18 19 ... LastLast
Results 241 to 255 of 418

Thread: Lbp2 bugs list

  1. #241

    Default

    I'm surprised this isn't on the list....

    Timer duration input is inaccurate.

    There are 3 parts to this...

    1. Timers of certain duration will be 1 frame shorter than what they should be. For example, a timer set for 1.0s should be 30 frames, but it only runs for 29 frames.

    2. The same is true of the current value setting; if you set a 1.1s timer for 1.0s, it should be at 30/33 frames, but it will actually be at 29/33 frames, and run for 4 more frames.

    3. The default timer you place has a value of 4.0s. Normally if you select 4.0s, it is really 3.96s (3 seconds+29 frames), but the default setting is a true 4.0s.

    Testing this:
    The third is the easiest to test. Place a fresh timer, hook up a 0% battery to its input (To disable it running), then tweak it and set the current time to 0s, being careful not to change the total time. Now press right on the D-pad 4 times bringing the current time to 4.0s. At this point, the output should be active, but it is not. Press it one more time, and the output becomes active. Alternatively, create two timers. Hook a toggle up to both and turn it off. Set both to current time 0s, but tweak one to change it's total time to something else, then back to 4.0s. Wire each timer up to its own reset. Now let them run. They should both run together in sync, both being set for 4.0s, but they will start tun get out of sync.

    To test the first two, I created a circuit which can mesure which signal comes first, down to frame accuracy. This tells me if one timer fired fist, or both at the same time. Then I set up the timers with some parameters which SHOULD fire at the same time, but which don't. For example, one timer set to 0.4s with 0.3s current time, and the other set to 0.5s with 0.4s current time. (The 0.5s one fires first.) Or 0.6s with 0.5s current time vs 0.7s with 0.6s current time (The 0.6s fires first.) As a control, I did tests like 0.4s with 0.3s current time vs 0.7s with 0.6s current time (Fired simultaneously). Or for another test, I hooked timers up in series, and set them all to 0.0s, with different times that should add up to the same value. (For example two 0.5s timers vs a 0.4s and 0.6s, the two 0.5s fire first.)

    The same inaccuracy in settings exists in sequencers, but NOT in randomizers. (A randomizer, it turns out, is the most accurate way to time exactly 1 second.)


  2. #242
    Waiting for LBP2 patch !! mistervista's Avatar
    Points: 24,602, Level: 48
    Level completed: 6%, Points required for next Level: 948
    Overall activity: 0%
    Recommendation Second Class 10000 Experience Points 5000 Experience Points 1000 Experience Points 500 Experience Points
    PSN
    mistervista
    Join Date
    Jan 2009
    Location
    Derbyshire, UK
    Posts
    2,341

    Default

    Thanks Tygers. I had this problem with timers the other day when trying to use one for a health bar and work out how many hits equated to each second but I couldn't because it just didn't seem to tally. I can't remember the figures offhand but say for example I set it to 10 seconds and it took 20 hits, I assumed then that setting it to 20 seconds would take 40 hits but when I tried it, it was nowhere near. It was 5 or 6 hits different.

    I didn't realise it was a bug, I thought it was just me not being able to work it out properly. I had no idea what the timings should actually be. I'll add it to the list now.
    Sig by Rhyfelwr
    : HOMAGE 1: " Voyage to the Bottom of the Sea", Sheriff Sack 2: On the trail of Texas Jack,Pirates Of The Caribbean - Part 1: The Compass and Jack Sparrow, PLASMAVILLE-Winner of Sackcast Gadders Trial , Sheriff Sack: Cleaning up the town of Sackwood.

  3. #243

    Default

    Tag sensor's range is inaccurate. There's a similar bug with distances, which aren't accurate. I've had Tags inside a sensor's range not trigger the sensor, but most noticeably you can see the sensor switch off when you gradually move a tagged object out of range, and not switch on again until it's much nearer - the detection range changes between losing a signal and gaining.

    Also, battery signals and similar don't get transmitted through a music sequncer, and maybe other nested sequencers. That is, to change behaviour of a sackbot on the sequencer I ran a battery from the sequencer, through the music sequencer, and out to an SBot chip. If I ran the sequencer, the battery signal worked, but if I ran the music sequencer which triggers the sequncer, the battery never worked. Tried replacing it with a one-shot counter but same problem. So I used a labelled tag to wirelessly trigger changes. This is actually the better solution, as you can set up every actor in a scene to resopnd to the one signal; each tag is labelled scene 1a, 1b, 2a etc. in the sequencer and a full-range sensor is added to SBots and whatever in the scene needs to be triggered. this makes 'wiring' a lot easier and more intuitive, just reuiring a sensor of the right label for that part of the vid to trigger whatever you want.
    Is this the best movie ever in LBP2? Add to your queue here
    lilpunk911 - that was lovelyest movie i ever seen
    PLASMA_BLADE - *sob* beautiful. This is like awesomeness, but better.
    ElecSack234 - Simply amazing. The story, the heart, you deserve an MMPick.

  4. #244

    Default

    is it just me or is barbed wire using the wrong texture?

  5. #245
    Om nom nom flamingemu's Avatar
    Points: 15,081, Level: 37
    Level completed: 29%, Points required for next Level: 569
    Overall activity: 4.0%
    7 days registered 1000 Experience Points 500 Experience Points 250 Experience Points 100 Experience Points
    PSN
    flamingemu
    Join Date
    Nov 2009
    Location
    SPAAAAAAAAAAAAAAAAAAAAAAAAAAAC
    Posts
    1,110
    Blog Entries
    9

    Default

    The grabinators sometimes push an object through a layer. for example:

    ----------------------------------................................O
    -----------------------------------------------...................I

    O
    I is sackboy's height.
    ---is the floor/ ceiling

    if sackboy grabbed an object with the grabinators while he was between the floor and ceiling (provided the object was there too) sometimes the object instead of just being dragged around, will pop up striaght through the top layer.
    Last edited by flamingemu; 03-01-2011 at 05:58 PM.

    Newest level: Alex
    [B]
    Want free money? Tough nuggets.

  6. #246

    Default

    Quote Originally Posted by Shifty Geezer View Post
    Tag sensor's range is inaccurate. There's a similar bug with distances, which aren't accurate. I've had Tags inside a sensor's range not trigger the sensor, but most noticeably you can see the sensor switch off when you gradually move a tagged object out of range, and not switch on again until it's much nearer - the detection range changes between losing a signal and gaining.
    I think that's intentional (Player sensors are the same) - it's a sort of "debounce" mechanism, so a tag doesn't start rapidly triggering something on and off; that way it has to cross one threshold to turn on, but another to turn off. Otherwise something right on the edge might some times trigger the sensor, sometimes not, especially if they are both moving "together" but not exactly sticking together.

  7. Thanks!


  8. #247

    Default

    Quote Originally Posted by Tygers View Post
    I think that's intentional (Player sensors are the same) - it's a sort of "debounce" mechanism, so a tag doesn't start rapidly triggering something on and off; that way it has to cross one threshold to turn on, but another to turn off. Otherwise something right on the edge might some times trigger the sensor, sometimes not, especially if they are both moving "together" but not exactly sticking together.
    Yep. It's been the same since LBP1 - check out this thread.

  9. Thanks!


  10. #248
    Render monkey Chazprime's Avatar
    Points: 15,025, Level: 37
    Level completed: 22%, Points required for next Level: 625
    Overall activity: 16.0%
    7 days registered 1000 Experience Points 500 Experience Points 250 Experience Points 100 Experience Points
    PSN
    Chazprime
    Join Date
    Nov 2008
    Location
    Toronto / Los Angeles
    Posts
    792

    Default

    Quote Originally Posted by ll_ye View Post
    is it just me or is barbed wire using the wrong texture?
    I think it's an artifact. I reported that on their support site and they've logged it, hopefully a fix is incoming.

  11. #249

    Default

    Another bug: You know those Story objects (the ones that aren't lights) that you can tweak to change their color, such as the LBP1 balloons, the shoe, or the electric razor? Well, like most things with tweakable colors, they have two color/brightness settings, one for if a switch that's wired up to them is turned off. Guess what - that second color/brightness setting is entirely useless, since even though you can wire switches up to them, they have no effect (other than just transferring player color data).

    On a related note, I once had a piece of hologram refuse to let its color be tweaked: I could still use the tweak menu, but the holo wouldn't update its appearance. Replacing it with a fresh piece of holo fixed that problem, though.
    Last edited by Blue Helmet; 03-01-2011 at 07:27 PM.
    No published levels yet, but I have several works in progress!

    My tutorials:
    Advanced Chrome Glitch Techniques
    How to Merge Objects using Checkpoints

  12. #250
    GO NEWBIES! LOLinator v1.02's Avatar
    Points: 4,906, Level: 20
    Level completed: 64%, Points required for next Level: 144
    Overall activity: 0%
    100 Experience Points Created Album pictures Created Blog entry Your First Group 250 Experience Points
    PSN
    Fireball411
    Join Date
    Jan 2011
    Location
    Somewhere, In the US
    Posts
    107
    Blog Entries
    13

    Default Davalon Bug

    All i know is that if you place a sackbot with avalon or da vinci costume 2 medium grid spaces above the ground in pause, the legs stretch to the ground.
    Hey, I'm split between Mac and PC.


    iz a sackbot logic techie ;p

  13. #251
    私のホバークラフトはウナギに満ちている ! Matimoo's Avatar
    Points: 11,495, Level: 32
    Level completed: 35%, Points required for next Level: 455
    Overall activity: 0%
    7 days registered 1000 Experience Points 500 Experience Points 250 Experience Points 100 Experience Points
    PSN
    Matimooo
    Join Date
    Sep 2009
    Location
    on the Dai-Gurren
    Posts
    1,030

    Default

    Quote Originally Posted by Fireball411 View Post
    All i know is that if you place a sackbot with avalon or da vinci costume 2 medium grid spaces above the ground in pause, the legs stretch to the ground.
    This happens with all sackbots, and sackboy too (I think it happens if you stand on the edge of ever-so-slightly uneven ground, he may extend one of his legs to touch the lower area)
    LBP/2 PROJECTS

    SONOUCHI series-(ties together most old projects) (planning) PROJECT BANDICOOT (planning)
    ROCKET CHEETAH ATTACK (planning)Left 4 Dead 2 LBP2-( planning)
    Don't Eat The Chocolate (Planning)

  14. Thanks!


  15. #252

    Default

    Quote Originally Posted by chazprime View Post
    I think it's an artifact. I reported that on their support site and they've logged it, hopefully a fix is incoming.
    http://i0.lbp.me/img/ft/c00505dad96f...4186aa7086.jpg

    Looks like the entire border is bugged.

  16. #253

    Default

    Quote Originally Posted by Aya042 View Post
    Yep. It's been the same since LBP1 - check out this thread.
    Okay, I see what they're doing and it's by intent. But the hysteresis zone is a percentage of the full range, resulting in huge none-changing spaces when using long-range sensors. The notation that an object can move several units into or out of range of a sensor without changing its state can lead to unexpected behaviour (at least until educated), and I think the hysteresis zone should be of a fixed range, such as one small grid square, so the standard behaviour is more in line with the typical user's expectations.
    Is this the best movie ever in LBP2? Add to your queue here
    lilpunk911 - that was lovelyest movie i ever seen
    PLASMA_BLADE - *sob* beautiful. This is like awesomeness, but better.
    ElecSack234 - Simply amazing. The story, the heart, you deserve an MMPick.

  17. #254
    Can I haz bamboo? Ungreth's Avatar
    Points: 31,013, Level: 54
    Level completed: 15%, Points required for next Level: 937
    Overall activity: 4.0%
    7 days registered 5000 Experience Points 1000 Experience Points 500 Experience Points 250 Experience Points
    PSN
    Ungreth
    Join Date
    Apr 2009
    Location
    Shropshire, UK
    Posts
    2,118

    Default

    Sackbots that use movers or followers to fly will get squished any time they fly into an angle in the scenery, where two pieces of material meet. Normally a sackboy would need to get wedged in a very tight angle to get squished, but flying sackbots seem unusually and annoyingly squishable. I'm guessing that's a bug.

  18. #255

    Default

    My friend and I were in Create Mode getting pins for him. While he was trying to get the Puppet Master trophy I brought out a Sackbot to help him figure out the Tweak Menu. Then the game diverged because his internet sucks, and my unplaced Sackbot stayed where it was. After I rejoined him, we switched to Playmode, and it was still there. It cannot be reseletected with the popit. http://lbp.me/p/zts-35

    This game has so many glitches. So many awesome glitces.
    Last edited by qsksw; 03-04-2011 at 01:20 AM.

Page 17 of 28 FirstFirst ... 15 16 17 18 19 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •