Jump to content
LaunchBox Community Forums

5thWolf

Members
  • Posts

    269
  • Joined

  • Last visited

Posts posted by 5thWolf

  1. 3 hours ago, flanx said:

    Here is the finished marquee. Its not 100% perfect, but I think it will do. Let me know what you think.

     

    Chameleon Marquee - New.png

    Oh wow what an amazing job!!!! Absolutely stunning!!!!!!!🥂

  2. Can someone Help me take this logo and split the text horizontal instead of stacked?  Making sure "Galaxy" and "Force II" are even and same height. Thanks a million in advance!!

    image.thumb.png.8039ec2cb2ca957b0905dc1717547881.png

    • Like 1
  3. Can any with awesome image editing skills help make a Chameleon marquee? This is the best image I could find. Its from the LB database.

    image.png.3758a13543e0b76429d3c891331bf7b5.png

    • Like 1
  4. I was just restating what you said that it remembers its last size. When I go to exit the game, sometimes not through Launchbox, hitting Esc kills fullscreen, then you exit it remembers its last state as windowed. You have to go back into the game_pref file and tell it to be 1/fullscreen again.

    However making it read-only may be a great idea.

  5. 2 hours ago, JoeViking245 said:
    {
        "_volume_sound": 5.0,
        "_Indicate_Spell_Active": 1.0,
        "_Background_Flashing": 1.0,
        "_Window_Scale": 3.0,
        "_Torch_Lighting": 1.0,
        "_Overworld_Mark_Acquired": 0.0,
        "_Overworld_Mark_Hidden_Exit": 0.0,
        "_Fullscreen": 1.0,
        "_Input_Preferences": "{ }",
        "_Music_Set": "_Default",
        "_Frenzy_Stab": 0.0,
        "_Screen_Shake": 1.0,
        "_Rando_Enemy": 1.0,
        "_Map_Show_Key": 0.0,
        "_Rando_Palette": 2.0,
        "_Cucco_Spell02_Preference": 1.0,
        "_HUD_Type": 2.0,
        "_volume_music": 5.0
    }

    No this is awesome!!!! I tested the fullscreen here and its perfect!!
    Only thing that sucks is it remembering that last screen state when you leave the game like @JoeViking245 mentioned.
    So I wonder..... Maybe somehow utilize options.ini in the main directory to get what we want?

  6. So I did @skizzosjt's script and it works!!! So I tried it a few times over and over just to test... few of the times it randomly looks like it goes to fullscreen then immediately goes back to windowed. I can't tell if it's Win11 doing its screen set back or the script. Maybe I need to give more time in between launches? Giving time for AHK in background to shut down properly? 

  7. I figured out the message. If I exit the game with any means other then Esc AHK stays running. Otherwise Esc shuts it down properly and no message.

    Also tried 1 second intervals from 4000 to 12000 and can't get it to go fullscreen. Only worked the very first launch I tried at 5000, but didn't work putting it back to 5000 after moving the timer around. 

  8. I did it for 5000 and it worked the first time, than after that it doesn't! Esc key always works great.
    One odd flaw.... When I exit the game and come back and run it again, I get this message below. Maybe AHK is not shutting down properly?

    image.thumb.png.197b8580f56f5b7806586a3973882e63.png

    image.png

     

    After a few restarts of LB, the message doesn't show up anymore and the game doesn't fullscreen. Esc still works. Experimented with 5000 all the way to 8000.

  9. Ok, I added AHK as an emulator and told it to be used for the game. Created the ahk file with the copy pasted script and made the game exe be the scripted ahk file.. The game launches but doesn't go fullscreen.  😣
    Any ideas?

  10. On 12/28/2023 at 12:42 PM, JoeViking245 said:
    SetWorkingDir %A_ScriptDir%
    Run, Z2TAOL_P03.exe
    WinWaitActive
    Sleep, 1000
    Send, f
    
    $Esc::
     Send, !{F4}
     ExitApp

    I really want to work with this!!! Looks like it should work, but tried it and it didn't do anything. The .bat is in the the same folder as exe. I did copy and past. I just don't see what could be wrong. It looks like it should be perfect!

  11. I couldn't get any of it to work. Using ahk nothing would happen. 
    Closest I got was doing .bat file by it's self starting the exe, delay 10 seconds then nothing. Just the key never seems to send. I also learned the the game can also utilize just the F key to full screen, to simplify things.
    online seems to be many way to send the F key but non of them worked. There has got to be a way to do this with just the .bat alone :P
     

  12. So I am trying to get  a Windows game that starts out windowed to start in full screen. (Not maximized window)
    The game full screens with Alt+Enter. I would prefer to just edit the game in Launchbox to go full screen. Command line perimeter maybe?

    image.thumb.png.4fed704acfacaee053655c9cd3ef5fa0.png
    But will take a .bat command as last resort.


     

×
×
  • Create New...