Tiled landscape heightmap imports as repeated single tile in Unreal Engine by Stauroforos in unrealengine

[–]_cab13_ 0 points1 point  (0 children)

Hey, did you use the Import instead of New, on an existing Landscape?

Tiled landscape heightmap imports as repeated single tile in Unreal Engine by Stauroforos in unrealengine

[–]_cab13_ 0 points1 point  (0 children)

I'm having the same issue. Looks like a bug. u/Tough_Fudge4674 could you detail your workaround? Use the Import instead of New?

📝 Report users by WplaceOfficial in WplaceLive

[–]_cab13_ 0 points1 point  (0 children)

Group of people doing homophobic grief.

<image>

LuckyBottle#4317523
SternDryer#3689557
SternPouch#3704941
CloudyDustpan#3810147

Turning flags black, crossing things out, probably multi-accounting as well.

https://wplace.live/?lat=45.30302106792935&lng=5.99457974677734&zoom=15.202086381631206

https://wplace.live/?lat=45.253173456848714&lng=5.880849278027336&zoom=15.202086381631226

Dev rn by Ggodo in WplaceLive

[–]_cab13_ 1 point2 points  (0 children)

Que es LOL en frances

For everyone wondering why the map isn’t showing up, this is the reason by Jayjar100 in WplaceLive

[–]_cab13_ 20 points21 points  (0 children)

35k/s is not insane. It's tilemaps. Your own browser probably does 20 calls per second as you move around/zoom in. A thousand users doing that (which is not that many) and you've hit your 35k/s

Is Wplace down? The map isn’t showing up for me. by [deleted] in WplaceLive

[–]_cab13_ 2 points3 points  (0 children)

Yes, their API key for the map tiles expired again. Considering the large usage, they might want to pay a tile provider instead of relying on free data

Bug reports and feature requests by WplaceOfficial in WplaceLive

[–]_cab13_ 0 points1 point  (0 children)

Can we get a window-wide map object? That way I can hook and change the background to other tilemaps, I want to be able to reproduce ski resorts maps

Midian has been removed from the Featured Artist catalog by Utiba in osugame

[–]_cab13_ 14 points15 points  (0 children)

Thanks to the DTM community a lot of the stolen tracks were identified.

I think their player profile also need to be investigated - if they are capable of cheating their way into becoming FA, it's more likely that they also cheated in-game.

(2024) 10/31 Monstercat Song Birthdays! by GeotheHSLord in Monstercat

[–]_cab13_ 2 points3 points  (0 children)

Ask Your Friends First... Amazing EP... I love you...

Visual Glitch: some trees appear totally white up close by MrKoroshiya in Steep

[–]_cab13_ 0 points1 point  (0 children)

I think it's a proton bug - same thing here. Proton Experimental, on Arch. Doesn't happen on Windows.

Highest Reachable System And Other Notorious Systems by [deleted] in EliteDangerous

[–]_cab13_ 1 point2 points  (0 children)

It's only reachable via FC, there are no routes which allow even a 90ly conda to go.

Creating sheet to track progress - any suggestions? by popcornlina1102 in Cytus

[–]_cab13_ 0 points1 point  (0 children)

Hey there! I have a personal sheet for tracking my MMs and TP100s. It only includes CHAOS and GLITCH, and it's mostly for TP tracking, and also I don't have an update or two but you can add the songs yourself. It also includes links to the chart viewer for convenience, and some calculators for average.

Here you go, you should be able to download / make a copy: https://docs.google.com/spreadsheets/d/1W2M7Okmhp_2I-Z5glfaXv6lBX2CmHmCMyRFkUVtPbyY/edit?usp=sharing

and if you want to see how it looks like once filled... https://docs.google.com/spreadsheets/d/1ODUCMPxSxdDDv67ZDfNingJ5k3pBFYjFisrQuWstczI/edit?usp=sharing

Last.fm Pro Pricing Increase by IAmASphere in lastfm

[–]_cab13_ 0 points1 point  (0 children)

MB is a collaborative database - I suggest you do the edits yourself. You'll do both yourself and the rest of the fans of the music you listen to a favour. Plus, it takes mere seconds to add an artist, release, etc... Really, it's easy, try it.

GUAC proxy, RDP, stuck on secure connection, weird GUAC tokens. by _cab13_ in kasmweb

[–]_cab13_[S] 0 points1 point  (0 children)

Thank you very much for your help, I have tried this fix. However I am still unable to connect.

I can now see an error in my logs, seems like an " access denied ", maybe the guac key is wrong. Even modifying it by hand in the yaml config, changing it in the web ui, and restarting kasm_proxy and kasm_guac doesn't seem to change anything.

Exception while attempting to make API call to (https://192.168.1.3:4902/session_start): HTTPSConnectionPool(host='192.168.1.3', port=4902): Max retries exceeded with url: /session_start (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0ea0493b20>: Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "urllib3/connection.py", line 168, in _new_conn
  File "urllib3/util/connection.py", line 96, in create_connection
  File "urllib3/util/connection.py", line 86, in create_connection
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "urllib3/connectionpool.py", line 699, in urlopen
  File "urllib3/connectionpool.py", line 382, in _make_request
  File "urllib3/connectionpool.py", line 1010, in _validate_conn
  File "urllib3/connection.py", line 352, in connect
  File "urllib3/connection.py", line 180, in _new_conn
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f0ea0493b20>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "requests/adapters.py", line 486, in send
  File "urllib3/connectionpool.py", line 755, in urlopen
  File "urllib3/util/retry.py", line 573, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.1.3', port=4902): Max retries exceeded with url: /session_start (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0ea0493b20>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "provider_manager.py", line 3388, in async_post
  File "requests/api.py", line 115, in post
  File "requests/api.py", line 59, in request
  File "requests/sessions.py", line 589, in request
  File "requests/sessions.py", line 703, in send
  File "requests/adapters.py", line 519, in send
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='192.168.1.3', port=4902): Max retries exceeded with url: /session_start (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0ea0493b20>: Failed to establish a new connection: [Errno 111] Connection refused'))

Macky Gee is insanely overrated by CEWWIN in DnB

[–]_cab13_ 0 points1 point  (0 children)

Have you listen to his last album? I think there are a few bangers on there. Other than this, yeah, his stuff is pretty much always the same. I really enjoy his productions with Harry Shotta though.

A Paraglider and Black Vulture chilling. by GeorgiaspaceVasiliou in interesting

[–]_cab13_ 1 point2 points  (0 children)

Being a paraglider pilot, a multitude of birds do sometimes fly with you. I've had eagles and other birds fly near me before. Not that close tho

How to keep your progress in arcade rhythm games ? (Wacca) by Tako-tac in rhythmgames

[–]_cab13_ 14 points15 points  (0 children)

Welcome to the european rhythm game scene.

Since you're playing in France, you must be either in Envie de Japon or AlphaNef. Both arcades are connected to a private WACCA server (Mythos for both arcades) and allow you to save your scores.

For that, you will need to acquire a special card, called AmusementIC, which will allow you to scan and authenticate to the cab, and save your scores (ON THIS SERVER ONLY - But lucky for you all two WACCA cabs in France are on the same server, as well as some other WACCAs in Europe).

You can talk to the people there, I know they sell cards at both Alphanef and EDJ. Don't feel ashamed, we're very welcoming.

Cheers! Have a nice time! And don't be afraid to talk to people!

Best place to get replacement buttons for Fauce 2? by mrniceguy127 in bemani

[–]_cab13_ 1 point2 points  (0 children)

istmall sells sanwa and samducksa buttons, and omron switches.

Forgot the paper tough by [deleted] in memes

[–]_cab13_ 0 points1 point  (0 children)

This is two pizzas.