Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
More map change problems
Venom Fox Offline
Junior Member

Posts: 32
Threads: 9
Joined: Mar 2016
Reputation: 0
#1
More map change problems

I made a thread similar to this a while back, but I didn't get this solved. I really want to
mod Soma, and this is so infuriating. Instead of trying to explain EVERYTHING, I made a quick video about it : https://www.youtube.com/watch?v=Y9yzGEeG...e=youtu.be

As you can see, the next map is invisible. However, when loading that very same map in the debug mode, it's visible and everything is ok. But when I go through the level door, that happens.

So, I have a folder named Mourn Us in the Mods folder in the Soma folder. Inside
that folder are the usual, config, Maps, Script, Entry.hpc and resources.cfg, so there shouldn't be a problem with that, right?

I have set the door lead to the next map in the level editor, obviously.

As far as I know, it should work. Plus I'd like to know if I'm the only one having this problem. I can't be.. right?!
07-07-2016, 11:06 PM
Find
Abion47 Offline
Senior Member

Posts: 369
Threads: 22
Joined: Oct 2015
Reputation: 46
#2
RE: More map change problems

Out of idle curiosity, try adding "Effect_Fade_In(1)" to the second map's OnEnter function.
07-07-2016, 11:16 PM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#3
RE: More map change problems

What happens when you change the level via script (Map_ChangeMap)? Same thing?

07-07-2016, 11:18 PM
Find
Venom Fox Offline
Junior Member

Posts: 32
Threads: 9
Joined: Mar 2016
Reputation: 0
#4
RE: More map change problems

(07-07-2016, 11:16 PM)Abion47 Wrote: Out of idle curiosity, try adding "Effect_Fade_In(1)" to the second map's OnEnter function.

Holy hell. I can't believe this, after all this time, after all this trial and error that WAS the solution. Thanks, very much, though! Really fricking appreciated!

I just.. don't get it. I didn't even have a fadeout function anywhere... ;.;
07-07-2016, 11:22 PM
Find
Hypercube Offline
Member

Posts: 124
Threads: 20
Joined: Sep 2015
Reputation: 1
#5
RE: More map change problems

Okay, besides fading out and what not, how in the world do we actually do this? This happens to me as well. I put everything in right in the door's properties but it doesn't work. Neither does it work when there is already a fade in intro.
07-08-2016, 06:39 AM
Find
TiManGames Offline
Senior Member

Posts: 517
Threads: 25
Joined: May 2015
Reputation: 11
#6
RE: More map change problems

There's no sound to the floor because the lack of Soundspace area. Add one and determine it's properties.

This forum is dead
07-08-2016, 11:47 AM
Find
Abion47 Offline
Senior Member

Posts: 369
Threads: 22
Joined: Oct 2015
Reputation: 46
#7
RE: More map change problems

(07-07-2016, 11:22 PM)Venom Fox Wrote:
(07-07-2016, 11:16 PM)Abion47 Wrote: Out of idle curiosity, try adding "Effect_Fade_In(1)" to the second map's OnEnter function.

Holy hell. I can't believe this, after all this time, after all this trial and error that WAS the solution. Thanks, very much, though! Really fricking appreciated!

I just.. don't get it. I didn't even have a fadeout function anywhere... ;.;

My guess is that the map transfer script you are using has an implicit fade out function (you can see it in the video when you click on the door). Either by design or by oversight, that function must not fade back in, which would force you to do it manually.
07-08-2016, 05:01 PM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#8
RE: More map change problems

you could avoid this problem by using an area covering the level-door and changing the level via script. Could work.

07-08-2016, 06:05 PM
Find
Hypercube Offline
Member

Posts: 124
Threads: 20
Joined: Sep 2015
Reputation: 1
#9
RE: More map change problems

Still doesn't work for me, how do you get it to work? I put effect_fade_out in the on enter function and set it to 5, but that didn't work, so I set it to 0, that didn't work, I added the fade out effect in the on start function and set it to zero and had the fade in function still but it didn't work. What the crap?
(This post was last modified: 07-08-2016, 07:46 PM by Hypercube.)
07-08-2016, 06:35 PM
Find
Abion47 Offline
Senior Member

Posts: 369
Threads: 22
Joined: Oct 2015
Reputation: 46
#10
RE: More map change problems

(07-08-2016, 06:35 PM)Hypercube Wrote: Still doesn't work for me, how do you get it to work? I put effect_fade_out in the on enter function and set it to 5, but that didn't work, so I set it to 0, that didn't work, I added the fade out effect in the on start function and set it to zero and had the fade in function still but it didn't work. What the crap?

It's Effect_Fade_In. Effect_Fade_Out is what you want to call when you want the screen to be solid black.
07-09-2016, 03:47 AM
Find




Users browsing this thread: 1 Guest(s)