Please or Register to create posts and topics.

Can someone maybe compile this model?

PreviousPage 2 of 2

Looks nice!

To compile a model for Portal 2 you need to use the studiomdl in portal 2/bin. I made this batch file (adjust paths as necessary) to speed it up, just drop your QC on it.

Code: Select all
@echo off
"C:Program Files (x86)Steamsteamappscommonportal 2binstudiomdl.exe" -nowarnings -game  "C:Program Files (x86)Steamsteamappscommonportal 2portal2" %1
pause
Falsi sumus crusto!

Okay, ill try that once I get a chance.

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!

Awesome, using the batch file it worked :D thank you, both of you guys.

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!

Don't you think the part of the model that needs to be in the floor is strange?

Yea, I think it was probably designed to be used as a reference of how far the turret went into the ground when inactive.

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!
CamBen wrote:
Awesome, using the batch file it worked :D thank you, both of you guys.

That's why I just made some small, stupid GUI for this.
http://erikszeug.de/files/Programming/StudioMDL-GUI.exe
Probably it helps in the future.

Yea I tried that, apparently I was using the wrong studiomdl exe :lol: it works fine now and the model works in the game.

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!
PreviousPage 2 of 2