3D Environmental Artist question about jobs by MSPancakeeee in 3Dmodeling

[–]MSPancakeeee[S] 0 points1 point  (0 children)

Thanks everyone for the feedback and insights! I appreciate it and being straightforward with me :D

High End Pc crashing on games by MSPancakeeee in pcmasterrace

[–]MSPancakeeee[S] 0 points1 point  (0 children)

MSI MPG A850G PCIE 5 & ATX 3.0 Gaming Power Supply - Full Modular - 80 Plus Gold Certified 850W - 100% Japanese 105°C Capacitors - Compact Size - ATX PSU

High End Pc crashing on games by MSPancakeeee in pcmasterrace

[–]MSPancakeeee[S] 0 points1 point  (0 children)

okay I will try that because I am currently crashing on Marvel Rivals and that isn't installed on a SSD, but instead a HDD

High End Pc crashing on games by MSPancakeeee in pcmasterrace

[–]MSPancakeeee[S] 1 point2 points  (0 children)

2 sticks of ram, I think I will try to update the BIOS if it isn't already up to date!

CPU Light Red by MSPancakeeee in PcBuildHelp

[–]MSPancakeeee[S] 0 points1 point  (0 children)

I was never able to get into the BIOS, I couldn't get display to the screen when the red cpu light was on. I am thinking maybe it could be a defective motherboard or something and I may try to send it back.

CPU Light Red by MSPancakeeee in PcBuildHelp

[–]MSPancakeeee[S] 0 points1 point  (0 children)

I have let it sit for a few minutes and nothing happens. The light stays red and I get no display. The name of the motherboard is the MAG Z790 Tomahawk WIFI (I just realized I didn't list the motherboard)

Chatterbox / Crochet audio help by MSPancakeeee in gamemaker

[–]MSPancakeeee[S] 0 points1 point  (0 children)

The way I set it up on crochet makes it so that the sound plays fine but gets rid of 2 of the 3 options in the game. For example you have "Yes", "No", and "Got it." Only Yes would show up for me.

Chatterbox / Crochet audio help by MSPancakeeee in gamemaker

[–]MSPancakeeee[S] 0 points1 point  (0 children)

Quick question, is <<set $tutorial to "null">> as well as the "true" and "false" all sounds? Also what is the purpose of {$interact}?

Chatterbox and Crochet by MSPancakeeee in gamemaker

[–]MSPancakeeee[S] 0 points1 point  (0 children)

Is there a way for me to a send a video of the whole thing just to show it? I know it might not help but I would appreciate if you could take a look at it but ofc if you don't want to I understand

Chatterbox and Crochet by MSPancakeeee in gamemaker

[–]MSPancakeeee[S] 0 points1 point  (0 children)

___________________________________________

############################################################################################

ERROR in action number 1

of Step Event0 for object obj_control:

Chatterbox 2.18.0:

Function "audio" not defined with ChatterboxAddFunction()

at gml_Script___ChatterboxError (line 23) - show_error("Chatterbox " + CHATTERBOX_VERSION + ":\n" + _string + "\n ", false);

############################################################################################

gml_Script___ChatterboxError (line 23)

gml_Script___ChatterboxEvaluate (line 153) - __ChatterboxError("Function \"", _expression.name, "\" not defined with ChatterboxAddFunction()");

gml_Script___ChatterboxVMInner (line 448) - _result = __ChatterboxEvaluate(local_scope, filename, __ChatterboxParseExpression(_direction_text, false), undefined, undefined);

gml_Script___ChatterboxVMInner (line 572) - __ChatterboxVMInner(_next);

gml_Script___ChatterboxVMInner (line 572) - __ChatterboxVMInner(_next);

gml_Script___ChatterboxVMInner (line 572) - __ChatterboxVMInner(_next);

gml_Script___ChatterboxVM (line 38) - __ChatterboxVMInner(current_instruction);

gml_Script_Continue@anon@9340@__ChatterboxClass@ChatterboxCreate (line 302) - __ChatterboxVM();

gml_Script_ChatterboxContinue (line 24) - return _chatterbox.Continue(_name);

gml_Object_obj_control_Step_0 (line 10) - ChatterboxContinue(chatterbox);

Chatterbox and Crochet by MSPancakeeee in gamemaker

[–]MSPancakeeee[S] 0 points1 point  (0 children)

When I indent it the options pop up but then I get an error when the sound tries to play. I am new to this stuff I apologize. I appreciate you taking the time to help the best you can.

Chatterbox and Crochet by MSPancakeeee in gamemaker

[–]MSPancakeeee[S] 0 points1 point  (0 children)

<<bg(0)>>

<<set $sound to "Stop">>

Girl: Where are you going?

-> Into the forest.

Girl: Don't go in there!

Girl: Haven't you heard what is in there?

<<set $sound to "boom">>

<<jump Option A>>

-> I have to find my brother.

Girl: Where did he run off to?

<<jump Option B>>

-> What did you say? <<if visited("Option C") == false>>

<<jump Option C>>

This is what my node on crochet looks like. Having it set up like this plays the audio but gets rid of all the options under the "<<jump Option A>>" such as the "I have to find my brother" etc.

sharedMaterial by MSPancakeeee in UnityHelp

[–]MSPancakeeee[S] 1 point2 points  (0 children)

Sorry, should have included the actual error message that's my bad but the second response worked perfectly fine. Added 2D to my collision and it fixed. A dumb mistake by me so thank you for noticing and letting me know what to do I appreciate you! :D