File Size: 0.55 MB
Downloads: 901
Rating: (2 votes)
Description
Portal 2 Map Launcher v1.6 + SOURCECODE @ http://github.com/forgottencoders/p2map VERSION 1.6 UPLOADED 05/05/12 Portal 2 map launcher is a simple but effective GUI for loading custom and stock portal 2 maps. It doesn?t matter if you want to load them as solo, splitscreen, or online/lan, portal 2 map launcher will launch it. It has many advanced features such as changing map when ingame and skipping the intro of the game. As of version 1.1 you can now also filter/search the maps to allow finding the maps even easier. Now with this version (1.2) you can now even load the new map ingame without having to minimize the game. by using the F10 key As of version 1.4 you can now drag .bsp files to a area on the form to copy it to your map location. aswell as many buttons for quick console commands. --------------------------------------------------------------------------------------------------- Click For ScreenShot Homepage - http://forgottencoders.co.uk Project Homepage - http://forgottencoders.co.uk/p2map Issue tracker - http://tracker.forgottencoders.co.uk s0AEErcYx5A New Youtube Video Coming Soon Version 1.6 --------------------------------------------------------------------------------------------------- Usage: Code: Select allLoading a new map 1. Install "Portal 2" (if not installed). 2. Select checkboxes that you want to use. 3. Click the Dropdown list or filter the list. 4. Click the "Launch" button Changing map 1. Press "F10" or minimize the game. 2. Select checkboxes that you want to use. 3. Click the Dropdown list or filter the list. 4. Click the "Launch" button --------------------------------------------------------------------------------------------------- Changelog: Code: Select allV1.6.0 * Added a function to prevent re-generating the list when checkbox not changed * Changed the detection of Solo and Mp Maps. * Some behind the scenes changes v1.5.1 Bug fix. (never released) * Fixed Splitscreen Bug * Prevented filtering the maps unless atleast 3 characters are entered * First GitHub release. * Changed layout of the checkboxes * Added 2 more checkboxes (Other Maps) * Changed Tooltips Slightly * Now Using a three numbered version system (X.X.X rather than X.X) * Issue Tracker is now on GitHub. v1.5 * Changed Hotkey From F2 to F10 * New Maps Are Added To List When Added To Map Folder * Admin Priveleges Not Required Any More * Added Automatic Settings (Checkbox States Are Remembered) * Added More Robust Detection System & Manual Option * Added Quick Instructions To Main Form * Removed Quick Commands (Were Pointless) * Reorganized The UI * Completly Recreated The Filter/Search System (Much Better Now) * Cleaned The Code Alot * Added Tooltips To Every Button/Label/Checkbox * Added Built In Changelog (Click Version Number At Top Right) * Fixed Even More Problems v1.4 * Added Drag n Drop Map Area (To Quickly Install Maps) * Added Many Buttons For Quick Console Commands * Added Option To Disable Splash * Added Option To Manually Choose Portal2.exe Location (if not found) * Added Button To Browse Map Directory * Added Button To Go To Issue Tracker Page * Fixed Many Issues * Fixed Registry Issue V1.3 * Added hotkey to switch map even easier * Added homepage url * Added Splashscreen * Added About Page * Changed Splitscreen/Solo/Lan System * Cleaned Code * Changed GUI * Fixed Bugs * And More! V1.2 * Fixed startup bug * Wasn't Released Publicly V1.1 * Added Filter system * Added -Hijack Command * Added Splitscreen/solo and MP buttons * Added changelevel command * Added File checking * Added Other things * Changed GUI layout * Changed Loading Method * Fixed DLC map bug v1.0 - Initial Release fixed version just uploaded. PLEASE NOTE IF THE FILE WONT DOWNLOAD FROM HERE PLEASE DOWNLOAD THE LATEST VERSION FROM HTTP://FORGOTTENCODERS.CO.UK/P2MAP AS I AM HAVING SOME ISSUES WITH THE TWP UPLOADER.
Comments
Sign in to comment.
over 100 downloads and not a single comment. i understand you dont need to be registered to download but surely some1 who is registered has downloaded it.
Any ways v1.1 coming in next few days
fixed dlc bug
added option to load as splitscreen/net
added check file exists for default maps
added -hijack command to change map ingame
added force borderless window mode allows for easy window switching
more to come.
V1.1 will be released between the 31st and the 5th. i have added more features, fixed bugs and am currently making a filter system to filter maps by keyword, name etc 
Perhaps you got no comments, because in a community of mappers coding is trivial
The program looks good so far but where is the sourcecode?
Some ideas:
- You could add another section that lists the content of the extras.
Some map installers (like mine) add custom maps there.
- Publish the sourcecode
- Add (or document) command line interface
I am thinking about creating a custom map multiplayer hub for quite a while now. I did not know you can make portal connecting to a multiplayer game by ip. Good job in finding that out.
Now that I know about this the task seems to become easy. Such a hub would consist of a client and a server part.
The client would - upon request - send a username and a list of the local maps to the server and request a list of other users from the server. It then displays this list. Once the user clicks a player in this list the user gets an overview which maps are installed on both sides.
The user can then decide to send an invite. If the remote player accepts the map gets started on both sides simultaneously.
Another way is possibly that a user could say "I want to play Map x" and others who see that can connect to this.
It would also be useful if 2 players could interchange maps (think playtesting).
The client functionality of this would fit nicely into your program. I can easily implement the server side. Are you open to a cooperation? If not will you share your knowledge about starting and "hijacking"?
Tailgunner wrote:
Perhaps you got no comments, because in a community of mappers coding is trivial![]()
The program looks good so far but where is the sourcecode?
Will be released when i get bored or can no longer continue this program. also yes i guess your right about mappers however as mentioned below i created this for my self and decided to share it.
Tailgunner wrote:
Some ideas:
- You could add another section that lists the content of the extras.
Some map installers (like mine) add custom maps there.
- Publish the sourcecode
- Add (or document) command line interface
-
about the extras section. i will try to add something that utilizes that.
-
again as mentioned i will publish sourcecode soon i am almost finished
probally after v1.1 or v1.2 release, i also need to clean up the code. -
what do you mean add or document the command line interface? it uses registry to get location of exe and then launcher exe with -novid -console +map "map name"
Tailgunner wrote:
I am thinking about creating a custom map multiplayer hub for quite a while now. I did not know you can make portal connecting to a multiplayer game by ip. Good job in finding that out.
thanks although i didnt find it out
its posted in many places.
Tailgunner wrote:
Now that I know about this the task seems to become easy. Such a hub would consist of a client and a server part.
go ahead and make it
will love to see it the only main reason i created this was for my self but decided to release.
Tailgunner wrote:
The client would - upon request - send a username and a list of the local maps to the server and request a list of other users from the server. It then displays this list. Once the user clicks a player in this list the user gets an overview which maps are installed on both sides.
how would that work can you do that in the map? if so awesome.
Tailgunner wrote:
The user can then decide to send an invite. If the remote player accepts the map gets started on both sides simultaneously.
seriously how would this work?
Tailgunner wrote:
Another way is possibly that a user could say "I want to play Map x" and others who see that can connect to this.It would also be useful if 2 players could interchange maps (think playtesting).
The client functionality of this would fit nicely into your program. I can easily implement the server side. Are you open to a cooperation? If not will you share your knowledge about starting and "hijacking"?
ok yes i will cooperate with you if you want however my knowledge is not to good btw it was created in vb.net and the -hijack CLI argument is the only thing needed to hijack.
for example -hijack +map "mapname" will send a console command with "map mapname" for the current running portal2.exe
ALSO hope this helped. if you need any help or anything let me know. i will pm you my email.
Need some info on how to create a overlay in vb.net or vc# so i can add a ingame overlay. i was thinking i could control it via a web browser inside xfire,steam,etc. but would not know how to do that either
Also please note the name has changed from Portal 2 Custom Map Launcher to Portal 2 Map Launcher

v1.1 Released and uploaded to OP
if you want newer versions early click the link below
http://forgottencoders.co.uk/2012/01/po ... sed-early/
otherwise wait around 48 hours for it to be updated here.
You do realize most people are not gonna want to have some random program tinkering with their registry. I'm afraid you have doomed your program to a virtual death with that technique.
protoborg wrote:
You do realize most people are not gonna want to have some random program tinkering with their registry. I'm afraid you have doomed your program to a virtual death with that technique.
clearly u have no brain or knowledge to read. it uses the registry (USE = reads) shall i make it CLEAR?
the program on load CHECKS (this means no write access or messing) the registry to see where portal2.exe is located and then THAT IS ALL THAT IS REGISTRY RELATED NO MESSING OR WRITING IS DONE AT ALL.
so basically stop trolling.
UPDATE: code snippet:
REGLocation = My.Computer.Registry.GetValue("HKEY_CLASSES_ROOT\Applications\portal2.exe\shell\open\command", "", Nothing)
this above bit of code is the only registry related bit of code and as u can see it clearly only GETS the value.
not sure if i can keep posting new posts even though it my thread so if i cant please tell me
YOUTUBE VIDEO ADDED TO DOWNLOAD PAGE AND FIRST POST - IT MAY MAKE MORE PEOPLE WANT THIS 
also i am planning on recreating this from scratch soon with a sort off client/server model. I was waiting for the guy above to contact me but he hasnt so am tired of waiting and will try to do it without him. it will be 1 program with 2 tabs a server and a client tab although this may take a long time. i hope i can succeeed
Tailgunner wrote:
Hold on I am working on something.
lol finally you reply
. so hows it going.
Hi,
First of all thanks for this tool, it looks very nice and handy.
Unfortunately, I could not use it so far. I get a .net error message at start-up (see below) and it seems it cannot load the map files. I have latest version .net 4 installed and run Win7 64, I tried to run admin / xp compatibility mode but no joy.
Anything I missed?
Cheers,
Y.************** Exception Text **************<br />System.NullReferenceException: Object reference not set to an instance of an object.<br /> at Portal_2_Map_Launcher.Home.Home_Load(Object sender, EventArgs e)<br /> at System.Windows.Forms.Form.OnLoad(EventArgs e)<br /> at System.Windows.Forms.Form.OnCreateControl()<br /> at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)<br /> at System.Windows.Forms.Control.CreateControl()<br /> at System.Windows.Forms.Control.WmShowWindow(Message& m)<br /> at System.Windows.Forms.Control.WndProc(Message& m)<br /> at System.Windows.Forms.ScrollableControl.WndProc(Message& m)<br /> at System.Windows.Forms.ContainerControl.WndProc(Message& m)<br /> at System.Windows.Forms.Form.WmShowWindow(Message& m)<br /> at System.Windows.Forms.Form.WndProc(Message& m)<br /> at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)<br /> at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)<br /> at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)<br /><br /><br />************** Loaded Assemblies **************<br />mscorlib<br /> Assembly Version: 2.0.0.0<br /> Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)<br /> CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll<br />----------------------------------------<br />Portal 2 Map Launcher<br /> Assembly Version: 1.3.0.0<br /> Win32 Version: 1.3.0.0<br /> CodeBase: file:///C:/##omitted##/Portal%202%20Map%20Launcher.exe<br />----------------------------------------<br />Microsoft.VisualBasic<br /> Assembly Version: 8.0.0.0<br /> Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)<br /> CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll<br />----------------------------------------<br />System<br /> Assembly Version: 2.0.0.0<br /> Win32 Version: 2.0.50727.5453 (Win7SP1GDR.050727-5400)<br /> CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll<br />----------------------------------------<br />System.Windows.Forms<br /> Assembly Version: 2.0.0.0<br /> Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)<br /> CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll<br />----------------------------------------<br />System.Drawing<br /> Assembly Version: 2.0.0.0<br /> Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)<br /> CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll<br />----------------------------------------<br />System.Runtime.Remoting<br /> Assembly Version: 2.0.0.0<br /> Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)<br /> CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll<br />----------------------------------------<br />
yahaboho wrote:
Hi,First of all thanks for this tool, it looks very nice and handy.
Unfortunately, I could not use it so far. I get a .net error message at start-up (see below) and it seems it cannot load the map files. I have latest version .net 4 installed and run Win7 64, I tried to run admin / xp compatibility mode but no joy.
Anything I missed?
Cheers,
Y.
```
** Exception Text **
System.NullReferenceException: Object reference not set to an instance of an object.
at Portal_2_Map_Launcher.Home.Home_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)** Loaded Assemblies **
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
Portal 2 Map Launcher
Assembly Version: 1.3.0.0
Win32 Version: 1.3.0.0
CodeBase: file:///C:/##omitted##/Portal%202%20Map%20Launcher.exe
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5453 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
sorry for late reply. just wondering what version of portal 2 are you using? skidrow and steam both work. the problem occurs when this registry entry
HKEY_CLASSES_ROOT\Applications\portal2.exe\shell\open\command
```
is not found, have u loaded portal 2? as soon as portal2.exe is loaded it will create the needed registry entry.
Hi fma65,
Thanks for the advice. I guess I was getting this error because I was launching, the tool first and the game after. Now all good. Thanks a lot!
Y.
u only need to run the game once prior to launching this as it will save the entry to the registry.
then you can launch the game via my program.
Portal 2 Map Launcher V1.4 Released.
Hey guys i decided to work on portal 2 map launcher yesterday and added a few features that people wanted like the 'Drag n Drop' map copier. Also I fixed the crash that occurred when the registry did not contain the portal2.exe entry and have made it ask you for the the location of the portal2.exe if the registry entry can not be found.
Hello ,.. i?ve downloaded Portal 2 Map Launcher v1.4 .I think this is a very good Idea,
but it dosent works. first when i?m started P2ML there is an errormessage from Microsoft .Net Framework.
Next i push the Ignore Button. Portal 2 Map Launcher start?s. Whenn i start a map, i became this message.
"This file doe?s not exist.did you delete it ?"
My sys: win7 64bit /steam/ original Portal 2
I?ve read the other post?s but i?ve no idea,....
do you know about this ? can you help me ?
g.g.Cybaer
cybaerheavy wrote:
Hello ,.. i?ve downloaded Portal 2 Map Launcher v1.4 .I think this is a very good Idea,
but it dosent works. first when i?m started P2ML there is an errormessage from Microsoft .Net Framework.
Next i push the Ignore Button. Portal 2 Map Launcher start?s. Whenn i start a map, i became this message."This file doe?s not exist.did you delete it ?"
do you know about this ? can you help me ?
g.g.Cybaer
I've got no knowledge on the inner workings of this program but I'm sure the maker would be happy to know what specific .Net error you got!
lpfreaky90 wrote:
cybaerheavy wrote:Hello ,.. i?ve downloaded Portal 2 Map Launcher v1.4 .I think this is a very good Idea,
but it dosent works. first when i?m started P2ML there is an errormessage from Microsoft .Net Framework.
Next i push the Ignore Button. Portal 2 Map Launcher start?s. Whenn i start a map, i became this message."This file doe?s not exist.did you delete it ?"
do you know about this ? can you help me ?
g.g.Cybaer
I've got no knowledge on the inner workings of this program but I'm sure the maker would be happy to know what specific .Net error you got!
This is the net framework message, sorry it?s German.
Microsoft .NET Framework message
Informationen ?ber das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
** Ausnahmetext **
System.IO.IOException: Das Ger?t ist nicht bereit.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
bei System.IO.DirectoryInfo.GetFiles(String searchPattern, SearchOption searchOption)
bei System.IO.DirectoryInfo.GetFiles(String searchPattern)
bei Portal_2_Map_Launcher.Home.Home_Load(Object sender, EventArgs e)
bei System.Windows.Forms.Form.OnLoad(EventArgs e)
bei System.Windows.Forms.Form.OnCreateControl()
bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bei System.Windows.Forms.Control.CreateControl()
bei System.Windows.Forms.Control.WmShowWindow(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
bei System.Windows.Forms.Form.WmShowWindow(Message& m)
bei System.Windows.Forms.Form.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
** Geladene Assemblys **
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
Portal 2 Map Launcher
Assembly-Version: 1.4.0.0.
Win32-Version: 1.4.0.0.
CodeBase: file:///C:/Spiele/Steam/SteamApps/common/portal%202/Portal%202%20Map%20Launcher.exe.
Microsoft.VisualBasic
Assembly-Version: 8.0.0.0.
Win32-Version: 8.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5453 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5458 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
System.Runtime.Remoting
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll.
System.Configuration
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
** JIT-Debuggen **
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Zum Beispiel:
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
sorry guys I completely screwed up in v1.4 didn't even notice it till today. uploading v1.5 hopefully in less than 24hours (testing it now)
VERSION 1.5 UPLOADED HOPEFULLY ALL ISSUES FIXED. LET ME KNOW VIA PM,COMMENTS,WEBSITE,TRACKER,ETC.
Shit. i am confused i tested this prior to releasing it and it worked fine but now it doesnt. whats up with that? fixed version just uploaded.
small bug found in 1.5. basically when using splitscreen and the checkbox is checked from pevious launch of the program make sure to double click the checkbox just so it loads the variable correctly. thanks
Sorry i?m confused too.
i?ve downloaded the version 1.5 . I?ve done everything the same as the video.
But nothing work?s .
My system is updated and runs perfecly.
Is there anything i need ? as example "c++" converter or "visual basic" or somerhing.
I,ve created 2 screenshoots.
first show?s whats done when i?m start P2ML or start a Map
1.)http://a1.ec-images.myspacecdn.com/images02/146/d84b4de1e14740b09e18c85fb1f85e74/l.jpg
second show?s whats done when i load the map lists.
2.)http://a1.ec-images.myspacecdn.com/images02/154/8394f5e2bff241ca885ab94b121a7cc3/l.jpg
I hope you can solve the problem .
Or is that problem only on my system ?
g.g.Cybaer
maybe if you post the errors in english i may be able to help. as i do not understand german or watever language that is.
translated apaprently this is the result.
Quote:
unhandled exception in the application. Click it to continue to ignore the error and continue with the application. when they click the End, The application my be terminated immediately
but i dont quite see what the problem is.
- DO YOU HAVE PORTAL 2 INSTALLED.
- where is your portal 2 installed
- did you select the correct folder. (x:\xxxx\portal2) not (x:\xxxx\portal2\portal2)
- can you try it on different system?
ANY 1 ELSE HAVING ISSUES WITH THIS? IF SO PLEASE LET ME KNOW. ITS WORKING FINE FOR ME SO CAN NOT TEST ANY FURTHER.
hi guys just thought i would let you know 1.7 is coming soon check http://forgottencoders.co.uk/forumdisplay.php?fid=7 for the latest news. i am trying to add the option to load custom puzzle creator maps and being able to remove maps and mark them as completed etc. stay tuned.
Fma965 @ ForgottenCoders wrote:
Hey guys just thought i would let you know 1.7 is coming soon.i have many features planned for this version such as.
Launch PeTi (puzzle creator) maps
Manage maps e.g remove them, mark as finished, better adding system
Tabbed UI
Donate Button
New Search Design
More TBA.
for those that dont know my site has had a complete software change and you can now register and get support in the support section
Just wondering is any 1 still using this? as i dont want to release new version if no 1 is using it. i guess they are using it for MP maps still
BUMP!
I am going to try and make this work well for PeTi Maps (Coop via splitscreen) as currently its to complicated to play workshop maps on splitscreen
but depends on if i have time 

Portal 2 Map Launcher v1.6 + SOURCECODE @ http://github.com/forgottencoders/p2map
VERSION 1.6 UPLOADED 05/05/12
Portal 2 map launcher is a simple but effective GUI for loading custom and stock portal 2 maps.
It doesn't matter if you want to load them as solo, splitscreen, or online/lan, portal 2 map launcher will launch it.
It has many advanced features such as changing map when ingame and skipping the intro of the game.
As of version 1.1 you can now also filter/search the maps to allow finding the maps even easier.
Now with this version (1.2) you can now even load the new map ingame without having to minimize the game. by using the F10 key
As of version 1.4 you can now drag .bsp files to a area on the form to copy it to your map location. aswell as many buttons for quick console commands.
---------------------------------------------------------------------------------------------------
Click For ScreenShot
Homepage - http://forgottencoders.co.uk
Project Homepage - http://forgottencoders.co.uk/p2map
Issue tracker - http://tracker.forgottencoders.co.uk
s0AEErcYx5A
New Youtube Video Coming Soon
Version 1.6
---------------------------------------------------------------------------------------------------
Usage:
Loading a new map<br /><br />1. Install "Portal 2" (if not installed).<br />2. Select checkboxes that you want to use.<br />3. Click the Dropdown list or filter the list.<br />4. Click the "Launch" button<br /><br />Changing map<br /><br />1. Press "F10" or minimize the game.<br />2. Select checkboxes that you want to use.<br />3. Click the Dropdown list or filter the list.<br />4. Click the "Launch" button---------------------------------------------------------------------------------------------------
Changelog:
V1.6.0<br /><br />* Added a function to prevent re-generating the list when checkbox not changed<br />* Changed the detection of Solo and Mp Maps.<br />* Some behind the scenes changes<br /><br />v1.5.1 Bug fix. (never released)<br /><br />* Fixed Splitscreen Bug<br />* Prevented filtering the maps unless atleast 3 characters are entered<br />* First GitHub release.<br />* Changed layout of the checkboxes<br />* Added 2 more checkboxes (Other Maps)<br />* Changed Tooltips Slightly<br />* Now Using a three numbered version system (X.X.X rather than X.X)<br />* Issue Tracker is now on GitHub.<br /><br />v1.5<br /><br />* Changed Hotkey From F2 to F10<br />* New Maps Are Added To List When Added To Map Folder<br />* Admin Priveleges Not Required Any More<br />* Added Automatic Settings (Checkbox States Are Remembered)<br />* Added More Robust Detection System & Manual Option<br />* Added Quick Instructions To Main Form<br />* Removed Quick Commands (Were Pointless)<br />* Reorganized The UI<br />* Completly Recreated The Filter/Search System (Much Better Now)<br />* Cleaned The Code Alot<br />* Added Tooltips To Every Button/Label/Checkbox<br />* Added Built In Changelog (Click Version Number At Top Right)<br />* Fixed Even More Problems<br /><br />v1.4<br /><br />* Added Drag n Drop Map Area (To Quickly Install Maps)<br />* Added Many Buttons For Quick Console Commands<br />* Added Option To Disable Splash<br />* Added Option To Manually Choose Portal2.exe Location (if not found)<br />* Added Button To Browse Map Directory<br />* Added Button To Go To Issue Tracker Page<br />* Fixed Many Issues<br />* Fixed Registry Issue<br /><br /><br />V1.3<br /><br />* Added hotkey to switch map even easier<br />* Added homepage url<br />* Added Splashscreen<br />* Added About Page<br />* Changed Splitscreen/Solo/Lan System<br />* Cleaned Code<br />* Changed GUI<br />* Fixed Bugs<br />* And More!<br /><br />V1.2<br /><br />* Fixed startup bug<br />* Wasn't Released Publicly<br /><br />V1.1<br /><br />* Added Filter system<br />* Added -Hijack Command<br />* Added Splitscreen/solo and MP buttons<br />* Added changelevel command<br />* Added File checking<br />* Added Other things<br />* Changed GUI layout<br />* Changed Loading Method<br />* Fixed DLC map bug<br /><br />v1.0 - Initial Releasefixed version just uploaded.
PLEASE NOTE IF THE FILE WONT DOWNLOAD FROM HERE PLEASE DOWNLOAD THE LATEST VERSION FROM HTTP://FORGOTTENCODERS.CO.UK/P2MAP AS I AM HAVING SOME ISSUES WITH THE TWP UPLOADER.
File Name: Portal 2 Map Launcher V1.6.zip
File Size: 566.28?KiB
Portal 2 Map Launcher