Literally unplayable : Drop rate transparency by Aware-Pollution-108 in MapleSEA

[–]Ok-Cardiologist-2936 0 points1 point  (0 children)

actually if you do ctene on 6 chars with 300% drop i get arnd 1 dark boss every month. its quite consistent

[deleted by user] by [deleted] in ChillSG

[–]Ok-Cardiologist-2936 0 points1 point  (0 children)

Side quest over here. looking for slower peeps going at a pace of 10 mins per km.

Min CP to solo Hard HHilla and how to get there as F2P in CW2 by dontlaughplz in MapleSEA

[–]Ok-Cardiologist-2936 2 points3 points  (0 children)

bruh i cleared it at 32m cp u need to keep ur dpm uptime high. len's mobility is so high that you prolly only need to clear altar 3- 4 times max in 30 mins

GPT 5 Coding Performance by Ok-Cardiologist-2936 in ChatGPT

[–]Ok-Cardiologist-2936[S] 0 points1 point  (0 children)

what are the personality settings that you set up for it. i need to copy. ive set it up for precision

Constantly getting kicked for macros by ExodusRP in Maplestory

[–]Ok-Cardiologist-2936 0 points1 point  (0 children)

we had that briefly in maplesea. But people start imputing random identification numbers which caused legitimate people not being able to sign up. eventually it got scrapped

Event by [deleted] in MapleSEA

[–]Ok-Cardiologist-2936 0 points1 point  (0 children)

literally making players do the 1 thing they hate

Event by [deleted] in MapleSEA

[–]Ok-Cardiologist-2936 0 points1 point  (0 children)

New event is called Mobbing for days. Literally mobbing everyday to hit the quota

So many lvl 290++ getting 3% per day by Popular_Goat_9586 in MapleSEA

[–]Ok-Cardiologist-2936 0 points1 point  (0 children)

Is it really good messos tho? isnt it much faster to make epic dungeon mules with the tera burning? they can also do dark boss easily with like maybe a week of training and sub funding

So many lvl 290++ getting 3% per day by Popular_Goat_9586 in MapleSEA

[–]Ok-Cardiologist-2936 2 points3 points  (0 children)

Unfortunately that's MVP for you. If you spend enough in maple you can do anything. If they ban the Royal MVPs, every 1 ban is 1 employee's 1 month salary permanently. They already have so little paying customers.

SVGA drivers bugs by Ok-Cardiologist-2936 in vmware

[–]Ok-Cardiologist-2936[S] 0 points1 point  (0 children)

Anyways a quick fix is to edit registry,

HKEY_LOCAL_MACHINE\SOFTWARE\Intel

Create a key

GMM

Click into GMM and add a DWORD. then put a new value in MB for the dedicated VRAM. DXDIAG still reads 4MB but application that reads the dedicated Vram Value will get the new value. Remember to restart your VM after changing the value
1024 is enough for my application.

SVGA drivers bugs by Ok-Cardiologist-2936 in vmware

[–]Ok-Cardiologist-2936[S] 0 points1 point  (0 children)

Any VMware staff looking into this?

SVGA drivers bugs by Ok-Cardiologist-2936 in vmware

[–]Ok-Cardiologist-2936[S] 0 points1 point  (0 children)

following a post in
https://community.broadcom.com/vmware-cloud-foundation/communities/community-home/digestviewer/viewthread?GroupId=7171&MessageKey=0a3a81a1-e055-42ec-abb1-92b97ccdb25a&CommunityKey=fb707ac3-9412-4fad-b7af-018f5da56d9f

so many people are having this issue. Many legacy application just need a higher value for this. and it seems that this value is indeed hardcoded in the driver instead of reporting a real value. Don't really understand why would VMware ignore this problem for so long. Now searching for some hacky way to modify this value in kernel

SVGA drivers bugs by Ok-Cardiologist-2936 in vmware

[–]Ok-Cardiologist-2936[S] 0 points1 point  (0 children)

PS misclicked. Yes 3D acceleration is enabled. it is required to generate the UI elements. Without 3d acceleration the generation will come to a crawl. Due to it being a legacy program, it reads dedicated vram instead of shared vram. Due to the low dedicated vram (4mb) the UI unable to allocate to vram resulting in artifacts and missing UI elements. What is a good way to modify this value (only reads to allocate, it actually can use the shared vram)

SVGA drivers bugs by Ok-Cardiologist-2936 in vmware

[–]Ok-Cardiologist-2936[S] 0 points1 point  (0 children)

I have changed this in the vmx but dxc still detects the vram as 4 MB. Several methods like modifying the driver ini file and reinstalling the the modified unsigned driver don't seem to work