Fortress Forever

Go Back   Fortress Forever > Editing > Mapping

Reply
 
Thread Tools Display Modes
Old 11-29-2010, 09:35 AM   #1
Reece202
 
Reece202's Avatar
 
Join Date: Nov 2010
Class/Position: Civilian Courrier
Gametype: Territorial Control
Affiliations: Source SDK
Posts Rated Helpful 0 Times
Map Compiler Runs but no .bsp

I'm tryint to compile the first version of my map, and instead of getting a .bps, I get a .log with the following content:

Code:
2 threads
reading c:\program files (x86)\steam\steamapps\sourcemods\fortressforever\maps\ff_cargo_a1.bsp
Error opening c:\program files (x86)\steam\steamapps\sourcemods\fortressforever\maps\ff_cargo_a1.bsp


Could not find lights.rad in lights.rad.
Trying VRAD BIN directory instead...
Warning: Couldn't open texlight file c:\program files (x86)\steam\steamapps\reiscool\sourcesdk\bin\orangebox\bin\lights.rad.
Loading c:\program files (x86)\steam\steamapps\sourcemods\fortressforever\maps\ff_cargo_a1.bsp
Error opening c:\program files (x86)\steam\steamapps\sourcemods\fortressforever\maps\ff_cargo_a1.bsp
What am I supposed to do here?
Reece202 is offline   Reply With Quote


Old 11-29-2010, 11:32 AM   #2
Bridget
Banned
 
Bridget's Avatar
 
Join Date: Sep 2008
Class/Position: Soldier
Gametype: AVD
Affiliations: TALOS
Posts Rated Helpful 5 Times
Why is it looking in orangebox bin folders for an ep1 engine mod? Did you somehow configure Fortress Forever for use in hammer under the orangebox or something? Lol, I dunno.
Bridget is offline   Reply With Quote


Old 11-29-2010, 05:22 PM   #3
zE
Pew pew ze beams
 
zE's Avatar
 
Join Date: Jan 2008
Gametype: Gathers
Affiliations: pew pew
Posts Rated Helpful 11 Times
having same newb bug, = full bright map

Could not find lights.rad in lights.rad.
Trying VRAD BIN directory instead...
Warning: Couldn't open texlight file D:\Steam\steamapps\ruialmeidasoares@hotmail.com\so urcesdk\bin\ep1\bin\lights.rad.
zE is offline   Reply With Quote


Old 11-29-2010, 05:22 PM   #4
Crazycarl
D&A Member
Wiki Team
Fortress Forever Staff
 
Crazycarl's Avatar
 
Join Date: Apr 2007
Posts Rated Helpful 31 Times
If that's the entirety of your log, it means you aren't running vbsp, which is what creates a bsp file in the first place.

zE, the lights.rad error is not a problem. Post everything in the compile log.

Last edited by Crazycarl; 11-29-2010 at 05:24 PM.
Crazycarl is offline   Reply With Quote


Old 11-29-2010, 08:21 PM   #5
Reece202
 
Reece202's Avatar
 
Join Date: Nov 2010
Class/Position: Civilian Courrier
Gametype: Territorial Control
Affiliations: Source SDK
Posts Rated Helpful 0 Times
Quote:
having same newb bug, = full bright map
I'd like to play test it before I work out the lighting

Quote:
Post everything in the compile log.
That is everything in the log

I switched everything over to the ep1 folders as per Bridget's post and I still get the same thing.

Last edited by Reece202; 11-29-2010 at 08:28 PM.
Reece202 is offline   Reply With Quote


Old 11-29-2010, 10:08 PM   #6
Crazycarl
D&A Member
Wiki Team
Fortress Forever Staff
 
Crazycarl's Avatar
 
Join Date: Apr 2007
Posts Rated Helpful 31 Times
That's output from vrad. You need to run vbsp, then vvis, then vrad last, if you want lighting.

Crazycarl is offline   Reply With Quote


Old 11-29-2010, 11:27 PM   #7
Reece202
 
Reece202's Avatar
 
Join Date: Nov 2010
Class/Position: Civilian Courrier
Gametype: Territorial Control
Affiliations: Source SDK
Posts Rated Helpful 0 Times
Well, I put in the same parameters you did, but I still didn't get anything. I think that this has something to do with my hammer set-up for FF because I don't get this problem with anything else. The log just shows the vrad thing.
Reece202 is offline   Reply With Quote


Old 11-30-2010, 01:11 PM   #8
Ricey
UI Designer
Front-End Developer
Fortress Forever Staff
 
Ricey's Avatar
 
Join Date: May 2008
Location: Winter Park, FL
Class/Position: D Eng
Gametype: CTF 9v9
Affiliations: .gr , smr
Posts Rated Helpful 46 Times




Make sure they look like this.

Also, make sure you are doing this under Source 2006 and not 2009!
__________________
Support FF:
Maps : Haste |Scrummage |Mulch_Trench
Voltage | Exchange Classic | Fortsake
ricecakes: I demand SGs get a buff
squeek.: buy it a gym membership


'I have an eye for design' - Kube 2014

Last edited by Ricey; 11-30-2010 at 01:12 PM.
Ricey is offline   Reply With Quote


Old 11-30-2010, 10:48 PM   #9
Majesty
D&A Member
Fortress Forever Staff
 
Majesty's Avatar
 
Join Date: Nov 2010
Location: USA, Ohio
Class/Position: Scout
Gametype: CTF
Posts Rated Helpful 0 Times
Sometimes you have to copy your whole map and paste it into a new one. It's a weird bug, but it happens sometimes. Keep us posted.
Majesty is offline   Reply With Quote


Old 12-01-2010, 02:54 AM   #10
Reece202
 
Reece202's Avatar
 
Join Date: Nov 2010
Class/Position: Civilian Courrier
Gametype: Territorial Control
Affiliations: Source SDK
Posts Rated Helpful 0 Times
Well, I did what majesty said and I got a bsp finally, as well as this:

You might recognise this from TF2. It's a sort-of port of CP_Freight, complete with random trains (although they are a bit buggy). Now all I have to do is figure out how to get the spawns to work right and get the start gates to move.

Last edited by Reece202; 12-01-2010 at 03:09 AM.
Reece202 is offline   Reply With Quote


Old 12-01-2010, 10:23 AM   #11
Elmo
Gets tickled by FF
Fortress Forever Staff
 
Elmo's Avatar
 
Join Date: Jun 2007
Location: UK
Class/Position: Med Solly HW
Gametype: Any/CTF
Posts Rated Helpful 41 Times
if you're not aware - some map vmfs are supplied with the game in the fortressforever/source folder. You can work a lot out using them and the associated map lua files.

You need to use LUA. So if you copy spawns from a map, you can look in the associated lua file and copy paste bits into your own lua. I guess you've been working with bridget so I guess he's got it sorted for you??
__________________
Support FF:
Done: ff_monkey
Done: ff_bases
Done: ff_warpath
Forever Doing: ff_medieval (beta#99999999)
Elmo is offline   Reply With Quote


Old 12-15-2010, 12:09 PM   #12
zE
Pew pew ze beams
 
zE's Avatar
 
Join Date: Jan 2008
Gametype: Gathers
Affiliations: pew pew
Posts Rated Helpful 11 Times
** Executing...
** Command: "d:\steam\steamapps\ruialmeidasoares@hotmail.com\s ourcesdk\bin\ep1\bin\vbsp.exe"
** Parameters: -game "d:\steam\steamapps\SourceMods\FortressForever " "D:\FFStuff\Mapz\conc_nine_beta"

Valve Software - vbsp.exe (Dec 11 2006)
2 threads
materialPath: d:\steam\steamapps\SourceMods\FortressForever\mate rials
Loading D:\FFStuff\Mapz\conc_nine_beta.vmf
fixing up env_cubemap materials on brush sides...
ProcessBlock_Thread: 0...1...2...3...4...5...6...7...8...9...10 (1)
ProcessBlock_Thread: 0...1...2...3...4...5...6...7...8...9...10 (0)
Processing areas...done (0)
Building Faces...done (1)
Chop Details...done (0)
Find Visible Detail Sides...
Merged 92 detail faces...done (0)
Merging details...done (0)
FixTjuncs...
PruneNodes...
WriteBSP...
done (0)
writing D:\FFStuff\Mapz\conc_nine_beta.prt...done (0)
Creating default cubemaps for env_cubemap using skybox materials:
skybox/sky_lostcoast_hdr*.vmt
Run buildcubemaps in the engine to get the correct cube maps.

Creating default HDR cubemaps for env_cubemap using skybox materials:
skybox/sky_lostcoast_hdr*.vmt
Run buildcubemaps in the engine to get the correct cube maps.

Finding displacement neighbors...
Finding lightmap sample positions...
Displacement Alpha : 0...1...2...3...4...5...6...7...8...9...10
Building Physics collision data...
done (1) (701473 bytes)
Placing detail props : 0...1...2...3...4...5...6...7...8...9...10
Compacting texture/material tables...
Reduced 3828 texinfos to 1906
Reduced 425 texdatas to 343 (22300 bytes to 18421)
Writing D:\FFStuff\Mapz\conc_nine_beta.bsp
8 seconds elapsed

** Executing...
** Command: "d:\steam\steamapps\ruialmeidasoares@hotmail.com\s ourcesdk\bin\ep1\bin\vvis.exe"
** Parameters: -game "d:\steam\steamapps\SourceMods\FortressForever " "D:\FFStuff\Mapz\conc_nine_beta"

Valve Software - vvis.exe (Nov 8 2007)
2 threads
reading d:\ffstuff\mapz\conc_nine_beta.bsp
reading d:\ffstuff\mapz\conc_nine_beta.prt
1729 portalclusters
4104 numportals
BasePortalVis: 0...1...2...3...4...5...6...7...8...9...10 (1)
PortalFlow: 0...1...2...3...4...5...6...7...8...9...10 (9)
Optimized: 497 visible clusters (0.00%)
Total clusters visible: 198114
Average clusters visible: 114
Building PAS...
Average clusters audible: 158
visdatasize:107722 compressed from 774592
writing d:\ffstuff\mapz\conc_nine_beta.bsp
11 seconds elapsed

** Executing...
** Command: "d:\steam\steamapps\ruialmeidasoares@hotmail.com\s ourcesdk\bin\ep1\bin\vrad.exe"
** Parameters: -game "d:\steam\steamapps\SourceMods\FortressForever " -noextra "D:\FFStuff\Mapz\conc_nine_beta"

Valve Software - vrad.exe SSE (Nov 8 2007)
----- Radiosity Simulator ----
2 threads
Could not find lights.rad in lights.rad.
Trying VRAD BIN directory instead...
Warning: Couldn't open texlight file d:\steam\steamapps\ruialmeidasoares@hotmail.com\so urcesdk\bin\ep1\bin\lights.rad.
Loading d:\ffstuff\mapz\conc_nine_beta.bsp
21553 faces
16095285 square feet [2317721088.00 square inches]
4 displacements
7673 square feet [1105036.00 square inches]
21553 patches before subdivision

** Executing...
** Command: Copy File
** Parameters: "D:\FFStuff\Mapz\conc_nine_beta.bsp" "d:\steam\steamapps\SourceMods\FortressForever\map s\conc_nine_beta.bsp"


** Executing...
** Command: "d:\steam\steamapps\ruialmeidasoares@hotmail.com\s ourcesdk\hl2.exe"
** Parameters: -game "d:\steam\steamapps\SourceMods\FortressForever " +map "conc_nine_beta"


Normal is bps / fast in rad also tryed with normal and always full bright lawl
* tryed majesty sugestion to copy paste into a new map and didnt worked for me :<

Last edited by zE; 12-15-2010 at 12:13 PM.
zE is offline   Reply With Quote


Old 12-15-2010, 03:09 PM   #13
Majesty
D&A Member
Fortress Forever Staff
 
Majesty's Avatar
 
Join Date: Nov 2010
Location: USA, Ohio
Class/Position: Scout
Gametype: CTF
Posts Rated Helpful 0 Times
Quote:
Could not find lights.rad in lights.rad.
Trying VRAD BIN directory instead...
Warning: Couldn't open texlight file d:\steam\steamapps\ruialmeidasoares@hotmail.com\so urcesdk\bin\ep1\bin\lights.rad.
Loading d:\ffstuff\mapz\conc_nine_beta.bsp
Weird. Did you set up Hammer correctly? Did lights.rad disappear/become corrupted? Have you tried reloading all SDK content?
Majesty is offline   Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:12 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.