With recent discoveries on TrueMovement this would be possible even after fixingkidkidaaa1 wrote:This is one of the bugs that I would rather not see fixed, since it can make really nice decoration in lively areas. I mean, turtles playing in water, isn't that cute?
WA3E Bug Topic
"Let us return to the past; it will be progress."
by Giuseppe Verdi
by Giuseppe Verdi
-
- Silver Wonderlander
- Posts: 49
- Joined: Sat Oct 26, 2013 3:53 am
Excuse me, I can't load neither the editor nor the player.
The editor says " Couldn't Load Texture:data\Leveltextures\leveltest abstract . bmp"
The player says "Couldn't Load Texture: Load .jpg"
What should I do now? Thanks.
The editor says " Couldn't Load Texture:data\Leveltextures\leveltest abstract . bmp"
The player says "Couldn't Load Texture: Load .jpg"
What should I do now? Thanks.
You do not have the required permissions to view the files attached to this post.
- jdl
- Rainbow SuperStar
- Posts: 2895
- Joined: Fri Jun 06, 2008 8:37 pm
- Location: West Virginia, USA
- Contact:
Are you trying to run the Editor or Player files from inside a zip? If so, then you need to unzip everything first.
If you've already done this, then you may either have a corrupted download and will need to redownload the zip and extract again, or you may just need to run as admin (but I doubt it).
This is all I can think of. Hope it helps.
If you've already done this, then you may either have a corrupted download and will need to redownload the zip and extract again, or you may just need to run as admin (but I doubt it).
This is all I can think of. Hope it helps.
-
- Silver Wonderlander
- Posts: 49
- Joined: Sat Oct 26, 2013 3:53 am
-
- Silver Wonderlander
- Posts: 49
- Joined: Sat Oct 26, 2013 3:53 am
-
- Bronze Wonderlander
- Posts: 19
- Joined: Tue Dec 03, 2013 12:50 pm
The system language can't affect the game, because it's system-level and keeps identical functionality. Those chinese characters are file descriptions, not the filename itself.rainbowworm wrote:Maybe it doesn't want to load because of these chinese/japanese letters or whatever they are?Yadis Beles wrote:My system is windows 10.
It doesn't seem like I'm missing folders.
Thanks for your reply.
- Wonderland King
- Rainbow Master
- Posts: 945
- Joined: Thu Jan 17, 2013 12:48 am
Just finished a 64-interchange dialog, making it so that once it's activated, you start at interchange 0 and go through all 64, each interchange leading to the next with function 2, and each interchange having a command 41 with unique coordinates. After I saved it, I got an AIOOB - fair enough, I suppose it was a large file, after all. However, whenever I try to access the dialog (whether in the player or the editor), I still get an AIOOB. Does anyone know how I can fix the file, and how the memory limit works on dialogs so I can avoid this in the future?
- jdl
- Rainbow SuperStar
- Posts: 2895
- Joined: Fri Jun 06, 2008 8:37 pm
- Location: West Virginia, USA
- Contact:
If you've saved your dialog file 101 or 102 times, then it's unable to be opened again due to a glitch in the editor that increases some random number in the file every time you save it. Once that number hits around 102, then the file is pretty much done for. I think if you try lowering the number byte the dialog file will be able to be opened again, but the text will be all over the place. So I think you may have to start over again, unless someone else has an idea. I could be wrong about some of these details too, since it's been a while since I've last heard of anything about this bug.
- Wonderland King
- Rainbow Master
- Posts: 945
- Joined: Thu Jan 17, 2013 12:48 am
Well... that makes sense, thanks. With that much data to input, I guess it's not too far fetched that I would've saved the file over 100 times. Any idea how I can lower this number with a hex editor?
EDIT: Made a different dialog as a test, the bug does still apply. The dialog shuts down with an AIOOB after around that many saves.
EDIT: Made a different dialog as a test, the bug does still apply. The dialog shuts down with an AIOOB after around that many saves.
So once more wg.exe was not using my GPU, the same laptop (GPU: nVidia GT 555M) but this time with Windows 10 Anniversary Update, Avira Free Antivirus and GPU drivers with DirectX 12.
I managed to fix it and it was neither WA3E's nor AV's fault. When I updated from Windows 8.1 to Windows 10 my integrated GPU, Intel HD Graphics 3000, wasn't listed as Windows 10 'unsupported' on Intel website. The issue was caused by WDDM version conflict between integrated and nVidia GPUs, because the Intel driver didn't support the new one, required by DirectX 12 nVidia driver. The solution was to use a Catalyst UnifL driver provided by leshcatlabs.net. Intel has officially dropped support for SandyBridge integrated GPUs on Windows 10, so if you're using one make sure to install the Catalyst UnifL driver from http://leshcatlabs.net/downloads_unfil/. BTW it may boost your integrated GPU performance
So now, via nVidia Control Panel, I can force WA to run with 16x Anisotropic Filtering and 32x AntiAliasing at stable 60 FPS
I managed to fix it and it was neither WA3E's nor AV's fault. When I updated from Windows 8.1 to Windows 10 my integrated GPU, Intel HD Graphics 3000, wasn't listed as Windows 10 'unsupported' on Intel website. The issue was caused by WDDM version conflict between integrated and nVidia GPUs, because the Intel driver didn't support the new one, required by DirectX 12 nVidia driver. The solution was to use a Catalyst UnifL driver provided by leshcatlabs.net. Intel has officially dropped support for SandyBridge integrated GPUs on Windows 10, so if you're using one make sure to install the Catalyst UnifL driver from http://leshcatlabs.net/downloads_unfil/. BTW it may boost your integrated GPU performance
So now, via nVidia Control Panel, I can force WA to run with 16x Anisotropic Filtering and 32x AntiAliasing at stable 60 FPS
"Let us return to the past; it will be progress."
by Giuseppe Verdi
by Giuseppe Verdi
- Wonderman109
- Rainbow MegaStar
- Posts: 3549
- Joined: Thu Jun 28, 2012 11:25 pm
It seems I forgot to write about the 62x62 bug here, I mentioned it few times in the Custom Content forum but not here.
Top tile faces (the bug doesn't apply to the sides) of the leveltex (the bug doesn't apply to the backgroundtex) aren't UV-mapped as it would seem logical. The 1px wide frame of the tile is not fully visible, so only the 62x62 central area of the tile is rendered completely and the edge pixels are almost invisible. This means in a leveltex one should place 62x62 resized version of a tile in the center of original 64x64 tile to make sure it is rendered as intended (this is absolutely crucial if the tiling is meant to be seamless). I recommend pasting it as a new layer to keep the original 64x64 tile for later modifications.
Top tile faces (the bug doesn't apply to the sides) of the leveltex (the bug doesn't apply to the backgroundtex) aren't UV-mapped as it would seem logical. The 1px wide frame of the tile is not fully visible, so only the 62x62 central area of the tile is rendered completely and the edge pixels are almost invisible. This means in a leveltex one should place 62x62 resized version of a tile in the center of original 64x64 tile to make sure it is rendered as intended (this is absolutely crucial if the tiling is meant to be seamless). I recommend pasting it as a new layer to keep the original 64x64 tile for later modifications.
"Let us return to the past; it will be progress."
by Giuseppe Verdi
by Giuseppe Verdi
- PhoenixBlaze
- Rainbow Wizard
- Posts: 419
- Joined: Thu Apr 06, 2017 11:50 pm
- Location: Texas
- Contact:
It is happening to me too, I do not know why....PhoenixBlaze wrote:Bump?
Not sure if this was already in here, but sometimes when I click on a wlv or dia file in the editor, it sends me to another random one for no reason- for example, I'll click on wlv 4, and it sends me to wlv 15.
It's very annoying
-
- Silver Wonderlander
- Posts: 42
- Joined: Wed Dec 02, 2009 5:46 pm
False. This happens to me at completely random times, even if I move my mouse at the slowest rate possible, and wait for the longest periods of time, and will do this at least 4 times in succession before it goes back to normal.ALEXALEX976 wrote:That happens if you move your mouse very fast on another dialog/level before the dialog/3d editor shows up, for example if you click on level 03 and move your mouse very fast on level 15, it will load level 15 instead of 3.
Cheese!
Cheese Vs Pirates, featuring Finn, Timecrokba, and Yoda!
Cheese Vs Pirates, featuring Finn, Timecrokba, and Yoda!
- PhoenixBlaze
- Rainbow Wizard
- Posts: 419
- Joined: Thu Apr 06, 2017 11:50 pm
- Location: Texas
- Contact:
Re: WA3E Bug Topic
Was the player selection glitch ever resolved? I've been trying to get back to my old profile but every time I click on my profile name it takes me to the stinker creator screen.
currently simping for kiyotaka ishimaru
Re: WA3E Bug Topic
It was never resolved. The only workaround I found is to make a new profile.
Cheese!
Cheese Vs Pirates, featuring Finn, Timecrokba, and Yoda!
Cheese Vs Pirates, featuring Finn, Timecrokba, and Yoda!
-
- Platinum Wonderlander
- Posts: 94
- Joined: Sun Oct 02, 2022 7:11 am
-
- Platinum Wonderlander
- Posts: 94
- Joined: Sun Oct 02, 2022 7:11 am
Re:
The Zap-Bots will also say "Stinker eliminated" if they're not the ones to kill you. This is most apparent in the "Frostbite" levels.Wonderman109 wrote: ↑Sun May 04, 2014 3:43 pmDP cooldudepoke's MultiMagic randomly started MAVing both the editor and player for me whenever it exists in a wlv or I go to it in the Object Selector.
I'll try re-downloading it first.
Also, entering a wlv and getting sprung right away causes any buttons you spawn on to not be pressed.
And, if two+ stinkers are killed by a Zap-Bot, it still says 'Stinker Eliminated.' No matter what.
EDIT: Nope, the wops are still refusing to work for me. Now I can't play any of my MM adventures.
- Wonderman109
- Rainbow MegaStar
- Posts: 3549
- Joined: Thu Jun 28, 2012 11:25 pm
Re: Re:
Why not test it for yourself? I would assume they won't zap but who knows, object logic is weird.TwingleTheScraggler wrote: ↑Fri Jan 12, 2024 9:09 pmWon't a Zap-Bot with Moo-Bot logic also not zap you?
Yeah, I realize that. It struck me as funny at the time but you get used to it eventually. Zapbots seem to see you across the whole level.TwingleTheScraggler wrote: ↑Fri Jan 12, 2024 10:12 pmThe Zap-Bots will also say "Stinker eliminated" if they're not the ones to kill you. This is most apparent in the "Frostbite" levels.Wonderman109 wrote: ↑Sun May 04, 2014 3:43 pmDP cooldudepoke's MultiMagic randomly started MAVing both the editor and player for me whenever it exists in a wlv or I go to it in the Object Selector.
I'll try re-downloading it first.
Also, entering a wlv and getting sprung right away causes any buttons you spawn on to not be pressed.
And, if two+ stinkers are killed by a Zap-Bot, it still says 'Stinker Eliminated.' No matter what.
EDIT: Nope, the wops are still refusing to work for me. Now I can't play any of my MM adventures.
This is a block of text that can be added to posts I make. There is a 255 character limit.
-
- Platinum Wonderlander
- Posts: 94
- Joined: Sun Oct 02, 2022 7:11 am
Re: Re:
If they really could see you across the whole level, then they could zap you from any distance. But, who knows? Maybe these Zap-Bots can.Wonderman109 wrote: ↑Tue Jan 16, 2024 4:20 amYeah, I realize that. It struck me as funny at the time but you get used to it eventually. Zapbots seem to see you across the whole level.TwingleTheScraggler wrote: ↑Fri Jan 12, 2024 10:12 pmThe Zap-Bots will also say "Stinker eliminated" if they're not the ones to kill you. This is most apparent in the "Frostbite" levels.Wonderman109 wrote: ↑Sun May 04, 2014 3:43 pmDP cooldudepoke's MultiMagic randomly started MAVing both the editor and player for me whenever it exists in a wlv or I go to it in the Object Selector.
I'll try re-downloading it first.
Also, entering a wlv and getting sprung right away causes any buttons you spawn on to not be pressed.
And, if two+ stinkers are killed by a Zap-Bot, it still says 'Stinker Eliminated.' No matter what.
EDIT: Nope, the wops are still refusing to work for me. Now I can't play any of my MM adventures.
- Wonderman109
- Rainbow MegaStar
- Posts: 3549
- Joined: Thu Jun 28, 2012 11:25 pm
Re: Re:
I believe the default max range is 10, but I'm sure that limit can be removed with some tweaks. Not that I would find this fun or enjoying as zapbots are instant kill no warning from such a distance. UFOs at least are dodgeable in their fireballs.TwingleTheScraggler wrote: ↑Tue Jan 16, 2024 11:22 pmIf they really could see you across the whole level, then they could zap you from any distance. But, who knows? Maybe these Zap-Bots can.Wonderman109 wrote: ↑Tue Jan 16, 2024 4:20 amYeah, I realize that. It struck me as funny at the time but you get used to it eventually. Zapbots seem to see you across the whole level.TwingleTheScraggler wrote: ↑Fri Jan 12, 2024 10:12 pm
The Zap-Bots will also say "Stinker eliminated" if they're not the ones to kill you. This is most apparent in the "Frostbite" levels.
This is a block of text that can be added to posts I make. There is a 255 character limit.
-
- Platinum Wonderlander
- Posts: 94
- Joined: Sun Oct 02, 2022 7:11 am
Re: Re:
Wonderman109 wrote: ↑Wed Jan 17, 2024 1:43 amI believe the default max range is 10, but I'm sure that limit can be removed with some tweaks. Not that I would find this fun or enjoying as zapbots are instant kill no warning from such a distance. UFOs at least are dodgeable in their fireballs.TwingleTheScraggler wrote: ↑Tue Jan 16, 2024 11:22 pmIf they really could see you across the whole level, then they could zap you from any distance. But, who knows? Maybe these Zap-Bots can.Wonderman109 wrote: ↑Tue Jan 16, 2024 4:20 am
Yeah, I realize that. It struck me as funny at the time but you get used to it eventually. Zapbots seem to see you across the whole level.
-
- Platinum Wonderlander
- Posts: 94
- Joined: Sun Oct 02, 2022 7:11 am
Re: Re:
Is there a max distance they can zap you from if you try to walk past them? I can see the beam moving, which means it isn't instantaneous.Wonderman109 wrote: ↑Wed Jan 17, 2024 1:43 amI believe the default max range is 10, but I'm sure that limit can be removed with some tweaks. Not that I would find this fun or enjoying as zapbots are instant kill no warning from such a distance. UFOs at least are dodgeable in their fireballs.TwingleTheScraggler wrote: ↑Tue Jan 16, 2024 11:22 pmIf they really could see you across the whole level, then they could zap you from any distance. But, who knows? Maybe these Zap-Bots can.Wonderman109 wrote: ↑Tue Jan 16, 2024 4:20 am
Yeah, I realize that. It struck me as funny at the time but you get used to it eventually. Zapbots seem to see you across the whole level.
- Wonderman109
- Rainbow MegaStar
- Posts: 3549
- Joined: Thu Jun 28, 2012 11:25 pm
Re: Re:
With enough modding there should be no limit but it's still a very fast beam so you can't outrun it in any way, reasonably speaking.TwingleTheScraggler wrote: ↑Wed Jan 17, 2024 7:03 pmIs there a max distance they can zap you from if you try to walk past them? I can see the beam moving, which means it isn't instantaneous.Wonderman109 wrote: ↑Wed Jan 17, 2024 1:43 amI believe the default max range is 10, but I'm sure that limit can be removed with some tweaks. Not that I would find this fun or enjoying as zapbots are instant kill no warning from such a distance. UFOs at least are dodgeable in their fireballs.TwingleTheScraggler wrote: ↑Tue Jan 16, 2024 11:22 pm
If they really could see you across the whole level, then they could zap you from any distance. But, who knows? Maybe these Zap-Bots can.
This is a block of text that can be added to posts I make. There is a 255 character limit.