Giter Site home page Giter Site logo

scpcb-ue-my's Introduction

Blob

scpcb-ue-my's People

Contributors

admclef avatar easyt-t avatar epicdasherfr avatar jabka666 avatar juanjp600 avatar saalvage avatar slend13561 avatar snoegit avatar wolfnaya avatar ziyuecommentary avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

scpcb-ue-my's Issues

NPC Event bugs

Dr. Maynard's body does not fall down and the clerk sometimes spawns on the same side of the tesla gate as the player.

Some issues I have found

The e_room3_storage event where the gas slowly kills you ignores hazmat suit, does not give off a death message, and struggles a lot more to kill you anymore due to the new blink mechanic getting rid of some blur which this event relies on.
Should be changed to If wi\GasMask = 0 And HazmatSuit = 0 Then to fix the hazmat issue at least.

Another issue is that cups of 008 and 409 can reset the progress they accumulated. Should be fixed by changing the lines from

If GetINIInt2(SCP294File, Loc, "Infection") Then I_008\Timer = 1.0

If GetINIInt2(SCP294File, Loc, "Crystallization") Then I_409\Timer = 1.0

to

If GetINIInt2(SCP294File, Loc, "Infection") Then I_008\Timer = I_008\Timer + 1.0

If GetINIInt2(SCP294File, Loc, "Crystallization") Then I_409\Timer = I_409\Timer + 1.0

Compile bug

When I update repo i forget check duplicate codes, so game can't compile, and also game missing Localization folder, so local files can't unzip.

I'm not sure are you seen my advice, so i think i better mention this again.

By the way, I think add a multi-language channel in discord is a good idea, it will make translators more easy to give us the localized zip-file, and tell us which language we should add in crowdin. :3

Whether have channel will effect content of contribute guide.

Office Door bug

Door appears to freeze in weird ways when you leave the room instantly as it is still opening.

Random crashes

  • Random crashes appear after 5-10 minutes of gameplay. Reloading the game fixes the problem. Find the bug and propose a solution.
    image.png

Suggestions for the new SCP and Rooms

Is the Reborn Edition just for optimizing the original game?
I think some rooms in the old version are quite interesting, such as room3ct in the NTF mod (although this is not good for game performance), but perhaps you can collect some rooms (SCP) on Discord. I thought you can improve the SCP-020.
Then you can add some necessary elements to the player, such as the need for a password to open a door of Gate B, and add some documents/prompts about the locked door of Gate B in certain rooms.
The above is only my personal opinion.

Subtitles option out of the options panel

Subtitles option out of the options panel

Version
v1.2 (No translations)

Resolution
1280*960 (Window)

Description
Subtitles option out of the options panel

Image
image

Suggestion

  1. Add "Next" button to switch next page.

Blank game

This bug causes game to black when launching game from the launcher.

From my analysis, the problem happens on Graphics_Core.bb.

ue mod doesn't allow players to select graphics cards, if player has multi graphics cards, this bug may happen because game may render the graphics with the graphics card that os doesn't use.

Incorrect event description

In version v1.1,UE removed SCP-106 from SCP-005's containment chamber event. But the MapCreator event description still writing "Event with SCP-106 in the presence of SCP-005".
屏幕截图 2023-04-15 223441
屏幕截图 2023-04-15 223426

Wallet bug

when i put a coin into wallet, it displays "wallet is full" although coin is put in.

Some suggets

You says "so many people asks why removed so many scps", so why you dont re-add those scps?

oh, what about add "Multi-Language" interface?

Door disappear in v1.0.3

image

Door and button are disappear, but they will appear when door open.

image

Another side of this door seem okay.

image

Oh and btw, I want make chinese translate version for ue mod, but v1.0.2 (latest version for now) source seems cant found in here.

Language Selector bug

After changing the text's color from 1, 0, 0 to 0, 0, 0, texts become disappear when the language amount to more than 13.

I don't know why so i set the color to 1, 0, 0 when developing, and i also notice the scroll bar won't work fine.

Stay too long in the selector also cause MAV, i don't know why because the debug mode didn't show anything.

And the Map Creator folder didn't contain the Maps folder, the game will crash when trying to get maps from the folder.

The achievement tooltip is down below the buttons.

Map Creator crash

Map Creator crashes after changing language. The bug appeared because of the commit translating forest and MT names

Subtitles still showing when the player wearing SCP-1499

Subtitles still showing when the player wearing SCP-1499

Version
v1.2 (No translations)

Description
Subtitles still showing when the player wearing SCP-1499.

Video

TEST.mp4

Suggestion

  1. Make subtitles disappear in SCP-1499
  2. Stop subtitles timer in SCP-1499
  3. Restart subtitles timer when leaving SCP-1499

Loading screens content bug

There are some non-latin characters appear in loading_screens.ini, but file's encoding is Windows 1252.

It means these characters will be invisible in game.

Optimization system

Still can't finish optimization system hiding all objects located in the rooms that player doesn't see. Hide/ShowRooms functions in new_blend branch

Apollyon\Esoteric No Save crashing

After dying the game will crash. It appears like perhaps this here might be the culprit? Part of main core file.
If SelectedDifficulty\SaveType = NO_SAVES Then
DeleteGame(CurrSave)
EndIf

Check dlls bug

When I searching for redundancy dlls, the game won't tell me dll is missing, it just crash.

Locked in the cont1_035

The player locked in the cont1_035.

Version
v1.2 (No translations)

Description
The player will locked in the cont1_035 when SCP-035 exiting and the player wearing SCP-1499

Video

TEST.mp4

Suggestion

  1. Stop SCP-106 State in cont1_035.
  2. Make player can't using SCP-1499 in cont1_035.

Big Door Bug

When I open/close a big door, it didn't play any sounds.

But SFX folder has sound files, that's weird. 🤔

I didn't find where bug happend, why i cant add labels?

Jump out of the cont1_173

Jump out of the cont1_173

Version
v1.2 (No translations)

Description
In the intro scene, when the player moving backward, after changed the scene to breached map, player will jump out of the cont1_173.

Video

TEST.mp4

Suggestion

  1. Make the player can't control the character when changing the scene.
  2. Teleport the player forward (add Z axis position)

Use Json instead of Ini

  • SCP-294.ini
  • NPCBones.ini
  • 1499chunks.ini
  • loading_screens.ini

For designing of ini file, loading_screen.ini is unable to be uploaded to ZiYue Weblate, because we can't modify the section.

We can re-design the architecture of loading_screen.ini, but it's better to use json. I will try to make a json reader to make it.

Wallet/Clipboard bug

When wallet/clipboard is full and put another item into it, game will crash.

Catactrophic Error: Object does not exist, seems wallet/clipboard always not null.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.