Text Editor

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
chane2k1
Posts: 3
Joined: Sun Jun 26, 2005 3:49 pm

Text Editor

Post by chane2k1 »

Has anyone created a text editor for the ps2. This would really help me out in changing my ip settings in IPCONFIG.DAT and CONFIG.DAT files. I say this because the settings are currently for my home but when i go to my friends house i cant change them since i cant ftp into the ps2 without changing the ips. So if theres one that was already made and i missed it could someone please point me in the direction of the elf file?
Guest

Post by Guest »

There isn't one (to my knowledge). Sorry.
wulf
Posts: 81
Joined: Wed Apr 13, 2005 6:56 pm

Post by wulf »

actually, I am in the (slow) process of creating one.. I made one for linux, I am in the process of porting it over...
dlanor
Posts: 258
Joined: Thu Oct 28, 2004 6:28 pm
Location: Stockholm, Sweden

Re: Text Editor

Post by dlanor »

chane2k1 wrote:Has anyone created a text editor for the ps2. This would really help me out in changing my ip settings in IPCONFIG.DAT and CONFIG.DAT files. I say this because the settings are currently for my home but when i go to my friends house i cant change them since i cant ftp into the ps2 without changing the ips. So if theres one that was already made and i missed it could someone please point me in the direction of the elf file?
Here's a simple workaround you can use until there is a text editor.

Use your own PS2 and PC to setup 2 extra copies each of the config files you need to modify, one set matching your PC and another matching your friend's PC. Store these files either on the PS2 HDD or inside some normal save folders on a PS2 MC. (Most games ignore files they haven't created themselves, so it should be safe.) Then you can use LaunchELF, or similar file manager, to copy either of those file sets into the proper directory (usually mc0:/SYS-CONF/), depending on where you are (ie: which PC you are connecting to).

It may not be the most convenient way to do it, but it might prove as much of a hassle to edit text files with controller as input, so in comparison it's not bad. (In fact this method would be the most convenient way to switch between files that require more extensive changes.)

Best regards: dlanor
chane2k1
Posts: 3
Joined: Sun Jun 26, 2005 3:49 pm

Post by chane2k1 »

thats awesome wulf i look forward to seeing it. thanks for the effort. thanks for the suggestion dlanor i was going to do something like that but his house is setup for dhcp and since his brothers are always downloading shit all hell brakes loose when we change settings on the router.
phunk
Posts: 9
Joined: Thu Feb 17, 2005 8:22 am

Post by phunk »

i always thought a good way to get around these types of problems would be to write a kernel driver for linux that lets you mount a ps2netfs-connected filesystem like any other. then you could use whatever text editor, or other existing tools you want, to manipulate the data on the memory card or wherever. this is definitely possible, and the ramdisk kernel module provides a starting point. maybe one day i, or somebody else, will do this.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Using ps2ftpd, you could use already-existing tools that can treat a remote ftp site as a mounted filesystem.
wulf
Posts: 81
Joined: Wed Apr 13, 2005 6:56 pm

Post by wulf »

that's what I do... I was never able to get any of the networking clients or usb clients to work with my setup except for the ftp server, so currently that's the only way I have to transfer files to my ps2... BTW, the PSP version of the text editor is progressing nicely, I am just about to add menu functions, an on screen keybouard and the ability to (gasp) save files... the ps2 port is next after that..
chane2k1
Posts: 3
Joined: Sun Jun 26, 2005 3:49 pm

Post by chane2k1 »

awesome news wulf.
Post Reply