Posted June 2, 2020 This script gives you more ways you can use zoom: You can zoom in by holding a mouse button of your choice and unzoom by releasing it You can zoom in and out using scroll wheel Known issues: For some reason scroll wheel input doesn't work sometimes and you need to restart the game for it to work again DOWNLOAD: scroll_zoom.lua Takka, (SBB) Storm, Java and 2 others like this Share this post Link to post Share on other sites
Posted June 2, 2020 This is a really nice script! It can also improve our current Forge menu, as this script could allow us to add support for scrollable lists. Keep up the good work! aLTis likes this Share this post Link to post Share on other sites
Posted June 2, 2020 Raffle ticket monopoly% speedrun (Attempt 2) here we goooooooooooooo. For real, I wonder if a similar script would allow the use of a scroll wheel to browse the multiplayer server list. aLTis likes this https://youtube.com/StormUndBlackbird Share this post Link to post Share on other sites
Posted June 3, 2020 (edited) 12 hours ago, aLTis said: This script gives you more ways you can use zoom: You can zoom in by holding a mouse button of your choice and unzoom by releasing it You can zoom in and out using scroll wheel Known issues: For some reason scroll wheel input doesn't work sometimes and you need to restart the game for it to work again DOWNLOAD: scroll_zoom.lua Sweet, if you want an easier way to detect input I have a custom build of Chimera (currently called -17.572) which has 2 Lua API functions like `get_key_press(VK_Key_Code)` `chat_out(Message, Mode)`. chimera.zip Other stuff that was done to this custom version: Spoiler Other additions: chimera_interpolate_predict 3 - Does not interpolate first person camera while on foot & does not use prediction while in a vehicle (this fixes the appearance of reverse lead while on foot.) chimera_set_resolution - Now saves like every other command, no longer has to be in the chimerainit.txt Can use rprint(PlayerIndex, "|no") and the client will send back in chat method 6 `chimera;CHIMERA_ALPHA_VERSION`. Can use rprint(PlayerIndex, "|nh"..Message) to print a message to the player's HUD. Fixes: Block server console spam starting with " ", |t, |c, |r, and |l when the console is open. Included some fixes done by GBMichelle for BSP loading from her Chimera repository. Assault CTF timer runs at the correct speed. Edited June 3, 2020 by Devieth Share this post Link to post Share on other sites
Posted June 7, 2020 23 hours ago, Enclusion said: How do I use this exactly? You need a Chimera build that supports Lua scripting (builds -572 and -581 are fine). If you have that then just drop a script to Documents\My Games\Halo CE\chimera\lua\global and it should work fine! ferxo0o likes this Share this post Link to post Share on other sites
Posted June 19, 2020 On 6/7/2020 at 7:45 AM, aLTis said: You need a Chimera build that supports Lua scripting (builds -572 and -581 are fine). If you have that then just drop a script to Documents\My Games\Halo CE\chimera\lua\global and it should work fine! How can I know which build version I have? To activate it? I created the folders "lua and global" in "my documents / my games / halo ce / chimera / lua / global" and put the script there, but I can't get it to work. Share this post Link to post Share on other sites
Posted June 19, 2020 (edited) 12 hours ago, ferxo0o said: How can I know which build version I have? To activate it? I created the folders "lua and global" in "my documents / my games / halo ce / chimera / lua / global" and put the script there, but I can't get it to work. If you are using chimera version 1.0 (Beta) it will not work, they have not implemented Lua Scripting yet. (I believe. xd) Edited June 19, 2020 by Kings ferxo0o and Takka like this Share this post Link to post Share on other sites
Posted June 20, 2020 7 hours ago, Kings said: If you are using chimera version 1.0 (Beta) it will not work, they have not implemented Lua Scripting yet. (I believe. xd) Yes, i have version 1.0, Do you know where to find a stable version for luas scripts? Share this post Link to post Share on other sites
Posted June 20, 2020 10 hours ago, ferxo0o said: Yes, i have version 1.0, Do you know where to find a stable version for luas scripts? Make sure you remove 1.0 and then extract this to controls folder chimera_build_-581.zip ferxo0o and Takka like this Share this post Link to post Share on other sites