Search found 382 matches

by Huki
Sat Jan 07, 2023 6:32 am
Forum: Website
Topic: I found a typo on the Re-Volt I/O site.
Replies: 1
Views: 1197

Re: I found a typo on the Re-Volt I/O site.

Fixed, thanks!
by Huki
Thu May 05, 2022 3:17 pm
Forum: Help & Bug Reports
Topic: RVGL Android Lighting/Shader Bug
Replies: 4
Views: 959

Re: RVGL Android Lighting/Shader Bug

I also tried to use all the different OpenGL Profiles in the rvgl.ini because i read that the D3D Profile has something to do with ANGLE but that didnt work, it always switched back to the ES profile. ANGLE has different uses on different platforms. On Windows, it can convert OpenGL code to Direct3...
by Huki
Wed May 04, 2022 4:03 pm
Forum: Help & Bug Reports
Topic: RVGL Android Lighting/Shader Bug
Replies: 4
Views: 959

Re: RVGL Android Lighting/Shader Bug

The device has Samsung's new Xclipse 920 GPU. Surprisingly, Samsung is not providing a native OpenGL driver for this GPU. Instead, it's using the ANGLE translation layer to convert an application's OpenGL rendering code to Vulkan. On Android, we use 16-bit RGB565 framebuffers for performance reasons...
by Huki
Mon May 02, 2022 1:18 am
Forum: Help & Bug Reports
Topic: Mac version won't play soundtrack music
Replies: 2
Views: 669

Re: Mac version won't play soundtrack music

Game content is not loaded directly from the app folder. They get copied to ~/Library/Application Support/RVGL on first run. This is where you should place additional content and soundtrack. See the docs section on macOS data path . Alternatively, just get the full game package from re-volt.io . It ...
by Huki
Mon Mar 14, 2022 3:36 am
Forum: Suggestions
Topic: Stop alt-tab from becoming input
Replies: 1
Views: 353

Re: Stop alt-tab from becoming input

Specifically in the waiting room, the TAB key press is ignored if modifiers are pressed (alt / ctrl / shift or win key). So I guess the only place alt-tab can conflict is in the editor. Is there any place else you experienced this issue?
by Huki
Sat Mar 05, 2022 4:45 am
Forum: Help & Bug Reports
Topic: RVGL21.0930a Won't run M1 Max 32 core
Replies: 5
Views: 1259

Re: RVGL21.0930a Won't run M1 Max 32 core

Hi I tried the build in this post xBox Wireless Controller On Mac M1 no Work But I still have the same problem of the RVGL folder not being created in the Library/Application Support folder Still need help thanks The folder must be there but hidden in some way, because the game data is loaded from ...
by Huki
Thu Mar 03, 2022 9:27 am
Forum: Help & Bug Reports
Topic: xBox Wireless Controller On Mac M1 no Work
Replies: 15
Views: 1048

Re: xBox Wireless Controller On Mac M1 no Work

JohnApOphis wrote: Thu Mar 03, 2022 9:19 am
Huki wrote: Thu Mar 03, 2022 5:33 am Try this build: https://garage.re-volt.io/s/GMMBbxMPc4a4eg5
The game doesn’t start!
This new build should have fixed the "Library not loaded" issue. Can you check the output again? Is it the same issue or something different?
by Huki
Fri Feb 25, 2022 2:35 am
Forum: Help & Bug Reports
Topic: xBox Wireless Controller On Mac M1 no Work
Replies: 15
Views: 1048

Re: xBox Wireless Controller On Mac M1 no Work

Hmm can you check the terminal output? Place the RVGL.app folder somewhere (eg, your home folder, "~/RVGL.app"). Then open a terminal window, and type:

Code: Select all

cd "~/RVGL.app/Contents/MacOS"
./RVGL
Then let me know the output you see.
by Huki
Mon Feb 21, 2022 10:57 pm
Forum: Help & Bug Reports
Topic: xBox Wireless Controller On Mac M1 no Work
Replies: 15
Views: 1048

Re: xBox Wireless Controller On Mac M1 no Work

Can you try this RVGL build with your controller?
https://garage.re-volt.io/s/4E7aL2KKTP3oLEo
by Huki
Mon Feb 21, 2022 5:24 am
Forum: Help & Bug Reports
Topic: Rocket targeting glitch
Replies: 6
Views: 1320

Re: Rocket targeting glitch

The rocket targeting glitch was real and not just the result of lag. The target state could get turned off by itself when certain events occur. We were able to identify and fix this issue, and also improved the synchronization of pickups in general. Big thanks to BGM, who is a new developer in our t...
by Huki
Mon Feb 21, 2022 4:17 am
Forum: Help & Bug Reports
Topic: Oil issue – time between dropping and having effect has increased
Replies: 2
Views: 254

Re: Oil issue – time between dropping and having effect has increased

Have you checked whether the difference in speed is dependent on the frame rate?
by Huki
Fri Feb 04, 2022 11:49 am
Forum: Help & Bug Reports
Topic: Rocket targeting glitch
Replies: 6
Views: 1320

Re: Rocket targeting glitch

I saw the videos and it looks like the target status isn't being communicated properly between players. Can you confirm whether these sessions were all played with the latest RVGL version?
by Huki
Fri Feb 04, 2022 9:11 am
Forum: Help & Bug Reports
Topic: xBox Wireless Controller On Mac M1 no Work
Replies: 15
Views: 1048

Re: xBox Wireless Controller On Mac M1 no Work

Hello everyone. I have a Mac M1 on which I installed Re-Volt... It works smoothly with the keyboard. In the selection of controllers I see my xBox controller but any press button does not work. I also tried to manually set the keys but it's like I didn't press anything. Am I wrong or is it a bug? R...
by Huki
Mon Dec 27, 2021 12:40 pm
Forum: Help & Bug Reports
Topic: RVGL21.0930a Won't run M1 Max 32 core
Replies: 5
Views: 1259

Re: RVGL21.0930a Won't run M1 Max 32 core

RVGL21.0930a Won't run M1 Max 32 core GPU 64 Gig ram memory 4 Tb ssd Macbook Pro 16 " Comes up with error game data not found and there is no Rvgl folder in the Library Application Support folder Tried adding the Rvgl folder from a backup but still comes up with the same error Any one else had...
by Huki
Mon Dec 27, 2021 8:28 am
Forum: Help & Bug Reports
Topic: Wrong texture displayed when a texture animation is above a mirror plane
Replies: 1
Views: 627

Re: Wrong texture displayed when a texture animation is above a mirror plane

Texture animation is not supported on reflected faces. This is a known limitation, but a fix is planned eventually. Thanks for the report!
by Huki
Mon Dec 27, 2021 8:25 am
Forum: Suggestions
Topic: Show spark effects when player doesn't look directly at them
Replies: 1
Views: 686

Re: Show spark effects when player doesn't look directly at them

Hello and welcome to the forum! The behavior is intentional - sparks are only generated when the object / generator is within the camera's view. But having an option to always generate would be nice indeed.
by Huki
Mon Dec 27, 2021 8:12 am
Forum: RVGL News
Topic: [RVGL Release] 21.0930a
Replies: 5
Views: 3631

Re: [RVGL Release] 21.0930a

Hello. I'm new to the forum because I'm trying to install Re-volt on the Pi400, for me and my kids :D Problem is, while running setup it fails, with the same error as this post: https://forum.re-volt.io/viewtopic.php?f=8&t=1494&p=6031&hilit=libfluidsynth#p6031 [...] But if I load ./rvgl...
by Huki
Mon Oct 04, 2021 3:06 pm
Forum: RVGL News
Topic: [RVGL Release] 21.0930a
Replies: 5
Views: 3631

[RVGL Release] 21.0930a

RVGL has been updated to 21.0930a ! Update : Download Win32 [ setup | 7z ] Download Win64 [ setup | 7z ] Download Linux [ setup | 7z ] Download macOS [ dmg ] Download Android [ apk ] Visit the topics for the Android version and the Shader edition for more information. Goodies : Download the Dreamcas...
by Huki
Mon Oct 04, 2021 3:05 pm
Forum: RVGL News
Topic: [RVGL Release] 21.0905a
Replies: 15
Views: 8641

Re: [RVGL Release] 21.0905a

I cannot install RVGL on Debian 11 (stable, clean installation): The culprit is ldconfig in line 24 of the rvgl script that is called: Because ldconfig needs root (sudo). What can I do? Executing the rvgl script as root is not a good idea, or is it? Running RVGL as root is definitely not a good ide...
by Huki
Mon Oct 04, 2021 3:01 pm
Forum: RVGL News
Topic: [RVGL Release] 21.0905a
Replies: 15
Views: 8641

Re: [RVGL Release] 21.0905a

Hello! Long time, no write. ;) I wonder if the Linux python script could be updated to use aria2 for faster download of the packages? https://rvgl.re-volt.io/downloads/install_rvgl.py Plain wget is not very fast. :worm: Welcome back. :) The Linux python script is superseded by RVGL Launcher. Althou...
by Huki
Fri Sep 17, 2021 8:55 am
Forum: Help & Bug Reports
Topic: Mac Version 21.0125a wont run (big sur)
Replies: 6
Views: 5593

Re: Mac Version 21.0125a wont run (big sur)

Frarees uploaded a new build that attempts to fix this issue. Could someone with an M1 device test this? Feedback from x86 device owners is also welcome.

Download: https://garage.re-volt.io/s/2qrTdQQ52ZpERRH
(Note that the build is not really up to date.)
by Huki
Wed Sep 15, 2021 2:18 pm
Forum: RVGL News
Topic: [RVGL Release] 21.0905a
Replies: 15
Views: 8641

Re: [RVGL Release] 21.0905a

I noticed that in the first video, it says 'created racing line from ghost path' both times, also for the overtaking line. Good catch, I should fix that. What's the MIDI support for? The piano? For playing *.mid files for the level music (see the doc section ). I still not use shader on my old Linu...
by Huki
Mon Sep 06, 2021 1:27 am
Forum: RVGL News
Topic: [RVGL Release] 21.0905a
Replies: 15
Views: 8641

[RVGL Release] 21.0905a

RVGL has been updated to 21.0905a ! Update : Download Win32 [ setup | 7z ] Download Win64 [ setup | 7z ] Download Linux [ setup | 7z ] Download macOS [ TBA ] Download Android [ apk ] Visit the topics for the Android version and the Shader edition for more information. Goodies : Download the Dreamcas...