-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
howto install #1
Comments
Wow... Well I didn't think someone would actually want to install this on their own machine ;) That's why I didn't even bother including database schemas. Some information in the database is extracted from the CD (like question titles, answers...) and some has been extracted by me by hand (animation data mainly), so I'll make an export with only my handcrafted data in it and the empty schema for the copyrighted content that can be filled by another script in the toolbox (i'll also explain it to you). Give me a few days to prepare this :) |
oh cool! thank you very much for your friendly help! :) |
@frostworx I updated the SQL exports and I've put detailed installation instructions for you to follow. I followed the same instructions to make sure it works, but please tell me if something isn't clear or missing. |
yay! thank you very much @Mwyann! I'll try it tomorrow! :) |
hi again!
probably following errors are that: maybe I should just re-start from scratch, mysql and php are not really my world tbh :) |
just noticed that both csvs have broken umlauts, not sure if those should be converted before db import |
Are you talking about the "Ü"? In theory I took care of the conversion (YDKJUnit.pas, line 595, function MactoUTF8) but if that means a display problem in game, then it'll have to be fixed indeed :) |
nah, I just have seen it when trying to open the files with my text editor. no idea if it would work in game so far :) |
I just looked out the original file and Macintosh layout, and I can confirm that the used character 0x86 is indeed Ü, and the font displays it as a Ü too. I didn't play the German game enough to tell if there's any difference, you'll tell me :) |
ther eare several umlauts which could cause problems when formatting is wrong (I assumed this is the case as the csv files are not utf-8). these are mainly upper and lowercase ÄÖÜ and ß. until I have the other issues from earlier today and therefore can not start a game I can't tell if this even is a problem inside the game, but the file doesn't look really useable at all. the lines with the filepaths at the beginning look like this f.e.: |
½ and ¾ are the two characters that I'm using as custom separators for the CSV file. And all the string data is indeed UTF-8. I used custom separators as I didn't wanted to mess around with more character problems (dealing with Mac -> UTF-8 was enough). |
ic, so this might not be an issue. do you have a hint for above session file problem? |
Oops, sorry I missed the long message, here are my answers:
|
thanks for your answer! unfortunately I didn't have the time to test today, but I'll try asap :) the page is stuck with a white "loading loop animation" on a black screen then (mobile users click here disappears after clicking) |
the "umlauts" above seem to be not the only characters which are "broken" in the csv files. I'll try to convert all broken chars to useable (at first with a texteditor, if the result works with some sed lines :)). |
Hi, if you fix anything let me know, with examples (like questions hat shows the problem specifically). I guess the " char are not simple " in fact, it may be more like « ». |
thank you for your help again! :) |
me again :) |
now I set the session.save_path to |
Have a look at the JS console when you start a game, and also Apache logs, if any error shows up. |
wow, you're fast! I already did so: |
Do you have a Skype account or any chat for example, so we could discuss it in real time, faster? (my Skype ID is the same than my GitHub) |
I don't have skype, but we could meet on irc if you like. |
could it be possible that filenames are case-sensitive and therefore the generated url in uriToUid points to 404? |
Yes, all files are case-sensitive. That may totally be the reason why it doesn't work :) |
YES! it was casesensitive! |
hehe, same time reply cat symlup.sh#!/bin/bash works for me :) |
thank you very much for your friendly help! do you accept some donation f.e. via paypal? |
I don't accept donations for those reasons:
|
thank you very very much! :) |
thank you for your friendly help also on irc. |
your irc connection just timeouted. in case you haven't seen my suggestions for the readme anymore just tell me :) |
Yes please paste your suggestions here :) Thanks! |
your README was working mostly ootb, but maybe following changes are useful:
|
Not sure what help other than the comments given here is still required. The extractor/.srf file format could use some explanation or the (always same) results should be descibed/verified. Had to run it twice to get the full Volume 1 extraction e.g. - hashes/filesizes of the resulting csv files would come to mind. The easter egg doesn't seem to be there. My top negative JackAttack ended at -DM3197000. Maybe the minus sign was overseen? :) Would be great to have the HTML/PHP stuff from the english (and german) site as well. Translating with google is no fun :) |
thank you for this cool project!
I'l like to install the game on my local server, but unfortunately I can't get it into a usable state.
this is what I've done so far:
with those credentials (no idea if those are all required), which works
when I launch the main page on my local server I get the main french title screen (unfortunately I don't speak french - me idiot had latin at school long ago and I was bad ;)). no problem I can't read it,
but I'm stuck now here:
looks like the sql schema file isn't complete, right? would be great if you could update it
as I'd love to play the good old classic ydkj in german together with my wife again :)
The text was updated successfully, but these errors were encountered: