Python Forum
Game Graphics Viewer And Editor Query
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Game Graphics Viewer And Editor Query
#1
Hi there,

I would like to attempt to make a Utility that allows me, to view and edit Graphics from a certain WW2 Aircraft Combat DOS Game.

As I can't find one for these type of Graphics on the internet. Nothing too technical, but that would allow to extract the Graphics from certain .PAC Files which according to the Internet are an Atari Computer game 'STAD' Graphics. I would like to focus on the external Aircraft Graphics, the Cockpit interior and Wing Views from the Cockpit, would be rather tricky to edit. I.e. allow the graphics to be able to be, rotated from different angles, and edited to make new externally different Aircraft. Then saved back to the .PAC File Format so they can be used in the DOS Game. People have edited the performance, Colours etc mixed and matched with Cockpit Views etc, to make 'New' Planes on the Internet via Hex Editing on a 'MOD' Website on the Internet for this particular Game, but Changing external Graphics hasn't been achieved.

Could someone tell me of any Tutorials, i.e. Videos or Text Tutorials or other Forum Posts where, something along the lines of what I describe has been done or attempted, so I have a basis to start from with Python Coding ? Any Urls etc.

Any help would be much appreciated.

Best Regards

Eddie Winch
Reply
#2
The very first step would be to either to convert the .pac into a format pygame will understand.

Maybe you'll be better off searching for an existing spritesheet in .png, or making one.

From there pygame has tools available to swap and add color values, etc. But first, you need graphics it can use. I can help with this once you are set up.
Reply
#3
you might also look through: https://pypi.org/search/?q=sprites+%2B+pygame for existing packages.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Qt Designer : help document viewer error. davediamond 2 1,607 Apr-14-2022, 10:38 AM
Last Post: davediamond
  [Tkinter] Need some basic help with GUI graphics Jerz 2 2,970 Nov-11-2017, 12:10 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020