Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > 4Story
You last visited: Today at 14:08

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help] 4story Luncher C++

Discussion on [Help] 4story Luncher C++ within the 4Story forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2015
Posts: 56
Received Thanks: 4
[Help] 4story Luncher C++

I wanted create a my personal luncher for 4story, the suprise was when i decide start it, however i dont have own Files, so i have a Folder from another server, i need how do put my ip to TClient for start Whit ***.***.xx.xx 4816 Any one can help me?
Attached Images
File Type: jpg pene.jpg (11.0 KB, 96 views)
WallPet is offline  
Old 09/20/2015, 22:03   #2


 
AncientCompiler's Avatar
 
elite*gold: 1
Join Date: Jan 2013
Posts: 898
Received Thanks: 688
Quote:
Originally Posted by WallPet View Post
I wanted create a my personal luncher for 4story, the suprise was when i decide start it, however i dont have own Files, so i have a Folder from another server, i need how do put my ip to TClient for start Whit ***.***.xx.xx 4816 Any one can help me?
First of this application was written in Vb.net not in C++ !

To start a client with some paramter use Shell.

Code:
Dim gameexe As String = "C:\yourpathtothegame\TClient.exe" 'non relative paths are dumb but not important for this example
Dim IP As String = "***.***.xx.xx"
Dim port As String = "4816"

Shell(gameexe & IP & port)
Btw.: Im sure the "Luncher" would be thankfull if you call him by the right name "Launcher"

I hope i`ve helped you.
AncientCompiler is offline  
Old 09/20/2015, 22:51   #3
 
elite*gold: 0
Join Date: Jan 2015
Posts: 56
Received Thanks: 4
Hmm i dont know what do you mean whit Shell, can you explain me? I yes isnt C++ Are Vb A component of they i think.
WallPet is offline  
Old 09/20/2015, 22:56   #4


 
AncientCompiler's Avatar
 
elite*gold: 1
Join Date: Jan 2013
Posts: 898
Received Thanks: 688
Quote:
Originally Posted by WallPet View Post
Hmm i dont know what do you mean whit Shell, can you explain me? I yes isnt C++ Are Vb A component of they i think.
Just use the code example and put your values into the defines
AncientCompiler is offline  
Old 09/20/2015, 23:01   #5
 
elite*gold: 0
Join Date: Jan 2015
Posts: 56
Received Thanks: 4
Gives me an error, you have skype for 1 seg help?
WallPet is offline  
Old 09/20/2015, 23:03   #6


 
AncientCompiler's Avatar
 
elite*gold: 1
Join Date: Jan 2013
Posts: 898
Received Thanks: 688
I dont use skype anymore cause of too many messages what i received in the past.

But anyway let us find a solution here so other ppl who are looking for the same thing can find the solution here.

It`s very simple.

Post me the error code please.
AncientCompiler is offline  
Old 09/20/2015, 23:13   #7
 
elite*gold: 0
Join Date: Jan 2015
Posts: 56
Received Thanks: 4
WallPet is offline  
Old 09/20/2015, 23:20   #8


 
AncientCompiler's Avatar
 
elite*gold: 1
Join Date: Jan 2013
Posts: 898
Received Thanks: 688


1. Remove this line
2. Write "TClient.exe" (WITH these MARKS)
AncientCompiler is offline  
Old 09/20/2015, 23:31   #9
 
elite*gold: 0
Join Date: Jan 2015
Posts: 56
Received Thanks: 4
Gives me an error
And ... i do it good no?
WallPet is offline  
Old 09/20/2015, 23:41   #10


 
AncientCompiler's Avatar
 
elite*gold: 1
Join Date: Jan 2013
Posts: 898
Received Thanks: 688
U havent entered the path to the exe you want to start.
So you have to start your application in the same folder where TClient.exe is.

This error only appears cause he cant find the exe.
AncientCompiler is offline  
Old 09/21/2015, 05:26   #11
 
elite*gold: 0
Join Date: Oct 2013
Posts: 68
Received Thanks: 27
srsly dafuq am i havin a bad dream or seein this for real? code copyin without an idea continues
ReadersClub is offline  
Old 09/21/2015, 11:07   #12
 
glossypvp's Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 659
Received Thanks: 658
WallPet, please use your brain. It's not as hard as you think.
You know, I've started learning programming with VB.Net, then I realized that it's pretty easy, and not as efficent, professional as other programming languages. I just want to say that try to KEEP AWAY from VB.Net. Anyways if you'd like to stay at such an easy programming language as VB.Net, try C#. It's almost equal to VB.Net, except it's syntax.

With that loooong off topic text, I just wanted to say, that when I was learning programming, and I didn't know how to do something, I just googled it up, and tadaaa! The magic happened. I was suddenly able to do it! In your case, you'd like to start TClient with some specific parameters.
page explains how to do it.
So you would write something like:
Code:
Process.Start("TClient 84.4.111.111 1234")
.

See it? It's not hard. Next time google it up before you bring yourself into a such awkward situation.
glossypvp is offline  
Thanks
5 Users
Old 09/21/2015, 21:44   #13
 
elite*gold: 0
Join Date: Jan 2015
Posts: 56
Received Thanks: 4
Okay men, i am really glad for that text. You're a nice guy! Thanks for help!

But gives me error too.. and i did how you say..
WallPet is offline  
Old 10/02/2015, 16:56   #14
Moderator



 
stotterer09's Avatar
 
elite*gold: 26
Join Date: Dec 2010
Posts: 2,628
Received Thanks: 1,812
This is my code, why do you say you wrote it?(btw. this code is not really good)

which error does it give?
stotterer09 is offline  
Old 10/02/2015, 17:34   #15
 
elite*gold: 0
Join Date: Jan 2015
Posts: 56
Received Thanks: 4
That's the error xD i added the another guy to skype.. but they dont accept me...
WallPet is offline  
Reply


Similar Threads Similar Threads
4story luncher ,
06/04/2013 - 4Story - 0 Replies
i have downloaded project of luncher by shotter , i want edit it but i want know pass of temporary key , do you know it? edit , i create lncher ;)
Kts Luncher
03/09/2012 - Rappelz - 2 Replies
i download kts client 7.4 but i can't open the game the luncher don't work and show a green screen any help? is there an update patch?
S4 Luncher
11/05/2011 - S4 League Hacks, Bots, Cheats & Exploits - 5 Replies
Hallo alle zusammen :D , Wenn einer von euch ein S4 lunche hätte könnte er mitr pls den Link zeigen .;):D Es wär net von euch danke.
luncher
02/10/2010 - Dekaron PServer Hacks, Bots, Cheats & Exploits - 3 Replies
hi anione have new luncher for dekaron gamehi pleas send me
Luncher
07/30/2009 - Dekaron Private Server - 5 Replies
Hallo people can someone post a luncher that show server status? thank you =)



All times are GMT +2. The time now is 14:08.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.