Nukem9 / LinkerMod

Enhancements for Black Ops' modtools
115 stars 32 forks source link

Black screen and frozen when loading mod #76

Closed 2bandz closed 3 years ago

2bandz commented 4 years ago

I load everything up correctly, but when i'm in black ops zombies, i go to mods, then i click a mod to load, my screen turns black like it's loading the mod but it just stays black and if i ALT+TAB i can move the box around but i can't click or do anything so it basically freezes my movement and black ops just stays a black screen forver until i shut down. there's no error code or anything it just freezes. sooo what's wrong?

Arefu commented 4 years ago

Do you have a legit non-german copy of the game on Steam?

2bandz commented 4 years ago

Do you have a legit non-german copy of the game on Steam?

no, but a bunch of my friends play it together with the same version i have and it works. and it's not german it's english

2bandz commented 4 years ago

hey man i really need help i just wanna play and get memories

lucasroyale commented 4 years ago

I have this exact issue too

SE2Dev commented 4 years ago

I can't really help much unless there's an error that shows up. You could try running the game with +set logfile 2 and checking the logs after it's been stuck on the black screen for a while.

2bandz commented 4 years ago

how do i run the game with that?

Arefu commented 4 years ago

Yeah, see, if I remember right the game needs to be owned on Steam, not the CD version or a cracked copy.

Buy it legit, also you run it using that by either creating a shortcut or opening cmd where the game is located and typing the EXE name with the +set logfile 2 command appended at the end, just lookup command line arguments.

2bandz commented 4 years ago

can you show me how i can do this method? like pictures and what not? i'm confused

2bandz commented 4 years ago

sooo

SE2Dev commented 4 years ago

Copy the batch file that comes with game_mod, and add +set logfile 2 +set fs_game mods/YOUR_MOD_HERE to the end of the launch command in it, then launch that batch file. If the game black screens, wait a few moments and close it, then navigate to GAME_DIRECTORY/players/YOU_MOD_HERE and get the log for your mod.

2bandz commented 4 years ago

okay i will try this and get back to you when i try

2bandz commented 4 years ago

i think i did it right, in the game_mod.bat, i right click it then click edit, then i put the command after the command that's already in the .bat ,, right? i tried that and the game launched normally so i loaded the mod and i'm on a black screen so i'll wait like 5 minutes before i have to log off so it's not frozen

2bandz commented 4 years ago

i don't think i did, there's no log file

SE2Dev commented 4 years ago

Everything should be on one line in the batch file. Did the game launch to the menu screen?

2bandz commented 4 years ago

yes then i clicked mods and loaded a mod, and it gave me the black screen

2bandz commented 4 years ago

when i add the line in the batch file, do i put a space where u tell me to write? or do i just immediately add the + command

SE2Dev commented 4 years ago

Everything should be on one line, there should be a space between the original command and the additional stuff you add.

If done correctly the game should either boot into the mod, or hang on a black screen; if it launches to the menu screen without the mod loaded, something was wrong.

You can always paste the batch file contents here too.

2bandz commented 4 years ago

cd bin launcher_ldr.exe game_mod.dll ../BlackOps.exe +set logfile 2 +set fs_game mods/zombie_trench

^^thats what is inside of my game_mod.bat

2bandz commented 4 years ago

is that right?

SE2Dev commented 4 years ago

It should be.

2bandz commented 4 years ago

i'll give it another go

2bandz commented 3 years ago

so i just tried to launch it again with the command right now, and it booted up with the mod loaded, so what do i do now?

2bandz commented 3 years ago

i just loaded into a game solo, and it loaded in!!! i didn't get a black screen

2bandz commented 3 years ago

i think the problem fixed itself, i launched the game normally and it worked

SE2Dev commented 3 years ago

Very strange. I'm going to mark this issue as closed for now then.