Skip to content

Commit

Permalink
feat: add South America server to selector & news
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Jul 2, 2023
1 parent eaf1ca8 commit c85ff3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h2>
<option value="dev" style="display: none">Local Server</option>
<option value="na" selected>North America (Detroit)</option>
<option value="eu">Europe (London)</option>
<option value="sa">South America (São Paulo)</option>
<option value="as">Asia (Osaka)</option>
</select>
</div>
Expand Down
3 changes: 2 additions & 1 deletion client/src/scripts/news/newsPosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ export const news: NewsPost[] = [
<h3>New features & changes</h3>
<ul>
<li>Better healing items! Healing items can now be picked up, and take time to use. Added tablets, which heal 50% adrenaline.</li>
<li>Mobile improvements! Added auto loot pickup, and improved the UI.</li>
<li>Better kill feed! Redesigned the kill feed. It now shows weapon icons instead of names.</li>
<li>South America server! A 4th server, hosted in São Paulo, Brazil, is now available. To select it, click on the dropdown above the play button.</li>
<li>Mobile improvements! Added auto loot pickup, and improved the UI.</li>
<li>Better settings! The settings menu has been redesigned. Added options to change minimap and joystick transparency, and joystick size.</li>
<li>The Lewis gun and Tango 51 are now more common. The MCX Spear is now less common.</li>
<li>The Tango 51 now has a chance to drop from gold rocks.</li>
Expand Down
1 change: 1 addition & 0 deletions server/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const Config = {
dev: "ws://127.0.0.1:8000",
na: "wss://suroi.io",
eu: "wss://eu.suroi.io",
sa: "wss://sa.suroi.io",
as: "wss://as.suroi.io"
},
defaultRegion: "na",
Expand Down

0 comments on commit c85ff3b

Please sign in to comment.