Yahoo Search Busca da Web

Resultado da Busca

  1. NODE-HILL. V11.0.3, 492KB. EXPERIMENTAL BUILD. If you want to try something new, the beta release of the next Brick Hill Workshop is now open to public testers! Keep scrolling to find out more about what's been packed into this build, or dive into it right now by paying for access below.

  2. discord.com › invite › brick-hillBrick Hill - Discord

    Brick Hill. A platform built on its community where you can customise your avatar, create, play, trade, or socialise with others! | 4915 members.

    • How to host a local server
    • How to host with Node-Hill
    • How to host with Brick Hosting / GigantTech's Hosting Services (discontinued)
    • How to host with MixaHosting

    Installing the Node-Hill template

    Firstly, assuming you're in the Brick Hill website, go to the download section and click on the node-hill button. You should be directed to the official node-hill gitlab. From there, you follow the instructions to install the template up to step number 4.

    Setting up your game files

    If you've made any maps, they should be in the form of .brk files. You should move them (or copy them) into the maps folder. Do the same for any .js files you made for your game by copying or moving them to the user_scripts folder. Afterwards you should open up a file called start.js inside a text editor or IDE (notepad, notepad++, Atom, etc.). Microsoft Word is not a text editor nor an IDE, but a document writing software. I BEG you to not use any document writing software to write code. Inside the file, you be able to see the contents in the picture to the right. Look for a property named map, this is where you can change the name of the .brk file it will load. Once you did so, you should be able to see your set inside your game.

    Starting the game

    Once you finish, you should be able to start your game by first clicking the file launch_server.bat and then launch_client.bat in that order. You should be able to see your game with brick-luke as your avatar. You can open up more clients to play as multiple players, although I don't recommend playing more than 2-3 local clients at once. If you need to change something in your script or map, you should close the client and server window and open them back up again in order. Good job, you know how to host local servers and test your game. Here, have a spider as a congratulatory prize for reading 🕷.

    Setting up the Node-Hill template

    •To set up the node-hill template, first place your .brk file (the game's map) inside of the maps folder •Next, move all .js scripts into the user scripts folder. •Then, change the gameId to the ID of your set in the start.js file. •Change the port to any number (Recommended is 42480!) •Change local to false so users can play your game

    Adding and using a service

    •To add a service to host your game on, first open up cmd prompt and run the command 'ipconfig' •Next, paste the default gateway into your browser and login to the router admin panel. •Then, locate the port forwarding/port triggering page (under advanced page on netgear routers) •Select add service to then begin making the service. •Choose any name you wish, it doesn't matter. •Set the external/internal port to whatever number you chose for the port in start.js •Set the internal IP to the internal IP address of your hosting device

    Hosting your game with Node-Hill

    •(Skip ahead 2 steps if node-hill is already installed) •Go to the folder containing the game's stuff and type 'cmd' in the file explorer bar. •Run the command 'npm install node-hill@latest' to install node-hill. •Run the command 'node .\start.js' if all steps above are done. If done successfully, you should get a message saying that your game has been posted to a link leading to your game.

    Noah Cool Boy's Brick Hosting

    Initially public on July 2021 on the brick-hosting.tk website, now entirely rewritten and online on July 27th 2022, Noah Cool Boy announced the return of BrickHosting. It is a website that allowed users, who didn't know how to host the set themselves or had trouble doing so, to host their games with it. The first version of the website was announced on December 13, 2021 to soon shut down at January 1, 2022 due to the update to the official Brick Hill website that now has released a planned feature, dedicated hosting. The dedicated hosting in the Brick Hill website is exclusive to members at that time, and has yet to be available for everyone to use.

    GigantTech's Hosting Services (discontinued)

    giganttech-hosting.tk (now discontinued) is what GigantTech calls his "new" hosting service, but really it is just him re-hosting brick-hosting.tk. You could use the service exactly like Brick Hosting.

    How to setup your game using MixaHosting

    •Go into the #how-to-use-bot channel and click the 'Create Ticket button'. •After you do this it'll create a new channel at the bottom where it shows your Ticket, only you, MixaMega, & the bots can see the messages. •Before you can set your game online you have to do these steps: •Inside of your ticket channel type '.setmap' and send your Brick Hill game file. •Type '.addscript' and send the scripts you want to use in the game. •Type '.setkey' and type the Host Key of your game. •Type '.gameid' and type the id of your game. •Once you completed all those steps you can finally type '.start' and you'll game will automatically go online. •If your game goes offline for whatever reason type '.log' to see why it went offline, when you resolve the issue type '.start' again

    Updating your game

    •To shutdown your game type '.stop'. •Type '.setmap' and send your updated map. •If you have extra scripts you want to add type '.addscript' and send in your new script. •If you want to remove a script type '.removescript' with the script name. •To make your game go online again type '.start' and it'll automatically go online, or if you haven't typed '.stop' you can type '.restart'.

  3. www.brick-hill.comBrick Hill

    The biggest up-and-coming platform fueled by its community and a commitment to provide the best quality for free. We're constantly pushing out new updates, new features, and growing our audience using creative and talented minds who believe in our platform.

  4. 11 de nov. de 2017 · Brick Hill's game server software is complicated and difficult for newcomers so we've created a rough guide that should point you in the right direction when it comes to an otherwise alien process. How to correctly install Brick Hill. Download the Brick Hill client, open Setup.exe and complete the installation. Setting up portforwarding

  5. Here are the links to download everything you need: Node-Hill template: https://gitlab.com/brickhill/open-source/n... NodeJS: https://nodejs.org/en/download/ Visual Studio...

    • 3 min
    • 911
    • XVh
  6. brickhill.gitlab.io › open-source › node-hillnode-hill - GitLab

    A Brick Hill legacy server written from the ground up in Node.js. What does this do? It allows you to host Brick Hill servers efficiently, and headlessly (VPS hosting, etc). It comes with a fully-packed scripting API that lets you do things the legacy server normally couldn't do.