Add Custom Maps to DLC Area
I was just wondering if it would be possible to add custom maps into the DLC area of the lobby. I would love to be able to package a map so that it shows up in this area. So modders, is this possible?
Perhaps this is what they are going to use for future DLC (if they have any).
"end_puzzle"
{
"id" 1
"version" 2
"onetoten"
{
"text" "DIFFICULTY: Please rate the difficulty of this puzzle."
"labelatone" "Very Easy"
"labelatten" "Very Hard"
}
"onetoten"
{
"text" "ENJOYMENT: Please rate your enjoyment of this puzzle."
"labelatone" "Very Little"
"labelatten" "Very Much"
}
"essay"
{
"text" "COMMENTS: Write any additional comments or observations you have about this puzzle [OPTIONAL]"
}
}
your gonna rate the maps in the second dlc (maybe), also, I found another script 2 days ago that says that thinkwithportals.com will be hosting maps, it's in the dlc scripts folder (just look around in notepad++)
spongylover123 wrote:
Chicken is right, I found a script
```
"end_puzzle"
{
"id" 1
"version" 2"onetoten"
{
"text" "DIFFICULTY: Please rate the difficulty of this puzzle."
"labelatone" "Very Easy"
"labelatten" "Very Hard"
}"onetoten"
{
"text" "ENJOYMENT: Please rate your enjoyment of this puzzle."
"labelatone" "Very Little"
"labelatten" "Very Much"
}"essay"
{
"text" "COMMENTS: Write any additional comments or observations you have about this puzzle [OPTIONAL]"
}
}```
your gonna rate the maps in the second dlc (maybe), also, I found another script 2 days ago that says that thinkwithportals.com will be hosting maps, it's in the dlc scripts folder (just look around in notepad++)
But that doesn't actually have a list of levels, so it could still be possible to add custom maps to the area. I'm gunna decompile the map now...