lewa-j / Unity-Source-Tools

Plugin to import resources from the Source engine in Unity3D.
GNU General Public License v2.0
109 stars 22 forks source link

all entities dont load #36

Closed CL3NRc closed 5 years ago

CL3NRc commented 5 years ago

every single map i try to load doesnt load all of the entities and props in the map. instead it only loads a few, and most of that few has a blank grey texture

CL3NRc commented 5 years ago

someone, anyone, PLEASE HELP ME!!! im losing my shit trying to get this damn plugin to work!

CL3NRc commented 5 years ago

im starting to think that this plugin is fake... or maybe even broken, but no-one cares enough to say anything...

lewa-j commented 5 years ago

Not enough info. What game? What map? Which objects are missing? Did you extracted all the needed resources?

CL3NRc commented 5 years ago

Not enough info. What game? What map? Which objects are missing? Did you extracted all the needed resources?

im trying to extract a garry's mod workshop map, its a five nights at freddy's 1 map, but it doesnt seem to want to work right. most objects like pirates cove, balloons, the cloth on the tables, children drawings, office props like the fan and tv's, all of that stuff isnt loading. the only things that loaded are the base tables, untextured chairs, some doors, the office lamp, 1 shelf, and the office desk.

CL3NRc commented 5 years ago

is there a specific version of unity i need or something?

CL3NRc commented 5 years ago

also, what do you mean by extracted? you never said anything about extracting props from a map in the read me

CL3NRc commented 5 years ago

i've tried everything... it just will not load the props. i mean, at random it will load way more props than before, but i have no idea how to get it to do that constantly

antim0118 commented 5 years ago
  1. uSrcTools can't read Gmod addons.
  2. You need to extract PAK file (sometimes it contains textures/models) included to BSP file (using Pakrat)
CL3NRc commented 5 years ago

well what the hell is the point of using this tool if when i use a workshop bsp file it doesnt work right! the workshop has soo many possibilities with maps, and the only bsp files i can properly extract is only 2 default maps? what a waste of time

CL3NRc commented 5 years ago

i literally extracted the bsp, models and textures from the gmod gma file, and your telling me that because its a workshop item that it doesnt work right? what the hell is the point of having garry's mod as an option if the only two official gmod maps are construct and flatgrass?

antim0118 commented 5 years ago

Dude. I specifically made "assets path" to fix that problem. You should extract vpk/bsp pak/gma's to this folder. Also you can check console for errors/warnings.

It works exactly the same with csgo/l4d2/hl2.

CL3NRc commented 5 years ago

yeah, moving everything to the assets path didn't change a thing. there's still not every entity that's supposed to be there.

CL3NRc commented 5 years ago

and the only thing that's giving me errors are just a few textures that has nothing to do with the actual props

antim0118 commented 5 years ago

give me link to this map, i will check it

Fronkln commented 5 years ago

entities that uSrc can load are in the testEnts array in SourceBSPLoader.cs

CL3NRc commented 5 years ago

entities that uSrc can load are in the testEnts array in SourceBSPLoader.cs

yeah, good luck getting me to use that broken thing. it keeps saying "model isnt loaded" and it just gives me an empty game object called test model

Fronkln commented 5 years ago

image

surely if this thing was broken i wouldn't be able to achieve this?

antim0118 commented 5 years ago

this guy doesn't knows what he should do to make it work😕