Coder Social home page Coder Social logo

sc-interactivemap's Introduction

Satisfactory-Calculator Interactive Map aka "SCIM"

This repository is here for bug reporting and is not intended to be forked or deployed in any means.

About The Project

The interactive map acts as a 2D map rendering engine and a full-featured save editor for Satisfactory.
A game from Coffee Stain Studios

You can see a Live Example

SCIM

Social media links

Discord
Twitter

License

Copy of the source code and data assets is not permitted in any case.
The map is solely intended to be used on the satisfactory-calculator.com domain.

Roadmap

See the open issues for a list of proposed features (and known issues).

Remote save loading

You can remotely load a dedicated server save by appending ?url=SAVE_LINK to the interactive map URL.
The server needs to send the save file with a valid SSL certificate and CORS enabled.

server {
    server_name             satisfactory.domain; # Dedicated server domain
    root                    /home/steam/.config/Epic/FactoryGame/Saved/SaveGames/server; # SAVE FOLDER

    listen                  443 ssl; # managed by Certbot
    ssl_certificate         /etc/letsencrypt/live/satisfactory.domain/fullchain.pem; # managed by Certbot
    ssl_certificate_key     /etc/letsencrypt/live/satisfactory.domain/privkey.pem; # managed by Certbot    
    include                 /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
    ssl_dhparam             /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

    # Make the save loadable by the map
    add_header              Access-Control-Allow-Headers "Access-Control-Allow-Origin";

    if($request_method = OPTIONS){
        return 200;
    }
 }

sc-interactivemap's People

Contributors

anthornet avatar canisin avatar dependabot[bot] avatar norgalyn avatar

Watchers

 avatar

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.