GDT Graphic Update v0.1

GFD Graphic Update v0.1

ALPHA v0.1 Released!

v0.1

Texture Update

  • Walls
  • Floor
  • Body + Side Body
  • Computer
  • Textures

v0.1 Includes ONLY Level 1

WARNING When you download the files be sure to make backup of original files!

Download Link: https://www.mediafire.com/?77bjz33hmocpj0p Last Update: 3.6.2014 (20:31)

Finished 0.1 SCREENIE :slight_smile: :

v0.2

COMING SOON

Looking for Texture Designer for the Project

11 Likes

How would this mod change those graphics?

Wait, are you creating a texture mod where you aren’t the one making the actual textures? Or are you just looking for someone who can help you?

I’m making textures and i’m looking for one more guy to help me out :slight_smile:

1 Like

You will probably have more success in your search if you post some examples of what you already have.

PatrickKlug. Updated :slight_smile:

Nice!
But this PC looks too new for those times, maybe not the PC but keyboard and especially mouse.

I’m think i can help you.

This is what I have been trying to do but make it really simple in the fact of just putting the mod into the mods folder and it has a higher priority than the gdt textures.

Download Link is Ready! Be sure to download and check out v0.1 release of my first “modded” textures :slight_smile:

you should put a warning in the readme file stating that it will replace the original gdt files and recommend making a backup of the original ones

Gonna update in next release :slight_smile:

You should make it a mod that automatically loads the textures :wink:

1 Like

If i only knew how :smiley: :stuck_out_tongue:

I played with it before it isn’t that hard to replace the textures in a mod.
replacing the level one background drop was 2 lines of code I believe, I’m not at home at the moment so I can’t give a code snippet.
But I’m sure you can figure it out! :slight_smile:

1 Like

If this mod looked famous enough: I may help you improving the textures

that looks mighty fine! looking forward to what you come up with :slight_smile:

4 Likes

yes @Darkly that’s exactly what I said im trying to do.

As I said, looks very nice.
If you would change the mouse… It’s not from mid 80s…
But, I will test the next version (which I hope is coming).

@bergstrom
Here is a code snippet for replacing the level1 backdrop!

ResourceKeys.Level1 = "./mods/CompetitorMod/source/images/level1.png";

var loader = new html5Preloader(ResourceKeys.Level1);
GameDev.ResourceManager.resources[ResourceKeys.Level1] = loader.getFile(ResourceKeys.Level1);

Enjoy,
Kristof

5 Likes