Moving the boosting mechanic into the spawning mechanic



  • This is a breaking change but it pros are worth it trade offs IMO.

    By moving the boosting into the actual spawning process you get several benefits:

    • Lab code gets simplified
    • boosting process gets simplified
    • boosting is now possible at low RCL (provided you have the resources)
    • you get the entire lifetime of the creep boosted

    But also some not insignificant drawbacks:

    • Spawn and extensions have to share their storge with the boosts
    • It is very expensive to create a fully boosted creep and it takes a very long time
    • It is a breaking change. (but that probably will root out a lot of inactive players and NCPs)
    ๐Ÿ‘Ž


  • I would like to see this as well. It does present a balancing issue with the low RCL boosts though. That may be something worth discussing.

    As an aside - removing NCPs should not be a Dev issue unless they become a huge problem. They are playing, and hopefully paying, customers. NCPs are a player defined issue, created by players, and should be "solved" by players.



  • I don't see a good enough reason to make such a breaking change. I think it works fine as it is tbh.



  • I mean boosts are supposed to be a challenge to successfully utilize, right?

    โ˜


  • @Crusher48 yes, but IMO they failed spectacular at this.
    The problem with boosts is that the current mechanic is complex but not really a challenge.
    Player with high enough income are easily able to take advantage of boost (without the need to produce them) while struggling players are completely out of the loop.

    I think it is fair if a underdog is able to use scrap minerals/compounds collected overtime to his advantage i.e. emergencies.
    Those boosts are there to enhance your creeps and it should be difficult to obtain them not to use them.
    Currently there is a unfair RCL cap that makes minerals useless under lvl.6 in a room.
    It is unfair because it is possible to obtain minerals early on even if that depends on luck.

    Also I think it is a good time to revisit this mechanic with the reveal of the coming factory draft.
    That will change the Gameplay dramatically since it finally gives good reasons for players to specialize on specific tasks instead of pure economics or bulling others.

    @KyraLee yeah I'm not worried about NCPs, it is just more like a nice side effect. Forces people to look at their code ^^



  • @mrfaul Doing it right is a challenge. Everyone can code a transporter creep that puts it in labs, and some code to boost a creep. But optimizing it can be a real challenge. But i can assume that you can hold attacks for days without any problems, fully automated?



  • @gimmecookies said in Moving the boosting mechanic into the spawning mechanic:

    Everyone can code a transporter creep that puts it in labs, and some code to boost a creep.

    That is exactly the problem that I'm pointing out, the lab requirement.
    Boosting should not be bound to the lab since it is a refinement facility.
    Have you ever heard of someone who is driving his car to the tire manufacture to get new tires fitted?
    The spawn is the instants that handles creeps and it is inconsistent that it doesn't handle boosting.



  • @mrfaul I think it makes sense.. But i was talking about this: "The problem with boosts is that the current mechanic is complex but not really a challenge." please show me your rooms where you have nailed the entire boosting process, if not you still have some challenges to solve ๐Ÿ˜‰



  • @gimmecookies ^^ sure you can optimize things to death in this game but if you are at this level you are definitely not a intermediate player anymore.
    I worry about the people who struggle simply keeping their colony alive while they still learning the games nuances.
    Not giving them the same tools to defend them self as the ones attacking them is frustrating, just knowing to have the same options gives hope.
    Unlike the mindset "I will always be beaten by that"



  • Alright. Let's say they do it like you proposed. What's next? Limiting YOUR energy cap to reflect your neightbours? I also don't understand how it will solve the problem you are sketching.. Yes a player can boost with lower RCL, but you are still limited with bodypart count (i.e your boosts are useless)



  • Boosting at low levels can accelerate your development much more that at high level.
    Using boosts with small screeps gives you very high returns if you are not able to build bigger ones.
    Just boosting move t1 allows you to build bigger creeps otherwise not possible with the limited space for energy.

    And this change is mainly intended to balance a bit the tremendous power gap between RCL levels.
    And energy doesn't need a cap it has already one 5~20E/tick per normal room.

    Also by allowing less creeps to do more work the server load also may improve,
    and don't come with BS arguments like "that is a insignificant improvement" every improvement counts regardless of how big it is.
    That should be especially be true for the people playing this very game...



  • I don't think it's neccesarily to improve low RCL rooms even if you're right regarding boosts (which I'm not sure you are). Low RCL room survival comes from assistance by high RCL rooms and safe modes.

    Unless we're talking shortly after respawn, in which case IMO that's a much too narrow window for such a sigificant change and you're not going to have boosts anyway.

    โ˜


  • @mrfaul said in Moving the boosting mechanic into the spawning mechanic:

    It is a breaking change. (but that probably will root out a lot of inactive players and NCPs)

    Rooting out a lot of inactive players is a terrible idea and doesn't mitigate a breaking change. Ideally their code will carry on running so that if/when they pop back into the game they still have some skin in it and don't have to start again. Having to start again from scratch will make some returning players completely switch off.



  • @wtfrank It is a side effect not a intention to do so, also If they are turned off by loosing their colony for not tending to it I really couldn't care less.

    I think that boosting with the lab is inconsistent also annoying since you have to micromanage their contents.
    Boosting in low RCLs allows to build fairly sturdy and useful outpost without the need to pump it up to full RCL8 if you are able to secure a supply route.
    This opens up a lot of new Gameplay opportunities and IMO it is worth it.



  • @mrfaul said in Moving the boosting mechanic into the spawning mechanic:

    I really couldn't care less.

    I care, because an important part of the survival of any online game is player retention. In games with RPG/progress mechanics, if you carelessly destroy people's progress, you lose players.

    This should be obvious and should not need to be spelt out.



  • Well yeah, but isn't that what GCL and GPL supposed to be?
    aka: https://docs.screeps.com/respawn.html ?



  • Nontheless, we've had a breaking change with RoomPosition before. So a nonbreaking change would be, that a spawn can boost creeps and labs also can boost creeps.



  • The majority of the difficulty in Screeps is the logistics. Structures that store materials in any quantities cannot beam resources to other structures that perform work with those resources. You must manage that with a network of interstitial elements (creeps) that have carry, movement, and CPU cost limitations. This also introduces the concept of managing an asynchronous system, you must move the creep to the source, load the creep, move the creep to the destination, unload the creep as individual atoms of code that cannot operate as consecutive calls in a single function. .

    Conversely, throwing a store on the spawns with enough capacity to store enough boosts to be effective will also trivialize the learning curve as the spawn would just become a level 1 storage. This would also trivialize the body size constraints creeps face with low level rooms.

    Boosting, in my opinion, needs some help, but that has nothing to do with spawns. The wall of difficulty that is labs + terminal + market all at once needs some help, but that has nothing to do with spawns either.

    ๐Ÿ‘


  • I do not intend to throw a "secondary" store on the spawn/extensions, it has to share available space with the energy like the CARRY part.
    And I think this makes logistic much more complex at lower RCL.



  • @xenofix I had 1.6 MB of code when the RoomPosition change came, and i didnยดt need to change one line because of it. All worked as before. I would not call that a breaking change. So switching boosting to Spawn would be a different thing, I totally agree with @Smokeman that changing boosting with labs would only make screeps "more boring" by making the logistics simpler.