Aller au contenu

ducon2016

GamerLine
  • Compteur de contenus

    1 143
  • Inscription

  • Dernière visite

  • Jours gagnés

    39

Tout ce qui a été posté par ducon2016

  1. ducon2016

    Nouveau Départ Pour Moi

    Felicitations! Champomy pour tout le monde! :D
  2. Yes it runs for me on Win 10 x64, but not sure I tested what you needed. Can you give us the repro steps you follow that lead to a black screen?
  3. Superbe travail! Gros merci
  4. As promised here is the d3d8to9 fixed to work with Chaos Legion, so you can use reshade and any other cool tools to make it look better. The code is included so that you can share with the dgVoodoo2 guy. Really simple, I just modified the CreateTexture function. unsigned long upper_power_of_two(unsigned long v) { v--; v |= v >> 1; v |= v >> 2; v |= v >> 4; v |= v >> 8; v |= v >> 16; return v + 1; } HRESULT STDMETHODCALLTYPE Direct3DDevice8::CreateTexture(UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, Direct3DTexture8 **ppTexture) { Height = upper_power_of_two(Height); d3d8to9-ChaosLegion.7z
  5. Magnifique! Quelles sont les differences qui restent apres ce mix avec la version arcade?
  6. Superbe effort, quelle est la difference entre ta version PC amelioree (apres modifications) et la version arcade?
  7. Also will think about making a patch into D3D8 to D3D9 for those who want to use Reshade. I will do this when I am back.
  8. Yes of course, happy to share, and dgVoodoo2 could do that without a problem. I just round the height of the textures to the next power of 2 in the CreateTexture method. For example if the height is 41, I change it to 64 when the texture is created. If already a power of 2, I do not change anything. I will share the source code when I am back, I am traveling for a couple of weeks.
  9. Thanks for sharing and your dedication making all this work. Plenty of people here who love rare stuff like that, and appreciate your efforts :D
  10. Just discovered Rad Rodgers: https://www.gog.com/game/rad_rodgers Pretty good platformer:
  11. Moi aussi je suis sur un vrai PC :D Le code vient de retropie, mais le lien est pour Windows :D
  12. Added a lot of things making it even more useful: [v7] Merged BlockDirectInput8 option into FilterOtherPads. FilterOtherPads=1 will hide Direct Input joysticks whether you use direct input or xinput. [v7] Added key remapper. Making it possible to remap game keys without the need for Autohotkey or Atelier remapper [v7] Experimental wheel emulator for games which UI was designed to be navigated with a wheel
  13. EmulationStation est tres bien pour moi. Super facile a utiliser et assez joli. Le seul probleme est que le soft marche pas hyper bien pour recuperer les jaquettes ou les info de jeux, donc souvent je dois editer des configurations a la main. La version Retropie est plus a jour: https://github.com/jrassa/EmulationStation/releases/
  14. [Title] Stardust Galaxy Warriors [Store] https://store.steampowered.com/app/389650/Stardust_Galaxy_Warriors_Stellar_Climax/ [Video]
  15. Il y a Sky Force Reloaded dans le thread mais Sky Force Anniversary est tres bon aussi: [Title] Sky Force Anniversary [Store] https://store.steampowered.com/app/355050/Sky_Force_Anniversary/ [Video]
  16. [Title] Sine Mora [Store] https://store.steampowered.com/app/207040/Sine_Mora/ [Video]
  17. Chaos Legion uses DirectX 8 and had broken texturing on recent hardware. Just put the attached dll in the game folder and it will now work fine. Without Fix: With Fix: d3d8.7z
  18. Tu passes a cote de bons jeux exclusifs: After Burner, Virtua Fighter 5, Dengeki Bunko, et plein d'autres pepites.
  19. Oui c'est pour cela que je garde les vieilles versions pour chaque truc, je n'upgrade que pour les jeux qui marchent pas.
  20. I managed to make this version work: https://www.google.com/search?q=axel+city+nicoblog But you MUST follow the instructions, it creates a link with a complex command line: 1) Extract the “Axel City Complete” folder wherever you want 2) Inside the game folder open the folder “ntleas043_x86” and then click the “ntleasWin.exe” 3) When you open ntleas click on the three dots icon (…) in the lower right corner (after the AppPath) to select your Axel City exe file, (inside of your Axel City Complete folder) which should be a bunch of Japanese letters ending with .exe (this: アクセル.exe ) 4) Then in ntleas click on the left arrow icon ( < — ) that is next to the “Save &Run” button,and when prompt for creating a shortcut, just click yes. 5) Always start the game from the created desktop shortcut, not from the game folder otherwise the game will crash. 6) Enjoy this obscure fighting game! Then to make the fullscreen work on Windows10, I had to put ddraw.dll in the japanese named .exe folder from https://github.com/narzoul/DDrawCompat/releases/download/v0.2.1/ddraw.zip
  21. [Title] Revolver 360 [Store] https://store.steampowered.com/app/313400/REVOLVER360_REACTOR/ [Video]
  22. [Title] Kamui [Store] https://store.steampowered.com/app/283820/KAMUI/ [Video]
  23. Quelques nouveaux shoot'em up que j'ai decouvert recemment: [Title] Alltynex Second [Store] https://store.steampowered.com/app/283840/ALLTYNEX_Second/ [Video]
  24. Update v3. Added the useful option to terminate a game by pressing a game. Just remap a key to itself. That key will be used to close the game. Useful for games like Alltynex Second or Antinomy of Common Flowers where AutoHotkey does not work.
  25. ducon2016

    Collection de patchs

    Added patch for EtherVapor Remaster to remove the update check and dialog box, allowing the game to boot straight into the game
×
×
  • Créer...