Al_B on 17/8/2012 at 06:02
Would I need to know any Russian? Learning a foreign language is a big investment in time and although the benefits of having a Russian shockcfg look tempting at first glance I'm not sure if it entirely justifies the effort.
I'm sure MidiV has his own thoughts, however, and I won't presume to reply for him.
Cyberpunkgothic1 on 17/8/2012 at 06:51
Any added language satifies the need for it. ;) I don't speak russian. may be I will try some day a frech or latin translation.
Cyberpunkgothic1 on 18/8/2012 at 11:25
here is the file because off it don't draws for Al_B:
import java.awt.*;
import javax.swing.*;
public class Rickenbacker extends JFrame
{
private static final long serialVersionUID = 1L;
private SetRes setres;
private ReadCfg readcfg;
public Toolkit tk;
public Image theICON;
public Rickenbacker(SetRes setres)
{
super("ShockCfg 3.03.01");
this.setVisible(true);
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setres = this.setres;
readcfg = new ReadCfg(setres);
if(readcfg.getIniLanguage()=="DE")
{
this.setSize(441, 350);
add(new RickenbackerMainDE());
}
else
{
this.setSize(441, 350);
add(new RickenbackerMainEN());
}
tk = this.getToolkit();
theICON = tk.getImage("Image.jpg");
this.setIconImage(theICON);
}
}
Cyberpunkgothic1 on 18/8/2012 at 14:05
I don't have access to my e-mailaccount since monday and the the next days!
because a devil tried to get my bank accunt from my webspaceprovider!
may he burn in hell!
greets ironicdark
Cyberpunkgothic1 on 18/8/2012 at 14:51
putin fights agains the punks? putin fights against the people! :(
Cyberpunkgothic1 on 18/8/2012 at 14:59
someone breaks ever into my rooms and steals things! got to find a new home!
MidiV on 20/8/2012 at 12:52
No, i don't think that russian version of ShockCfg is needed.
Cyberpunkgothic1 on 20/8/2012 at 15:51
Any translation is welcome.
Cyberpunkgothic1 on 20/8/2012 at 16:19
ZYLONBANE I HATE HACKERS LIKE YOU!!!! YOU ARE FIRED!!!
D'Arcy, could you please delete ZylonBane from my thread?
I have deleted everything from ShockCfg.org, because he was the bad guy who messed us up!
Now there is only the developementversion (
www.shockcfg.org/sc3.zip)
I have a real problem with this one!? If I switch the Language in xerxes, then I can't edit the english graphics of rickenbackermainen. may be this error comes for you within the german version, please have a look and help?
I use the latest Java and Eclipse Juno.