TrisidiaX V3 [317 PI] The Final Release! | Control Panel | Great Interfaces |

[quote=“Xevi, post:79, topic:473155”][quote author=elias haddad link=topic=591060.msg4182806#msg4182806 date=1355742353]

ok then what should i do to start the f*cking game???
[/quote]

If you put the cache in your C drive it should start up fine, if you don’t know how to do that here’s some instructions:

  1. Download Cache
  2. Extract it to your desktop
  3. Open start > My computer > “Local Disk (C:)”
  4. Place the cache in there.
  5. It Should Now Work.

If that doesn’t work then you just need to do the following:

  1. Open My Computer > Local Disk (C:) > Program Files > Java
  2. (If you don’t see a Java folder there are plenty of instructions, or just PM me.)
  3. Once you’re in the java folder you must locate your JDK(Java Development Kit)
  4. Open that and then open the ‘Bin’ Folder
  5. Now somewhere towards the top where it says address you must copy everything on that line
    It Should Look Something Like This: C:\Program Files\Java\jdk1.7.0_10\bin
  6. Now go into your TrisidiaX folder and Open the source
  7. Edit the ‘run’ .bat file and replace “C:\Program Files\Java\jdk1.7.0_10\bin” with what you have copied
  8. Save and do the same thing with both the “1.)Run” and “initiate” in your client.

Now just go to your source, start up the ‘run’ file - Go to your client and open the ‘1.)Run’ file and you should be able to log in.

Surely Hope I Helped!

Now for my question,
I understand that we have to download the cache and place it in our C drive but not all people know how to do that. Say we decide to start hosting it, for a new player to join will they receive the same error and have to manually download and place the cache in their C drive? If so, is there any way to fix this?

Warm Regards,
Xevi

PS: Awsome Job Trisidia, Keep Up The Good Work Man.[/quote]
i did it but the initiate apear then disapear and the 1)run in client write “could not find or load main class showmessagedialog” and it says that my jdk is working parfectly fine
so what to do???

trisidax 1% , insidiaX 95%, 4% snippets and tutorials.

[quote=“elias haddad, post:81, topic:473155”][quote author=Xevi link=topic=591060.msg4182912#msg4182912 date=1355757385]

If you put the cache in your C drive it should start up fine, if you don’t know how to do that here’s some instructions:

  1. Download Cache
  2. Extract it to your desktop
  3. Open start > My computer > “Local Disk (C:)”
  4. Place the cache in there.
  5. It Should Now Work.

If that doesn’t work then you just need to do the following:

  1. Open My Computer > Local Disk (C:) > Program Files > Java
  2. (If you don’t see a Java folder there are plenty of instructions, or just PM me.)
  3. Once you’re in the java folder you must locate your JDK(Java Development Kit)
  4. Open that and then open the ‘Bin’ Folder
  5. Now somewhere towards the top where it says address you must copy everything on that line
    It Should Look Something Like This: C:\Program Files\Java\jdk1.7.0_10\bin
  6. Now go into your TrisidiaX folder and Open the source
  7. Edit the ‘run’ .bat file and replace “C:\Program Files\Java\jdk1.7.0_10\bin” with what you have copied
  8. Save and do the same thing with both the “1.)Run” and “initiate” in your client.

Now just go to your source, start up the ‘run’ file - Go to your client and open the ‘1.)Run’ file and you should be able to log in.

Surely Hope I Helped!

Now for my question,
I understand that we have to download the cache and place it in our C drive but not all people know how to do that. Say we decide to start hosting it, for a new player to join will they receive the same error and have to manually download and place the cache in their C drive? If so, is there any way to fix this?

Warm Regards,
Xevi

PS: Awsome Job Trisidia, Keep Up The Good Work Man.
[/quote]
i did it but the initiate apear then disapear and the 1)run in client write “could not find or load main class showmessagedialog” and it says that my jdk is working parfectly fine
so what to do???[/quote]

  1. Add a “Pause” to the bottom of the Batch File.

  2. Set the Classpath before you set the Main.

umm i kinda need some help how i change the message, when u log it it says this is a source from team trisidax? help plox :smiley:

ctrl + f

[quote=“iBunnie, post:76, topic:473155”][quote author=bedo911 link=topic=591060.msg4182531#msg4182531 date=1355706006]

I feel like a noob, but what do i do with the Ipv4 address? Im like a total computer nerd/programmer and i cant figure this out
[/quote]
Put the ipv4 into your bros client instead of your hamachi/no-ip[/quote]
In his client? If so, where do i put the ipv4 in his client? Or do you mean in the source file???

[quote=“bedo911, post:86, topic:473155”][quote author=iBunnie link=topic=591060.msg4182660#msg4182660 date=1355716337]

Put the ipv4 into your bros client instead of your hamachi/no-ip
[/quote]
In his client? If so, where do i put the ipv4 in his client? Or do you mean in the source file???[/quote]
In your client you use 127.0.0.1. In his client, you use the ipv4. Usually you change this in client.java, gui.java or egui.java.

[quote=“iBunnie, post:87, topic:473155”][quote author=bedo911 link=topic=591060.msg4183084#msg4183084 date=1355779613]

In his client? If so, where do i put the ipv4 in his client? Or do you mean in the source file???
[/quote]
In your client you use 127.0.0.1. In his client, you use the ipv4. Usually you change this in client.java, gui.java or egui.java.[/quote]
Do i change it where it says :
c client() {
tabHPos = -1;
alertHandler = new AlertHandler(this);
fullscreenInterfaceID = -1;
chatRights = new int[500];
chatTypeView = 0;
clanChatMode = 0;
cButtonHPos = -1;
cButtonHCPos = -1;
cButtonCPos = 0;
server = “127.0.0.1”;
^ Where you see server or from here:
if(myPrivilege == 2 || server.equals(“127.0.0.1”) || 1 == 1/to remove/) {
^ Where it says server.equals? WHICH ONE? Sorry for asking all these questions. THANKS FOR FOR THE HELP :)!

[quote=“bedo911, post:88, topic:473155”][quote author=iBunnie link=topic=591060.msg4183090#msg4183090 date=1355779840]

In your client you use 127.0.0.1. In his client, you use the ipv4. Usually you change this in client.java, gui.java or egui.java.
[/quote]
Do i change it where it says :
c client() {
tabHPos = -1;
alertHandler = new AlertHandler(this);
fullscreenInterfaceID = -1;
chatRights = new int[500];
chatTypeView = 0;
clanChatMode = 0;
cButtonHPos = -1;
cButtonHCPos = -1;
cButtonCPos = 0;
server = “127.0.0.1”;
^ Where you see server or from here:
if(myPrivilege == 2 || server.equals(“127.0.0.1”) || 1 == 1/to remove/) {
^ Where it says server.equals? WHICH ONE? Sorry for asking all these questions. THANKS FOR FOR THE HELP :)![/quote]
Only change the server = to the ipv4. For his client. Leave the other 127.0.0.1.

[quote=“iBunnie, post:89, topic:473155”][quote author=bedo911 link=topic=591060.msg4183105#msg4183105 date=1355781010]

Do i change it where it says :
c client() {
tabHPos = -1;
alertHandler = new AlertHandler(this);
fullscreenInterfaceID = -1;
chatRights = new int[500];
chatTypeView = 0;
clanChatMode = 0;
cButtonHPos = -1;
cButtonHCPos = -1;
cButtonCPos = 0;
server = “127.0.0.1”;
^ Where you see server or from here:
if(myPrivilege == 2 || server.equals(“127.0.0.1”) || 1 == 1/to remove/) {
^ Where it says server.equals? WHICH ONE? Sorry for asking all these questions. THANKS FOR FOR THE HELP :)!
[/quote]
Only change the server = to the ipv4. For his client. Leave the other 127.0.0.1.[/quote]
UGH we still cant get it to work. And do i change mine to the IPv4 too? Or leave it 127.0.0.1?

[quote=“bedo911, post:90, topic:473155”][quote author=iBunnie link=topic=591060.msg4183107#msg4183107 date=1355781421]

Only change the server = to the ipv4. For his client. Leave the other 127.0.0.1.
[/quote]
UGH we still cant get it to work. And do i change mine to the IPv4 too? Or leave it 127.0.0.1?[/quote]Leave yours 127.0.0.1

[quote=“iBunnie, post:91, topic:473155”][quote author=bedo911 link=topic=591060.msg4183116#msg4183116 date=1355782238]

UGH we still cant get it to work. And do i change mine to the IPv4 too? Or leave it 127.0.0.1?
[/quote]Leave yours 127.0.0.1[/quote]
He still gets the “Error connecting to server”! :frowning:

help how do i change the ‘‘messag from team trisidax’’ when u log in ?!?!!? help help ploxx

ctrl + f

[quote=“bedo911, post:92, topic:473155”][quote author=iBunnie link=topic=591060.msg4183145#msg4183145 date=1355783221]

He still gets the “Error connecting to server”! :([/quote]
If you want others to log in, you must change all 127.0.0.1 to your NO-IP and portfoward.

im going to enjoy duping on all these noobs leeched clients :rolleyes:
also cheat clienting :b

[quote=“TrisidiaX, post:95, topic:473155”][quote author=bedo911 link=topic=591060.msg4183159#msg4183159 date=1355784360]

If you want others to log in, you must change all 127.0.0.1 to your NO-IP and portfoward.[/quote]
Not if they are connecting to the same router… Btw hey trisid its chubs.

This looks awesomeee! Im downloading it later though, on iPad now. Thanks!

EDIT: When I start run.bat [client] I get this error: [Translated by Google:]

The system can not find the path specified. Your JDK is working perfectly fine. - Trisidia

Then I choose Pop-up client, and then it says

The system can not find the path specified. Your JDK is working perfectly fine. - Trisidia Press any key to continue . . .

Anyone help? :frowning:

When I login using an other client, the screen freezes like immidiately and the Run server.bat says I logged out, and I see veerryy much T2 Error: blablabla in the run.bat [client]…

I used TorvaPkz client.

Screenshot: The client freezes

[quote=“mthijs3, post:98, topic:473155”]This looks awesomeee! Im downloading it later though, on iPad now. Thanks!

EDIT: When I start run.bat [client] I get this error: [Translated by Google:]

The system can not find the path specified. Your JDK is working perfectly fine. - Trisidia

Then I choose Pop-up client, and then it says

The system can not find the path specified. Your JDK is working perfectly fine. - Trisidia Press any key to continue . . .

Anyone help? :frowning:

When I login using an other client, the screen freezes like immidiately and the Run server.bat says I logged out, and I see veerryy much T2 Error: blablabla in the run.bat [client]…

I used TorvaPkz client.

Screenshot: The client freezes

[/quote]
… THat is not my client, thats why, if so u dont have the right cache.

[quote=“Team_Rocket, post:83, topic:473155”][quote author=elias haddad link=topic=591060.msg4183000#msg4183000 date=1355773477]

i did it but the initiate apear then disapear and the 1)run in client write “could not find or load main class showmessagedialog” and it says that my jdk is working parfectly fine
so what to do???
[/quote]

  1. Add a “Pause” to the bottom of the Batch File.

  2. Set the Classpath before you set the Main.[/quote]
    nothing changed hmmm can you make for me a vid and show me from first step to the last step ( after downloading )???
    that would be very nice