S.G.D PostĂ©(e) le 29 octobre PostĂ©(e) le 29 octobre (modifiĂ©) Zombie Big Trouble is a old flash video game good for this spooky days how to play you need LosslessScaling for maket fullscreen and use the one i post here, you can play with light gun đ« and mouse as well  1 run Zombie Big Trouble.exe then window opens and you need to point at zombie_big_trouble.dcr 2 now run LosslessScaling, on top right corner is a button called scale, hit the button and you have 5 sec to bring back the game window and after this 5 sec it will be fullscreen                                               đ đŠÂ  Enjoy đ·ïžÂ đ» https://qiwi.gg/file/qFkd8769-ZombieBigTrouble  https://qiwi.gg/file/9Kkv8074-LosslessScalingv02    ModifiĂ© le 3 novembre par S.G.D 8
nosoucy62 Posté(e) le 29 octobre Posté(e) le 29 octobre thanks ! do you have a solution with AHK or BAT files to launch game and losslessscaling in same time ?
S.G.D Posté(e) le 29 octobre Auteur Posté(e) le 29 octobre 10 minutes ago, nosoucy62 said: thanks ! do you have a solution with AHK or BAT files to launch game and losslessscaling in same time ? no didn't figure out if you make any script let me know please
nosoucy62 Posté(e) le 29 octobre Posté(e) le 29 octobre I wanted to know if it is possible to create a script to launch the game then the software at the same time without having to do another action with losslessscaling 1
S.G.D Posté(e) le 29 octobre Auteur Posté(e) le 29 octobre (modifié) 22 minutes ago, nosoucy62 said: I wanted to know if it is possible to create a script to launch the game then the software at the same time without having to do another action with losslessscaling i'm sure it is a way we need ahk or bat  knowledge to make script , so we can use as well in more light gun games i plan to share with you guys Modifié le 29 octobre par S.G.D gif
miao8yu5 PostĂ©(e) le 30 octobre PostĂ©(e) le 30 octobre (modifiĂ©) An AHK script can launch the game in fullscreen. Note that the Lossless Scaling v02.04 folder should be placed in the root directory of the Zombie Big Trouble folder. and Set the shortcut key for Lossless Scaling v02.04 to F1 ; ćźäčçšćșè·ŻćŸ losslessScalingPath := "Lossless Scaling v02.04\LosslessScaling.exe" zombieGamePath := "Zombie Big Trouble.exe" dcrFilePath := "zombie_big_trouble.dcr" ; æćŒ LosslessScaling.exe Run, %losslessScalingPath% ; çćŸ LosslessScaling ćźć šćŻćš Sleep, 500 ; æćŒ Zombie Big Trouble.exe Run, %zombieGamePath% ; çćŸ Zombie Big Trouble ćźć šćŻćš Sleep, 1000 ; èŸć „æä»¶è·ŻćŸ Send, %dcrFilePath% ; æäž Enter éźéæ©æ件 Send, {Enter} Send, {Enter} Sleep, 500 Send, {F1} ; çćŹ Esc éź Esc::   ; ć łéæćźçèżçš   Process, Close, Zombie Big Trouble.exe   Process, Close, LosslessScaling.exe   return ModifiĂ© le 30 octobre par miao8yu5 4
nosoucy62 Posté(e) le 30 octobre Posté(e) le 30 octobre (modifié) i tested this ahk files but don't work for launch directly losslessscaling..... the scaling don't work .....the 2 programs works but in small windows....sorry Modifié le 30 octobre par nosoucy62 1
miao8yu5 PostĂ©(e) le 31 octobre PostĂ©(e) le 31 octobre 9 hours ago, nosoucy62 said: i tested this ahk files but don't work for launch directly losslessscaling..... ææ”èŻäșèżäžȘ AHK æ件ïŒäœäžéçšäș Launch Direct æ æ猩æŸ..... the scaling don't work .....the 2 programs works but in small windows....sorry 猩æŸäžè”·äœçš.....èżäž€äžȘçšćșćŻä»„ć·„äœïŒäœćšć°çȘćŁäž......äžć„œææ luach  Lossless Scaling v02.04ïŒand Set the hot key  to F1 2
nosoucy62 Posté(e) le 31 octobre Posté(e) le 31 octobre sorry when i launch lossless (and press "mise à l'echelle" in right corner) and F1 after the game is not in fullscreen
miao8yu5 PostĂ©(e) le 31 octobre PostĂ©(e) le 31 octobre 2 hours ago, nosoucy62 said: sorry  äžć„œææ when i launch lossless (and press "mise Ă l'echelle" in right corner) and F1 after the game is not in fullscreen ćœæćšæžžææȘć šć±ććŻćšæ æïŒćč¶æćłäžè§çâMise Ă l'EchelleâïŒć F1 æ¶ Â 2
nosoucy62 Posté(e) le 31 octobre Posté(e) le 31 octobre (modifié) very good miao8yu5  I didn't see that you had to do a hotkey in losslessscaling...... it work perfectly now !!! you're the best in AHK files !! Modifié le 31 octobre par nosoucy62
nosoucy62 Posté(e) le 31 octobre Posté(e) le 31 octobre I allow myself to rewrite the script of miao8yu5 because the AHK file did not stop and remained in the background. now when you launch the game again the F1 key is no longer required for fullscreen. #SingleInstance Force losslessScalingPath := "Lossless Scaling v02.04\LosslessScaling.exe" zombieGamePath := "Zombie Big Trouble.exe" dcrFilePath := "zombie_big_trouble.dcr" ; LosslessScaling.exe Run, %losslessScalingPath% Sleep, 500 ; Zombie Big Trouble.exe Run, %zombieGamePath% Sleep, 1000 Send, %dcrFilePath% Send, {Enter} Send, {Enter} Sleep, 500 Send, {F1}    $Escape::    Send !{f4}    Process, Close, AutoHotkey.exe    Run,taskkill /im "AutoHotkey.exe" /F    Process, Close, Zombie Big Trouble.exe    Run,taskkill /im "Zombie Big Trouble.exe" /F    Process, Close, LosslessScaling.exe    Run,taskkill /im "LosslessScaling.exe" /F    ExitApp return   very much my friend for your help!!!!  launcher zombie big.ahk 2
S.G.D Posté(e) le 31 octobre Auteur Posté(e) le 31 octobre thank you miao8yu5 and nosoucy62 for tha script now i can upload more games in time that i have and need ahk script like this one stay tuned 2
Messages recommandés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire aprĂšs vous ĂȘtes connectĂ©.
Connectez-vous maintenant