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 :
v0.2
COMING SOON
Looking for Texture Designer for the Project
11 Likes
Haxor
May 31, 2014, 9:20pm
#2
How would this mod change those graphics?
Darkly
May 31, 2014, 9:43pm
#3
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
1 Like
You will probably have more success in your search if you post some examples of what you already have.
Haxor
June 1, 2014, 5:28pm
#7
Nice!
But this PC looks too new for those times, maybe not the PC but keyboard and especially mouse.
iSenzo
June 1, 2014, 6:11pm
#8
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
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
Darkly
June 1, 2014, 8:39pm
#13
You should make it a mod that automatically loads the textures
1 Like
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!
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
4 Likes
yes @Darkly that’s exactly what I said im trying to do.
Haxor
June 2, 2014, 3:10pm
#19
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