Giter Site home page Giter Site logo

jpbce's People

Contributors

provector avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jpbce's Issues

ability to set money accumulation

It is necessary to add to the program the ability to set money accumulation as the goal of the challenge.
I did not find such a parameter in the PBCE program.

The line of code for accumulating money should look like this:
objective type = "AccumulateResources" param = "Coins" value = "1500"

correct the name of the parameter for the amount of alcoholic beverages.

We need to correct the name of the parameter for the amount of alcoholic beverages.
Now the program produces a line like this:
objective type = "AccumulateResources" param = "Alcohol" value = "5"
This line causes an error loading the challenge.

We need to fix it on another line of this kind:
objective type = "AccumulateResources" param = "AlcoholicDrink" value = "5"

In other words, we need to correct the word "Alcohol" to another word "AlcoholicDrink".

Error in the name of the parameters for the bots

Error in the name of the parameters for the bots.

Correct the word “CarrierBot” to the word “Carrier”.
Correct the word “ConstructorBot” to the word “Constructor”.
Correct the word “DrillerBot” to the word “Driller”.

It should be written correctly like this:

  •   starting_specialization type="Driller" amount="0"
    
  •   starting_specialization type="Constructor" amount="0"
    
  •   starting_specialization type="Carrier" amount="0"
    

Now it is written like this with an error:

  • objective type="ReachSpecialization" param="CarrierBot" value="1"
  • objective type="ReachSpecialization" param="ConstructorBot" value="1"

Correct a typo in the word "Planetbase" at the top of the program interface

Correct a typo in the word Planetbase at the top of the program interface
Correct the word "Plentbase" to "Planetbase". (A typo is allowed in the word).
This word is located at the very top of the program interface where the name of the program and the version of the program are written.

This typo in the word is visible on all screenshots of the program.
Therefore, it is also advisable to replace all screenshots of the program.

Size structures

Now in the PBCE program, when creating a new Mission, it is possible to specify any sizes for structures from 0 to 5. There may be a case when the specified size does not actually exist in the game.
The fact is that for different structures in the game there are different sizes.
It is advisable that the PBCE program can only indicate the dimensions that exist in the game.

Find out what sizes are possible for each structure is possible in the table which is located in this manual in the section number "PART II B":
https://steamcommunity.com/sharedfiles/filedetails/?id=1206732949
However, it is possible that in this table the dimensions are not the same as the dimensions the game perceives.
We need to pay attention to this comment on the table:
"The following Table 2 lists the required materials for each Structure in the game. Actual in-game size descriptions are not consistent across the board, and may be labeled by other names. (I.e. Planetbase refers to Canteen as medium or large, so what happened to small? LOL
Me thinks that Starbucks hath influenced someone at Madruga too much! ".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.