Game client modified by Gilbertus

Forum for alternative clients, mods & discussions on the same.

Moderator: Phades

Re: Game client modified by Gilbertus

Postby TheRussianB » Thu Jan 20, 2011 11:19 pm

Don't yell at me for not reading the entire thread but is there a way to have Gilbertus's mapper save into one folder and one folder only?
User avatar
TheRussianB
 
Posts: 83
Joined: Sun May 16, 2010 5:43 am

Re: Game client modified by Gilbertus

Postby EnderWiggin » Thu Jan 20, 2011 11:42 pm

Not without little changes to the code. But why would you want that?
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Game client modified by Gilbertus

Postby TheRussianB » Fri Jan 21, 2011 12:56 am

EnderWiggin wrote:Not without little changes to the code. But why would you want that?

I know, I'm asking how I would need to do it. Also, I find it easier.
User avatar
TheRussianB
 
Posts: 83
Joined: Sun May 16, 2010 5:43 am

Re: Game client modified by Gilbertus

Postby Gedrean » Fri Jan 21, 2011 3:14 am

TheRussianB wrote:
EnderWiggin wrote:Not without little changes to the code. But why would you want that?

I know, I'm asking how I would need to do it. Also, I find it easier.


Problem is the mapper could not distinguish the similarity of different tiles (two different start tiles for example) without significant increases in code complexity (adding pretty much another program to compare the png files by content), thus be unable to determine where to start the new session.

It could wipe the old session each time, but that sucks noodles.
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

Re: Game client modified by Gilbertus

Postby JonahVeil » Sat Jan 22, 2011 2:52 am

Hey, I followed the flow chart, slowly pieced through it.

I am getting a similar error but the solution doesn't make sense to me.

The Error it states for me is

Exception in thread "Haven Main thread" java.lang.Unsatisfiedlinkerror: C:\Program Files\Games\Haven and Hearth\jogl.dll: Cant find dependent libraries.

Now, on the flow chart the error it states is unsatisfiedlinkerror blah blah, it's not the same Can't find dependent libraries. But, the solution is that the bit is wrong?

I have 64 bit java, and downloaded the 64 bit client. I run Windows 64 bit, 7.

I rather not run 32 bit, or even try, I feel this error is different. Please help if possible.
JonahVeil
 
Posts: 9
Joined: Fri Jan 21, 2011 3:34 am

Re: Game client modified by Gilbertus

Postby Spoonfish » Sat Jan 22, 2011 4:13 am

How do i have all maps combine? it creates new a new maps folder on every new day i play, and basically ignored old ones.
how can i just have the 1 map file with all explored areas i go without having to start fresh at every game launch?
Spoonfish
 
Posts: 36
Joined: Tue Jan 11, 2011 12:38 am

Re: Game client modified by Gilbertus

Postby Huojin » Sat Jan 22, 2011 4:32 pm

My mapper isn't working at all, halp?
Huojin
 
Posts: 14
Joined: Thu Aug 19, 2010 10:06 pm
Location: United Kingdom

Re: Game client modified by Gilbertus

Postby Gedrean » Sat Jan 22, 2011 5:14 pm

JonahVeil wrote:Hey, I followed the flow chart, slowly pieced through it.

I am getting a similar error but the solution doesn't make sense to me.

The Error it states for me is

Exception in thread "Haven Main thread" java.lang.Unsatisfiedlinkerror: C:\Program Files\Games\Haven and Hearth\jogl.dll: Cant find dependent libraries.

Now, on the flow chart the error it states is unsatisfiedlinkerror blah blah, it's not the same Can't find dependent libraries. But, the solution is that the bit is wrong?

I have 64 bit java, and downloaded the 64 bit client. I run Windows 64 bit, 7.

I rather not run 32 bit, or even try, I feel this error is different. Please help if possible.


Are you sure your Java is 64-bit? The path to it is C:\Program Files\Java ...etc... not C:\Program Files (x86)\Java ...etc... ?

If you are sure of it, there are some comments and links in another thread I've seen around here SOMEWHERE ( I am not sure where :( ) about "common Java error messages" - it may be in the How To forum section.
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

Re: Game client modified by Gilbertus

Postby Gedrean » Sat Jan 22, 2011 5:15 pm

Spoonfish wrote:How do i have all maps combine? it creates new a new maps folder on every new day i play, and basically ignored old ones.
how can i just have the 1 map file with all explored areas i go without having to start fresh at every game launch?


There are a number of options throughout here, one post was linked to by me earlier in this thread by someone with the EXACT SAME QUESTION.

Please read back about -- the last three pages, at most, and you should find the link.
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

Re: Game client modified by Gilbertus

Postby Gedrean » Sat Jan 22, 2011 5:16 pm

Huojin wrote:My mapper isn't working at all, halp?


A number of possibilities:
One: The server is lagged. The map won't show up immediately in the minimap if it is. Give it time, it should show up. If not, there are other threads that have discussed that.

Two: You open map.html and get a blank - check through other numbered folders in the "maps" directory - if you see ones with content, then likely you are opening map.html after closing Gilbertus - for some reason it changes the "currentsession" to a new folder when doing that sometimes.
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Ahrefs [Bot], Claude [Bot], PetalBot [Bot] and 0 guests