Map bugs
- Infernus
- Registered user
- Posts: 985
- Joined: 16 Oct 2014, 17:02
- Location: Croatia
Map bugs
Bug Description:
There are many misplaced or missing objects after the security update.
1. Duplicate pipe under cryo pod. FIXED
2. Missing 1 firedoor and 1 blastdoor in security under front window. FIXED
3. All 4 regular windoors in security gives out runtime errors upon round start. Probably a typo with variables when you mapped them. FIXED. it was because the floor was plating apparently...
4. Missing power cables for bridge APC (under commander's carpet) and cargo department APCs (under engineering tool locker and wall next to it). Possible more missing wires. FIXED
5. Firelocks on security walls -- I don't see this anywhere???
6. Isolation flash button is actually a door button. It needs a special button for flashers FIXED
There are many misplaced or missing objects after the security update.
1. Duplicate pipe under cryo pod. FIXED
2. Missing 1 firedoor and 1 blastdoor in security under front window. FIXED
3. All 4 regular windoors in security gives out runtime errors upon round start. Probably a typo with variables when you mapped them. FIXED. it was because the floor was plating apparently...
4. Missing power cables for bridge APC (under commander's carpet) and cargo department APCs (under engineering tool locker and wall next to it). Possible more missing wires. FIXED
5. Firelocks on security walls -- I don't see this anywhere???
6. Isolation flash button is actually a door button. It needs a special button for flashers FIXED
- Infernus
- Registered user
- Posts: 985
- Joined: 16 Oct 2014, 17:02
- Location: Croatia
Re: Map bugs
7. MP start locations are missing. FIXED
8. There is an invisible computer just above the security window, in the hallway. FIXED
8. There is an invisible computer just above the security window, in the hallway. FIXED
- WyattH
- Registered user
- Posts: 305
- Joined: 10 Sep 2015, 22:36
Re: Map bugs
Here's one of the missing wire sections by the CO office
FIXED
FIXED
You do not have the required permissions to view the files attached to this post.
- WyattH
- Registered user
- Posts: 305
- Joined: 10 Sep 2015, 22:36
Re: Map bugs
Here's the missing wire section for the engine SMES
FIXED
FIXED
You do not have the required permissions to view the files attached to this post.
- WyattH
- Registered user
- Posts: 305
- Joined: 10 Sep 2015, 22:36
Re: Map bugs
Here's the missing wire sections for the engineering APC as well as the wire leading into cargo for their power that should go through the wall
FIXED
FIXED
You do not have the required permissions to view the files attached to this post.
- WyattH
- Registered user
- Posts: 305
- Joined: 10 Sep 2015, 22:36
Re: Map bugs
Here's the missing wire section for the north solar SMES in briefing
FIXED
FIXED
You do not have the required permissions to view the files attached to this post.
- Mitchs98
- Registered user
- Posts: 662
- Joined: 23 Jan 2015, 21:56
Re: Map bugs
Not sure if it's related, but for some reason SL's have full access to Req. Which..doesn't make much sense by far.
- apophis775
- Host
- Posts: 6985
- Joined: 22 Aug 2014, 18:05
- Location: Ice Colony
- Byond: Apophis775
- Contact:
Re: Map bugs
I've edited the posts and marked:
FIXED
Next to what I've repaired.
The wiring, was not my fault. For some weird reason, when I got the map, all of the left-right yellow wiring was gone. I thought i had replaced it all.
Let me know if there are any more issues.
FIXED
Next to what I've repaired.
The wiring, was not my fault. For some weird reason, when I got the map, all of the left-right yellow wiring was gone. I thought i had replaced it all.
Let me know if there are any more issues.
- Infernus
- Registered user
- Posts: 985
- Joined: 16 Oct 2014, 17:02
- Location: Croatia
Re: Map bugs
"5. Firelocks on security walls -- I don't see this anywhere???"
You must of fixed it with that spawn point fix push. There were 2 firelocks on the wall in the security hallway.
You must of fixed it with that spawn point fix push. There were 2 firelocks on the wall in the security hallway.
- apophis775
- Host
- Posts: 6985
- Joined: 22 Aug 2014, 18:05
- Location: Ice Colony
- Byond: Apophis775
- Contact:
Re: Map bugs
Didn't see them.
I DID however, discover the culprit behind all the wire shenanigans.
Apparently, byond crashed while saving/compiling on the remote, and when it did, i removed all references to the east-west running wires from the map, as well as added some random other objects around. It happpened again last night once, but it instead replaced all "empty space" tiles, with tiles that were empty space, but contained commander armor.
We have to be super vigilant, if byond crashes during a compile, make sure you double-check everything.
I DID however, discover the culprit behind all the wire shenanigans.
Apparently, byond crashed while saving/compiling on the remote, and when it did, i removed all references to the east-west running wires from the map, as well as added some random other objects around. It happpened again last night once, but it instead replaced all "empty space" tiles, with tiles that were empty space, but contained commander armor.
We have to be super vigilant, if byond crashes during a compile, make sure you double-check everything.
- Infernus
- Registered user
- Posts: 985
- Joined: 16 Oct 2014, 17:02
- Location: Croatia
Re: Map bugs
Runtime error of windoors is still here, and I found out why. You set the access value to the wrong var.
You placed it in req_access, while it should be in req_access_txt
Liek dis:
(E) (C) (M) req_access = null
(E) (C) (M) req_access_txt = "3"
You placed it in req_access, while it should be in req_access_txt
Liek dis:
(E) (C) (M) req_access = null
(E) (C) (M) req_access_txt = "3"
- Infernus
- Registered user
- Posts: 985
- Joined: 16 Oct 2014, 17:02
- Location: Croatia
Re: Map bugs
Mostly fixed.