UGX-Mods

Call of Duty 5: World at War => Downloadable Items for Mappers => Custom Maps, Mods & Tools => Textures => Topic started by: Ege115 on August 05, 2014, 05:36:05 pm

Title: [Vision] For people who wants a different look in their maps.
Post by: Ege115 on August 05, 2014, 05:36:05 pm
I didn't know exactly in which section I could share a visionfile so it became the texture section.

Hey UGX members, I want to give you all something that you maybe think will make your maps to look better.
It's an existing visionfile that I modified. Here are two pictures of before and after.

NOTE: The vision might not look good in every map in the world. This vision will look better in dark maps but might look too bright in day maps, but that is you opinion, you decide!

This is the default visionfile most maps uses.
(http://i.imgur.com/5x8xavA.jpg)

And here is the one I modified.
(http://i.imgur.com/k1LapUD.jpg)

Now if you don't like the one I modified then don't mind this tutorial. ;)

To impliment this vision into your map, follow these steps.

Make a backup for the map before doing this!

1. Go to,
Code Snippet
Plaintext
Root/Raw/Vision/
and find the file called, zombie_factory.vision
Make a backup for that file at a place it is safe at.

2. Download the file.

3. Extract the file and copy and paste the file file called, zombie_factory.vision into,
Code Snippet
Plaintext
Root/Raw/Vision/

4. Re-compile your whole map plus build mod.

Enjoy!

Credits to Treminaor as I learned visionfile editing from the UGX wiki.
http://ugx-mods.com/wiki/index.php?title=Vision_File_%26_Settings_Guide (http://ugx-mods.com/wiki/index.php?title=Vision_File_%26_Settings_Guide)
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: SoulTaker on August 05, 2014, 06:46:28 pm
Nice I'll give try this one out I love how it looks man!
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: mrpeanut188 on August 07, 2014, 04:44:00 am
Oh my god, this looks beautiful. A lot of maps don't touch the vision file, but this one looks heaps better, especially with the viewmodel, you can really see the pores of the hands.
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: basziee on August 07, 2014, 05:51:08 am
Looks cool, going to try it when i'm back
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: SoulTaker on August 07, 2014, 06:30:52 am
The only problem with this is that once you get downed it resets the vision or something. :l But if you follow it the UGX wiki way you should be good.
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: Ege115 on August 07, 2014, 06:51:10 am
The only problem with this is that once you get downed it resets the vision or something. :l But if you follow it the UGX wiki way you should be good.
Hmm, I just tested it and it didn't reset after you've been downed. :/
You might have to follow the last step at the bottom I said too then. Try that if you haven't already.
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: SoulTaker on August 07, 2014, 07:17:40 am
Hmm, I just tested it and it didn't reset after you've been downed. :/
You might have to follow the last step at the bottom I said too then. Try that if you haven't already.
WHOOPS MY BAD! I can't believe I forgot that. I made a new Testmap recently and I forgot to redo that step my bad man !  :)
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: Ege115 on August 07, 2014, 07:25:08 am
WHOOPS MY BAD! I can't believe I forgot that. I made a new Testmap recently and I forgot to redo that step my bad man !  :)
Not sure if it will fix it though.
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: SoulTaker on August 07, 2014, 07:28:24 am
Well this happens I did the last step.
Before

(http://i57.tinypic.com/k4tvlj.jpg)

After

(http://i57.tinypic.com/oayxc5.jpg)
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: Ege115 on August 07, 2014, 08:14:26 am
Well this happens I did the last step.
Before

(http://i57.tinypic.com/k4tvlj.jpg)

After

(http://i57.tinypic.com/oayxc5.jpg)
Huh, I tested and now it happens for me too. Hmm I followed what it said in the wiki, but why is this happening? :(
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: JR-Imagine on August 07, 2014, 09:55:33 am
Eh, would've been easier if you made a backup of zombie_factory.vision and just renamed this one to that. Anyways, if you want to do it the hard way, open _laststand.gsc and set the vision to the custom one in the function where the player gets revived (on iPod, can't look up function name atm).
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: Ege115 on August 07, 2014, 12:12:23 pm
Alright so it should be fixed now.

Everybody, follow the steps in the OP instead now. And download the new file in this post and not in the OP.
But for all people who already have followed the tutorial before I updated it now, do this.
Go to,
Code Snippet
Plaintext
/Root/raw/maps/createart/
And open the file called, mapname_art.gsc
and find this,
Code Snippet
Plaintext
// level thread maps\_utility::set_all_players_visionset( "zombie_factory", 0.1 );
Remove the comments you added before so it looks like this instead.
Code Snippet
Plaintext
level thread maps\_utility::set_all_players_visionset( "zombie_factory", 0.1 );
Save and close.

Go to mapname.gsc and under zombiemode::main, remove this line I told you before,
Code Snippet
Plaintext
set_all_players_visionset( "custom_vision", 0.1 );
Save and close.

Remove this line I told you in launcher, mod.csv
Code Snippet
Plaintext
rawfile,vision/custom_vision.vision
Now follow the steps above instead and download the new file in this post instead. As I am not able to modify the attachment, I'll have to add a new attachment here.

Edit: Opps, accidently added 2 attachments, download either of them, doesn't matter.
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: SoulTaker on August 07, 2014, 05:48:15 pm
Awesome ! :)
Thanks a lot man !:D
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: Ege115 on August 07, 2014, 09:50:12 pm
Awesome ! :)
Thanks a lot man !:D
No problem dude. :D
Title: Re: [Vision] For people who wants a different look in their maps.
Post by: eliudjb on August 18, 2014, 01:19:10 pm
Thanks for share  8)