Help Wanted Created 2 months ago2024-02-16 10:10:43 UTC by efs efs

Created 2 months ago2024-02-16 10:10:43 UTC by efs efs

Posted 2 months ago2024-02-16 10:10:43 UTC Post #348576
Can someone help me in making a mod? There's some problems or issues that I could not solve.
Posted 2 months ago2024-02-16 10:29:25 UTC Post #348577
There are plenty of people here that can help, depending on the problem/issue.

Start by telling us what problems you've been having, one at a time.
Tell us what you wanted to do, what you expected to happen, what you've tried, and what actually happened instead.
Posted 2 months ago2024-02-16 12:50:55 UTC Post #348578
I got your DM.

So you're having trouble with level changes where the player spawns at map origin in the second level.
In that case you should check that
  • There is an info_landmark in both levels and named the same (without any special symbols or non-latin letters)
  • Both levels have a trigger_changelevel pointing to the corresponding map of the level change (i.e. the first level pointing to the second, and the second pointing to the first). It must do this even for one-way level transitions (in this case the second level's trigger_changelevel can be placed outside the playable area to keep the player from going back).
If you haven't already, check out Tutorial: Changing Levels guide as it's very helpful for learning about level transitions.
Posted 2 months ago2024-02-17 13:04:53 UTC Post #348579
just put your questions in the forum here
Archie ArchieGoodbye Moonmen
Posted 2 months ago2024-02-17 13:15:00 UTC Post #348580
Seems like efs didn't post an update here so I'll do it.
The problem was the landmark. I assume that particular issue was fixed then.
You must be logged in to post a response.