Giter Site home page Giter Site logo

joinandplaycoop / factorio-scenarios Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 3.0 2.67 MB

The official repo of the scenarios of the japc community

Home Page: https://joinandplaycoop.com

License: Apache License 2.0

Lua 100.00%
scenarios factorio-scenarios factorio

factorio-scenarios's Introduction

logo
GitHub last commit Fork Discord

Join and Play Coop scenario repository

Factorio-Scenarios

Here you can found the scenarios of Join And Play COOP !

A lot of this repo are forks of main factorio scenarios, we try also to delvop our owns a lot of these devs are avalible on our discord make sure to check it out !

Normally all scenarios can work on your local machine depeding on your version !

FORK : https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn https://github.com/M3wM3w/ComfyFactorio https://github.com/jvmguy/FactorioScenarioMultiplayerSpawn

factorio-scenarios's People

Contributors

iipoliii avatar tuckert avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

factorio-scenarios's Issues

Bunker scenario teleportation fixes

Creating issue to help keep track.
In talking with RailOcelot in game, there are 2 issues with teleportation.

  1. Setting spawn point removes the ability to go back into your bunker.
    Cause: Teleportation is set to go back to spawn point.
    Fix: Bunker location could be saved in player table.

  2. Cannot enter someone else's bunker.
    Cause: Same as up top.
    Fix: Same as well.
    This may not be issue. The idea of personal bunkers supports the way it is now. Perhaps an extra setting in the spawn ctrl panel can be added.

Player playtime via a discord command

We could add player playtime with !player IIPoliII and it would return the hours played, maybe i can create a way to gather the stats only for that player from grafana.

MySql OperationalError

image

Solution for this:

def sqlFunc(func): def wrapper(*args, **kwargs): try: return func(*args, **kwargs) except OperationalError as e: if 'MySQL server has gone away' in str(e): sql_operator.connect() return func(*args, **kwargs) print e return wrapper

Link to example : example

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.