• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MeltyPlayer / MeltyTool / 23081282649

14 Mar 2026 05:21AM UTC coverage: 41.505% (-0.05%) from 41.558%
23081282649

push

github

MeltyPlayer
Set up janky loader for The Labyrinth: Plus Edition.

7012 of 18962 branches covered (36.98%)

Branch coverage included in aggregate %.

1 of 94 new or added lines in 9 files covered. (1.06%)

29943 of 70075 relevant lines covered (42.73%)

62302.35 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/FinModelUtility/Games/TheLabyrinthPlusEdition/TheLabyrinthPlusEdition/src/schema/scb/Section2.cs
1
using System.Numerics;
2

3
using fin.schema;
4

5
using schema.binary;
6
using schema.binary.attributes;
7

8
namespace tlpe.scb;
9

10
[BinarySchema]
11
public sealed partial class Section2 : ISection {
12
  [Unknown]
13
  private uint unk0_;
14

15
  [Unknown]
16
  private uint unkIndex0_;
17

18
  [Unknown]
19
  private uint unkCount0_;
20

21
  [Unknown]
22
  private uint unk1_;
23

24
  [Unknown]
25
  private uint unk2_;
26

27
  [WLengthOfSequence(nameof(UnkVec3s))]
28
  private uint vectorCount_;
29

30
  [Unknown]
31
  private uint unk3_;
32

33
  [Unknown]
34
  private uint unk4_;
35

36
  [Unknown]
37
  [RSequenceLengthSource(nameof(vectorCount_))]
NEW
38
  public Vector3[] UnkVec3s { get; set; }
×
39
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc