PTE Stream: 67099-main

Discussion in 'Support!' started by garat, June 7, 2014.

  1. garat

    garat Cat Herder Uber Alumni

    Messages:
    3,344
    Likes Received:
    5,376
    More bug fixes.
    More changes.
    More unicorns.
    Fairly big balance changes for air and orbital, with ongoing adjustments to the other layers.
    Remy561, ArchieBuld and shootall like this.
  2. brianpurkiss

    brianpurkiss Post Master General

    Messages:
    7,879
    Likes Received:
    7,438
    More unicorns but no bacon?! I am outraged! Needs moar bacon!!!

    Can't wait to try out the orbital changes. Orbital keeps on getting better and better, but has always felt a little wonky.
    melhem19 likes this.
  3. cptconundrum

    cptconundrum Post Master General

    Messages:
    4,186
    Likes Received:
    4,900
    You managed to get me testing these by keeping the UI lag in stable and fixing it in PTE. :p

    Time to take a look at that new balance.
    cwarner7264 likes this.
  4. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    - Orbital structures have a base spec
    - Orbital cost and fab rate reduced; energy cost reduced more. Superweapons (SXX, Adv Radar) reduced less.
    - Holkins cost not quite halved.
    - Bomb bots %25 splash damage
    - Shader changes, mostly "prelight" and "shadow map", whatever that means ;^)
    - Galactic War card chance tweaks, notably reducing slots and subcoms. Added some more broken double ">" tests, yet others look correct.
    - Player panel and econ bar have changes for alliances and eco sharing. Don't know if it's fully hooked up yet.
    shootall likes this.
  5. brianpurkiss

    brianpurkiss Post Master General

    Messages:
    7,879
    Likes Received:
    7,438
    Can we please get the balance so we can go factory first like in the Realm balance mod?

    I just played the PTE build and strongly disliked having to build metal, metal, power, metal, factory. Seriously. Everyone builds the exact same buildings at the start. So why have that in the game? Give us more variety by allowing us to go factory first and cut out the boring waiting for the first buildings to be finished.

    It kicks off the action faster.
    cellbone likes this.
  6. cg49me

    cg49me Member

    Messages:
    42
    Likes Received:
    21
    Started an uber hard GW - galactic map pops up, and I don't have any data banks available. Save and reload does nothing, but if I travel to at least one system (have to reject tech - haven't come across a data bank on the first go), then save and reload, I have three empty slots like normal.

    [​IMG]
  7. warrenkc

    warrenkc Active Member

    Messages:
    542
    Likes Received:
    191
    Couldn't the starting energy and mass be increased to allow for factory first?
  8. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Tried Galactic War to look at the card changes. I've twice failed to finish a game because of the input lockup problem. I saw it a few times last build; in multiplayer I can quite and reconnect, but reconnect doesn't work in GW, so it's basically game over.

    - camera pan keys work.
    - pointer moves, keeps it's correct cursor and I think responds to hover. Clicks cause visual effects, but not real game actions. Stuck in the command mode I was in.
    - Other keys, including ESC, ignored.
  9. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Also: can now click the economy bar to change between net and efficiency metal and energy.
  10. thetrophysystem

    thetrophysystem Post Master General

    Messages:
    7,050
    Likes Received:
    2,874
  11. Methlodis

    Methlodis Active Member

    Messages:
    198
    Likes Received:
    82
    When playing galactic war, the AI is building their economy but nothing else. Only when my units begin to attack the enemy commander on the last game I tried, a commander began to build an Air Factory, but nothing else but metal and energy. Is anyone else experiencing this?
  12. ctrlfrk

    ctrlfrk New Member

    Messages:
    15
    Likes Received:
    9
    Uhm... Does the vanguard have an uber cannon now? o_O
  13. yrrep

    yrrep Member

    Messages:
    67
    Likes Received:
    79
    For the linux build it seems the bundle 75d9cc7ec2e129f9b2d992c372d3bc5a4315fd45 hasn't been uploaded. Neither the go patcher nor mine can update the stream that way.
    shootall likes this.
  14. dfanz0r

    dfanz0r Active Member

    Messages:
    150
    Likes Received:
    47
    yeah im having the same issue
  15. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    Trying to mod the alerts system I am hitting a wall with this:

    I call these to get as many alerts as there can be:

    Code:
    engine.call('watchlist.setCreationAlertTypes', '["Mobile","Structure","Recon"]', '[]');
    engine.call('watchlist.setDeathAlertTypes', '["Mobile","Structure","Recon"]', '[]');
    engine.call('watchlist.setSightAlertTypes', '["Mobile","Structure","Recon"]', '[]');
    engine.call('watchlist.setTargetDestroyedAlertTypes', '["Mobile","Structure","Recon"]', '[]');
    Seems to work for all usual stuff. However I have issues with first contact alerts. These do not seem to trigger after calling this code.

    Only with the default code they seem to trigger:
    Code:
        engine.call('watchlist.setCreationAlertTypes', JSON.stringify(['Factory', 'Recon' /*, 'Structure' */]), JSON.stringify([]));
        engine.call('watchlist.setDamageAlertTypes', JSON.stringify(['Commander']), JSON.stringify([]));
        engine.call('watchlist.setDeathAlertTypes', JSON.stringify(['Structure', 'Recon']), JSON.stringify(['Wall']));
        engine.call('watchlist.setSightAlertTypes', JSON.stringify(['Commander'/*, 'Structure'*/]), JSON.stringify([]));
        engine.call('watchlist.setTargetDestroyedAlertTypes', JSON.stringify(['Commander', 'Structure']), JSON.stringify([]));
    Why do first contact alerts even react to this? And why do they disappear even though I only add more general unit types?

    Also even with no mods at all the player list doesnt update the clickable player icon anymore it seems.

    EDIT:
    It seems the setSightAlertTypes that creates the issue. If I set it to Commander or even to nothing it works. Setting it to Mobile did work once I think (not entirely sure) and the moment I add structure it never works for the first contact messages anymore. This looks like buggy behavior to me.
    Last edited: June 8, 2014
  16. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    I'd been noticing this as well. And alert spam, but I haven't gotten to full mod disable yet.
  17. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    I noticed that live_game still has engine.call(watchlist); the code moved at the same time as the alerts got extracted (67053), so it may have been a merge conflict.
  18. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    I've seen that as well, but I don't think there is any issue with it. My mod calls it multiple times via multiple timeout anyway since it has to make sure that some other legacy mods are not creating issues. ;)
  19. nixtempestas

    nixtempestas Post Master General

    Messages:
    1,216
    Likes Received:
    746
    voice for notifications almost never works on this build.
  20. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Disabled all live_game mods except shaders. Happened every game. Latest: Clock is stuck at 12:30. Happened while laying out several (shift key) missile towers with bot fabber (bot commander has a real tough time against air in GW) I'm stuck in build mode with the missle tower selected. I see the small circle that registers a click. Shift causes build queue to highlight.

    It seems like the holodeck is still getting input, but the UI stopped receiving events. UI debugger console shows nothing recent but playCue calls. Econ bar doesn't seem to be updating although I still have a few factories going through rolloff cycles, so it's like the UI got completely cut off. F5 doesn't work.

    Actually, I hit "Go" in the debugger and got a blank page. First time this happened I thought I had forgotten to copy the devtools into the new build, but they were already there, and I definitely had them running earlier. I think coherent is locked or crashed. I see three CoherentUI processes running.

Share This Page