GoldenEye: Source Forums

Editing and Customization => Modding Help => Topic started by: TriDefiance on February 02, 2013, 07:04:29 am

Title: ge_lafayette models and textures
Post by: TriDefiance on February 02, 2013, 07:04:29 am
Does anyone have the lafayette models and textures? I would like to bring this map back to 4.2 without any errors or anything using hammer. So yeah.
Title: Re: ge_lafayette models and textures
Post by: Rick Astley on February 02, 2013, 08:08:45 am
wait...judging from a twitter picture i thought this map is already being developed?

Title: Re: ge_lafayette models and textures
Post by: major on February 02, 2013, 12:47:54 pm
It was a 3-rd party map back in alpha from Luchador. But textures it used have been removed/updated so old version shows errors.

Yes is now being developed again by Luchador as a official.

You could get the old files by looking and seeing whats missing, finding them in alpha/beta download, then packing them into map. Shouldn't ever have to touch hammer. Seen working version around the random servers, maybe someone can offer a working version or more details on what you need.
Title: Re: ge_lafayette models and textures
Post by: Rick Astley on February 02, 2013, 02:41:26 pm
Like this?

http://files.ges-stats.com/maps/alpha/

Title: Re: ge_lafayette models and textures
Post by: Wake[of]theBunT on February 02, 2013, 03:33:05 pm
Seeing that download list brings back some hardcore memories.

Isocline...Fort knox...

Title: Re: ge_lafayette models and textures
Post by: kraid on February 02, 2013, 04:08:19 pm
you might need to do some entity editing though, to add all the new entities that have been inluded into GES for some gamemodes.
otherwise they might not give a good gaming experience (token placement) or won't work at all on the map.
Title: Re: ge_lafayette models and textures
Post by: namajnaG on February 02, 2013, 07:44:35 pm
Seen working version around the random servers, maybe someone can offer a working version or more details on what you need.
This version had no working textures.
Title: Re: ge_lafayette models and textures
Post by: killermonkey on February 02, 2013, 11:41:48 pm
Remember that GES Alpha 1 and GES Beta 1 were both under a different source engine (Source SDK 2003 I believe). The tools, model, and texture format is different from the Orange Box Engine.
Title: Re: ge_lafayette models and textures
Post by: kraid on February 03, 2013, 05:49:15 pm
Since i've ported over maps from these engine versions before, i know it's not an issue if using a few tricks.

Valve changed the model version number, so models from source 2005 won't load in source 2007.
Including models into the bsp will bypass the version number check.
You could also take the .mdl file, open it in a hex editor and change the version number manually by editing IDST, to IDST0 but that's not neccessary unless you wanna use the model in Hammer.
(for a custom map you will include the models into the bsp anyway)
Textures however, will still be compatible.