ViRuS-MaN Posté(e) le 13 juin 2022 Partager Posté(e) le 13 juin 2022 Bonjour Karis , y a une personne qui est en train de faire un jeu sous singe mais voila quand il laisse le jeux defiler sans appuyer sur une touche , et bien le jeux se quitte pas bien compris d'ou pourrait venir le probleme pour ce jeux la Lien vers le commentaire Partager sur d’autres sites More sharing options...
mazinger4life Posté(e) le 14 juin 2022 Partager Posté(e) le 14 juin 2022 (modifié) A VIRUS-MAN Ca peut etre pour differente raison tel que un conflit avec les scene si il a mis des scene bien sur ,ou bien les frames inscrits dans le script pour le jeu tel que le frame de la fin de l'intro du jeu avec le dernier frame etc,aussi quelque chose d'important dans le fichier hscore les dernieres lignes doit égaler le nombre de niveau mis dans le jeu ex; si ton jeu a trois niveaux les derniere lignes du fichier hscore doit etre un truc du genre SAN SAN SAN ce détail est important pour le mode pourcent. Karis pourra te donner plus de détail en profondeur. Modifié le 14 juin 2022 par mazinger4life Lien vers le commentaire Partager sur d’autres sites More sharing options...
80sRkadeGuy Posté(e) le 19 juin 2022 Partager Posté(e) le 19 juin 2022 Hello all, I have two questions. 1. Does anyone have Fast Draw Showdown for Singe 2.0? and 2. Could someone upload the HD versions of the games to Google Drive? Anything over 1.99GB's from Mega crashes my PC when Mega sends the download through. I tried the Mega app, but it still crashes my PC. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Wortsenawl Posté(e) le 6 juillet 2022 Partager Posté(e) le 6 juillet 2022 (modifié) On 6/13/2022 at 12:41 AM, Rmetz130 said: I downloaded the games from the first post and have a question. How do you get games like dragons lair enhanced, dragons lair 2 enhanced, space ace enhanced to work? I put the folders where the rest of my singe games are but they do not show up on the menu. It might have been answered in this thread at some point and if so I apoligize, 34 pages is a lot to go through and I did not see it in my skimming of all the messages. Hi - I had the same issue, did you get around this? I have managed to get all the games working fine now, after a bit of fiddling (and removing those I don't want to show in the front end menu). If you still need help please message me and I will help as much as I can. Edit: I should have said first and foremost, thanks to Karius for this amazing effort and bring me so much joy (and to anyone else involved, heartfelt thanks to you also). Modifié le 6 juillet 2022 par Wortsenawl Saying thanks Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 7 juillet 2022 Partager Posté(e) le 7 juillet 2022 Hello all! I figured it's about time I stopped in and said "hello"! First off, thank you to everyone who has had kind words about Singe. I really appreciate them! I also want to personally thank Karis not only for the incredible number of games he's produced but all the technical support he's provided to everyone. Pretty sure he's done more Singe technical support than I have. 🙂 Speaking of support, we DO have an official chat over on https://discord.gg/EumnEZgzy7 Stop by and join the party! Right now in chat we're trying to compile a complete set of Singe 2.0 games. After reading 35 pages of forum posts I found out the ones linked from https://KangarooPunch.com are no longer considered "current". That'd have been a nice thing to know. 😜 Which brings me to why I'm here... This is a fantastic support forum and I'll likely pin it to the Discord channel. However, it appears this forum software uses the topic of the post as part of the URL. That changes when Karis updates the first post. That'll constantly break the link to the forum. Likewise, a lot of the Mega links die over time. Even worse, tons of good information is buried in that 35 pages of posts! We really need to get all this information into one place. We need a wiki or something for documentation and FAQs, better file storage for games, and just an all around improved way of tying the community together. If we're not all scattered across multiple forums and chat services we may get enough people together to make live tutorials and other things an option in the future. I'm open to suggestions! What do you want to see? Scott Duensing Kangaroo Punch PS: Here's Singe 2.0 being demonstrated with a Sinden Light Gun at MoGameCon 2021. https://photos.app.goo.gl/3sgqzWNpFHiVKGAfA 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
famawizard Posté(e) le 8 juillet 2022 Partager Posté(e) le 8 juillet 2022 10 ore fa, sduensin ha scritto: Hello all! I figured it's about time I stopped in and said "hello"! I'm open to suggestions! What do you want to see? Scott Duensing Kangaroo Punch Well... I want to say you a very big THANK YOU for your work!!! I would like to see graphics commands and improved sprite implementation 🙂 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
xxOToTOxx Posté(e) le 8 juillet 2022 Partager Posté(e) le 8 juillet 2022 12 hours ago, sduensin said: Hello all! I figured it's about time I stopped in and said "hello"! 2 Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 8 juillet 2022 Partager Posté(e) le 8 juillet 2022 12 hours ago, famawizard said: Well... I want to say you a very big THANK YOU for your work!!! I would like to see graphics commands and improved sprite implementation 🙂 Drop by the chat and let's talk about what you need. There are some graphical primitives already supported: overlayBox overlayCircle overlayClear overlayEllipse overlayGetHeight overlayGetWidth overlayLine overlayPlot overlayPrint overlaySetResolution I know, I need a manual for this crazy thing. See previous comment about a wiki. 🙂 As for sprites, I added rotation and scaling to the wishlist. 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 8 juillet 2022 Partager Posté(e) le 8 juillet 2022 I've finally started writing some documentation for this beast. I'm starting with the bits that cause me the most pain when providing technical support. 🙂 However, I really want to know what kind of information you're interested in and what you have found hard to learn or figure out so I can help make your life easier as well! Here's the first bit that will REALLY help me! Basic Things to Know when Making a Singe Game * Singe is cross-platform, therefore, things you don't normally need to worry about on Windows are important. Filenames are case sensitive. "MyScript.singe" and "myscript.singe" are not the same thing! Also, you should use UNIX path separators - that is "/" instead of "\". Not only will this make your code look better (since you don't have to duplicate the forward slash to escape it) but it works everywhere Singe is supported. * Pick a distinctive name for your game folder. Do not use spaces. * Use the included Singe Framework. Do not make a copy of this framework in your game scripts! By including the provided framework you help with future compatibility as Singe is updated. Begin your game script with: dofile("Singe/Framework.singe") * Stay out of the "Singe" folder. This is managed by Singe and anything added or changed here is subject to future deletion. * Include a games.dat! This is extremely important for new users! While other front ends and Singe-based menu systems exist, it's vital that you include data for the built-in menu system. Almost all support issues are due to this one simple little file! * Do not distribute non-essential files. Never ship Singe binaries or Singe provided scripts with your game! Do not ship index files generated from the videos. * Remember your non-Windows friends! If you bundle batch files to start your game, please include shell scripts for the Linux, Mac, and Pi users. Your Pi-cade friends will thank you! 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 9 juillet 2022 Partager Posté(e) le 9 juillet 2022 Documentation has begun! https://skunkworks.kangaroopunch.com/skunkworks/singe/-/wikis/home 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
famawizard Posté(e) le 11 juillet 2022 Partager Posté(e) le 11 juillet 2022 (modifié) Il 9/7/2022 at 00:16, sduensin ha scritto: Drop by the chat and let's talk about what you need. There are some graphical primitives already supported: Excuse me, I was offline for some days (relax 🙂 ). Looking here and there I noticed those commands, but, as you said, whitout documentation. Some time ago, for this site, I converted some LD games (Starblazers, Freedom Fighter, Platoon). For better converting StarBlazers, I needed commands for drawing lasers and other stuff (I would like to have a command for drawing polygons (filled or not), at least triangles, and better sprite commands for Freedom Fighter. Now I read that Santa is bringing gifts.... documentation! THANKS, really 🙂 Modifié le 11 juillet 2022 par famawizard Lien vers le commentaire Partager sur d’autres sites More sharing options...
mazinger4life Posté(e) le 11 juillet 2022 Partager Posté(e) le 11 juillet 2022 Hey Scott first of all big thanks for you great work,now a option that would be good for creating fmv games is the hitbox we find in light gun games(crime patrol mad dog mcree etc) ,creating a light gun fmv a la JOHN WICK would be awesome so tell me if its possible to add in the futur update. thanks Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 12 juillet 2022 Partager Posté(e) le 12 juillet 2022 On 7/11/2022 at 10:42 AM, famawizard said: For better converting StarBlazers, I needed commands for drawing lasers and other stuff (I would like to have a command for drawing polygons (filled or not), at least triangles, and better sprite commands for Freedom Fighter. Now I read that Santa is bringing gifts.... documentation! Beyond the line drawing, you can expand on that in Lua. Happy to help if you need. I've never even seen a Freedom Fighter machine. My understanding is that it uses some kind of scaling hardware to zoom portions of the display? What kind of sprite enhancements would you like to see? On 7/11/2022 at 11:53 AM, mazinger4life said: Hey Scott first of all big thanks for you great work,now a option that would be good for creating fmv games is the hitbox we find in light gun games(crime patrol mad dog mcree etc) ,creating a light gun fmv a la JOHN WICK would be awesome so tell me if its possible to add in the futur update. thanks You can do this now with the Lua interpreter. Linear algebra is your friend here. Find the first frame, place the hit box. Find the last frame (or an intermediate frame where the hit box movement needs to change directions) and place another box. Now calculate all the in-between boxes. No need to enter that data for every single frame. Make the computer do the work! 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
Yid4lyf Posté(e) le 20 juillet 2022 Partager Posté(e) le 20 juillet 2022 Hi, When I type -u in the .bat file to stretch the video the video doesnt stretch and gets pushed to the left side of the screen. What am I doing wrong and is there a way to fix this. Thanks guys Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 21 juillet 2022 Partager Posté(e) le 21 juillet 2022 Here's the first batch of fixes for every Singe 2.x game I know about! https://kangaroopunch.com/download/fbsgjner|fvatr/fixes.zip Some of what I've done: Everything works with the include Singe menu system. Karis' latest game framework moved from "Singe/" to "KarisFramework/". Any game that had copied parts of Framework.singe has had those bits removed. Any game that had actual copies of Framework.singe now use the one in "Singe/". Other Randomness I ran across while doing this. 🙂 PLEASE help me get these fixes rolled into released games! If I missed a game, let me know. I still want to get my menu and Karis' improved menu playing nicely together. This batch of fixes is for my menu, not his. This also doesn't fix extra things being in game distributions (like "*.index" files and leftover art/video/code from other games). I can't fix all this myself! Lien vers le commentaire Partager sur d’autres sites More sharing options...
Yid4lyf Posté(e) le 21 juillet 2022 Partager Posté(e) le 21 juillet 2022 11 hours ago, sduensin said: Here's the first batch of fixes for every Singe 2.x game I know about! https://kangaroopunch.com/download/fbsgjner|fvatr/fixes.zip Some of what I've done: Everything works with the include Singe menu system. Karis' latest game framework moved from "Singe/" to "KarisFramework/". Any game that had copied parts of Framework.singe has had those bits removed. Any game that had actual copies of Framework.singe now use the one in "Singe/". Other Randomness I ran across while doing this. 🙂 PLEASE help me get these fixes rolled into released games! If I missed a game, let me know. I still want to get my menu and Karis' improved menu playing nicely together. This batch of fixes is for my menu, not his. This also doesn't fix extra things being in game distributions (like "*.index" files and leftover art/video/code from other games). I can't fix all this myself! I still cant get stretch to work properly. I dont know what im doing wrong Lien vers le commentaire Partager sur d’autres sites More sharing options...
mazinger4life Posté(e) le 21 juillet 2022 Partager Posté(e) le 21 juillet 2022 Great Work Scott,i have another idea if you can add in the futur release of singe 2 it will be good for fighting fmv game ex. in the screen you have a video split in two(p1 and p2) wich can be done easily by adobe premiere pro but instead of waiting for a command to press ,you actually press a key to activate a video clip of action im gonna show the idea via a trailer of the pc fx fighting game Battle Heat and ps2 Flame of Recca Again thks for the great work Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 21 juillet 2022 Partager Posté(e) le 21 juillet 2022 10 hours ago, Yid4lyf said: I still cant get stretch to work properly. I dont know what im doing wrong What OS are you on? What game are you trying to play? 32 or 64 bit? What video card? 8 hours ago, mazinger4life said: Great Work Scott,i have another idea if you can add in the futur release of singe 2 it will be good for fighting fmv game ex. in the screen you have a video split in two(p1 and p2) wich can be done easily by adobe premiere pro but instead of waiting for a command to press ,you actually press a key to activate a video clip of action im gonna show the idea via a trailer of the pc fx fighting game Battle Heat and ps2 Flame of Recca Again thks for the great work You could actually pull that off now. Use the main video file as one of the views and open a second video file on top of it for the other. Look at the menu code in the Singe/ folder for a multiple video example. Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 21 juillet 2022 Partager Posté(e) le 21 juillet 2022 Seems I missed a couple references to "Singe/" in my fix pack. I'll fix the fix pack. Until then, put these in "KarisFramework/Script/". menu.singe main.singe Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 22 juillet 2022 Partager Posté(e) le 22 juillet 2022 Version 2 of Fixes is at the bottom of https://kangaroopunch.com/software/singe Lien vers le commentaire Partager sur d’autres sites More sharing options...
BLADESCATER Posté(e) le 22 juillet 2022 Partager Posté(e) le 22 juillet 2022 il y a une heure, sduensin a dit : La version 2 des correctifs se trouve en bas de https://kangaroopunch.com/software/singe Vous ne pouvez pas plutôt mettre une version complète de singe2 avec tous les fixes ? Can't you put a full version of singe2 with all the fixes instead? Non puoi invece mettere una versione completa di singe2 con tutte le correzioni? Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 22 juillet 2022 Partager Posté(e) le 22 juillet 2022 23 minutes ago, BLADESCATER said: Vous ne pouvez pas plutôt mettre une version complète de singe2 avec tous les fixes ? Can't you put a full version of singe2 with all the fixes instead? Non puoi invece mettere una versione completa di singe2 con tutte le correzioni? The game developers themselves need to fix their games. I *might* make new uploads to Archive.org of the titles that won't immediately generate a takedown notice. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Yid4lyf Posté(e) le 22 juillet 2022 Partager Posté(e) le 22 juillet 2022 I am absolutely useless. Im so sorry but i cant get stretch to work properly even with the fixes. Where do I put the KarisFramework folder and how should my .bat file look if wanted to stretch DLe for example. Sorry for being such a pain in the arse but i just cant get it working. Thank you DLe.bat Lien vers le commentaire Partager sur d’autres sites More sharing options...
Yid4lyf Posté(e) le 22 juillet 2022 Partager Posté(e) le 22 juillet 2022 9 hours ago, sduensin said: What OS are you on? What game are you trying to play? 32 or 64 bit? What video card? You could actually pull that off now. Use the main video file as one of the views and open a second video file on top of it for the other. Look at the menu code in the Singe/ folder for a multiple video example. My OS is Windows 10 Home, Im trying to stretch any game that isnt 1920x1080, 64 bit, and my video card is NVIDIA GeForce RTX 3090 Ti 10 hours ago, sduensin said: What OS are you on? What game are you trying to play? 32 or 64 bit? What video card? You could actually pull that off now. Use the main video file as one of the views and open a second video file on top of it for the other. Look at the menu code in the Singe/ folder for a multiple video example. The first pic is the DLe .bat file. The second is how the game shows on my screen. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Yid4lyf Posté(e) le 23 juillet 2022 Partager Posté(e) le 23 juillet 2022 Is there a way to change the controls on the game conan. If so how do I do that. Thanks Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 23 juillet 2022 Partager Posté(e) le 23 juillet 2022 21 hours ago, Yid4lyf said: I am absolutely useless. Im so sorry but i cant get stretch to work properly even with the fixes. Where do I put the KarisFramework folder and how should my .bat file look if wanted to stretch DLe for example. Sorry for being such a pain in the arse but i just cant get it working. No worries! KarisFramework goes in the same place as the games - the main Singe directory where the Singe binary is. As for stretch, I'm not sure yet. I avoid Windows as much as possible. I'll have to scare up a Windows machine and do some testing. Anyone else have ideas? To change control mappings, copy "Singe/controls.cfg.example" into the "conan_singe_2/script" folder and rename it "controls.cfg". You can edit that file using values from the "Singe/Framework.singe" file. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Yid4lyf Posté(e) le 23 juillet 2022 Partager Posté(e) le 23 juillet 2022 2 hours ago, sduensin said: No worries! KarisFramework goes in the same place as the games - the main Singe directory where the Singe binary is. As for stretch, I'm not sure yet. I avoid Windows as much as possible. I'll have to scare up a Windows machine and do some testing. Anyone else have ideas? To change control mappings, copy "Singe/controls.cfg.example" into the "conan_singe_2/script" folder and rename it "controls.cfg". You can edit that file using values from the "Singe/Framework.singe" file. Thank you mate 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
Yoschi Posté(e) le 24 juillet 2022 Partager Posté(e) le 24 juillet 2022 On 3/22/2021 at 1:49 PM, Karis said: Hello, http://www.ystari.com/emu/frontendnew.jpg So here is a more advanced frontend (with special thanks to aztha). Marquee and video are integrated better and options to tweak. First in stepped back from launching scripts for several reasons (memory being the main one). Of course launching the games with regular bat files is still possible. If you plan to launch the games fullscreen then use menu.bat. If you plan to launch the games in windowed mode, then use menu_window.bat (you can still edit this particular bat to your actual window size by changing -x and -y parameters). Note that if you've got a not so regular resolution, the best way is always to launch fullscreen. I've also updated the tutorial for developpers who want to integrate their game to the menu. It's quite easy with the file games.dat (i've added it to the blank profile). You can, for example, change the color of the arcade (7 colors available), or add a gun to the view (by defining the genre to SHOOTER). If you want to see a video of the menu in action please check this link: https://mega.nz/file/ECRRhCAD#hu1rXZDNEmUNFwQQUjtXpWqvYdXtUI9tY1LMDDflXw8 If you want to download and install please use this link and put the content in the singe directory (it will update all the marquees and box to the new format): https://mega.nz/folder/gXByQbTJ#qRL1LbiiPsAklX4B2r1a8Q All of the 33 "official" games are there and can be launched (i've tested them all. Of course if you don't have a game, you still need to download it). If you don't want all the games you can still remove the directories you don't want and they won't appear in the menu anymore. Enjoy, and please report any bug. Hi Karis, Verry nice work!! And thanks for all. This is a nice little Frontend for check all its right. Is Quicker dan the big Frontend. But after a while of search i found i little misstacke and can not change by me self. For just one option Game the Launch Button is misswritten "LAUCH" instead of "LAUNCH". Can you correct this in the video file? I can it figured out with the GAME NAME 1 "LAUNCH" and GAME NAME 2 " " in the game.dat put its look not so nice. Great WORK ! sorry my english, swiss people (Lauch is a vegetable, thats verry funny) 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
Spaced Ace Posté(e) le 1 août 2022 Partager Posté(e) le 1 août 2022 Is there a tutorial on how to load the games into Singe 2? I have Cliff Hanger and Time Gal...the easy games to load. I tried to get Space Ace to work and nothing, Any and all pointers would be greatly appreciated. Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 2 août 2022 Partager Posté(e) le 2 août 2022 3 hours ago, Spaced Ace said: Is there a tutorial on how to load the games into Singe 2? I have Cliff Hanger and Time Gal...the easy games to load. I tried to get Space Ace to work and nothing, Any and all pointers would be greatly appreciated. Look in the fixes file at the bottom of the Singe page on SingeEngine.com. Overwrite anything you have with what is in the fixes zip. I am currently working on recompressing fixed versions of everything I'm able to distribute to hopefully put an end to this mess. 🙂 Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 3 août 2022 Partager Posté(e) le 3 août 2022 BOOM! Major update: https://kangaroopunch.com/software/singe All games fixed and re-uploaded. Many new titles added. (I am not allowed to distribute "Dragon's Lair", "Dragon's Lair II", or "Space Ace" as they are owned by Digital Leisure.) 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
mazinger4life Posté(e) le 4 août 2022 Partager Posté(e) le 4 août 2022 Hey Big Thks Scott keep giving the goodies 😃 Lien vers le commentaire Partager sur d’autres sites More sharing options...
Spaced Ace Posté(e) le 4 août 2022 Partager Posté(e) le 4 août 2022 I tried to download Super Don and can only get 35.41%, but my browser download says it's complete. Still looking at how to get SA, DL and DL2 to work. Lien vers le commentaire Partager sur d’autres sites More sharing options...
GodElite Posté(e) le 4 août 2022 Partager Posté(e) le 4 août 2022 @sduensin thank you for the updates! I've downloaded Super Don Quixote but can't get it to work. What's is the command line to run it on a bat file? Also, it seems that it's the only game released without the \Index folder. Help please! Lien vers le commentaire Partager sur d’autres sites More sharing options...
sduensin Posté(e) le 5 août 2022 Partager Posté(e) le 5 août 2022 9 hours ago, GodElite said: @sduensin thank you for the updates! I've downloaded Super Don Quixote but can't get it to work. What's is the command line to run it on a bat file? Also, it seems that it's the only game released without the \Index folder. Help please! There should never be index files included with the game. Singe will generate them for you. And I'm working on a tool to automatically generate batch and shell script files for every game. Drop by the discord to test it before it's released! 11 hours ago, Spaced Ace said: I tried to download Super Don and can only get 35.41%, but my browser download says it's complete. Still looking at how to get SA, DL and DL2 to work. Maybe I'll re-publish fixes for the games I can't distribute. It'd be better if @Karis fixed his distributions! Lien vers le commentaire Partager sur d’autres sites More sharing options...
Spaced Ace Posté(e) le 5 août 2022 Partager Posté(e) le 5 août 2022 10 hours ago, sduensin said: There should never be index files included with the game. Singe will generate them for you. And I'm working on a tool to automatically generate batch and shell script files for every game. Drop by the discord to test it before it's released! Maybe I'll re-publish fixes for the games I can't distribute. It'd be better if @Karis fixed his distributions! Is there much more to getting the files from Karis to work with Singe 2 than Cliff Hanger and Time Gal from your site? I'm sure it's operator error on my part. Lien vers le commentaire Partager sur d’autres sites More sharing options...
ViRuS-MaN Posté(e) le 5 août 2022 Partager Posté(e) le 5 août 2022 what is the commande for the game : The Elder Scroll for play ??? Lien vers le commentaire Partager sur d’autres sites More sharing options...
Messages recommandés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant