Author Topic: Make Scripts For DoomGoo??  (Read 2725 times)

Ikonz101

  • Guest
Make Scripts For DoomGoo??
« on: January 05, 2010, 02:09:31 am »
How do I make scripts for DoomGoo? What program do I use to write them in and what format do I save them as.

For example this is a script I found in DoomGoo:

#!/bin/sh
cd /usr/local/ports/doomgoo/doom219
chmod +x prboom ; ./prboom -file 10sector.wad

I open it with WordPad but I don't know what format to save it as. The reason I want to do this is because I have other .wad files I would like to incorporate into DoomGoo. Any help would be greatly appreciated.

Edit: I am using Windows XP. So I don't know if this is possible.

Thanks
Ikonz101
« Last Edit: January 05, 2010, 06:30:32 am by Ikonz101 »

Nickeng

  • Guest
Re: Make Scripts For DoomGoo??
« Reply #1 on: January 05, 2010, 06:42:42 am »
Save the script as a .sh file in plain text.


Ikonz101

  • Guest
Re: Make Scripts For DoomGoo??
« Reply #2 on: January 05, 2010, 07:38:37 am »
Thanks for the respond Nickeng. I found another way of doing it also. I saved it as .txt and converted it using a online converter call dos2unix. It works perfectly.

Thank You
Ikonz101

santino

  • Guest
Re: Make Scripts For DoomGoo??
« Reply #3 on: January 05, 2010, 10:52:29 am »
lol youve made my day... ;D

Nickeng

  • Guest
Re: Make Scripts For DoomGoo??
« Reply #4 on: January 05, 2010, 11:36:07 am »
Thanks for the respond Nickeng. I found another way of doing it also. I saved it as .txt and converted it using a online converter call dos2unix. It works perfectly.

Thank You
Ikonz101
LOL good old dos2unix used that mainy time in the past. Some of these tools just dont die do they ?

zear

  • * Moderator
  • Posts: 2381
Re: Make Scripts For DoomGoo??
« Reply #5 on: January 05, 2010, 11:57:54 am »
Some time ago I compiled a set of apps to use in dingux via the telnet session.
Among them dos2unix.
It should be even possible to use it via dmenu with file selector, although I've never tested it.
Here you can download it: http://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,116,163

Ikonz101

  • Guest
Re: Make Scripts For DoomGoo??
« Reply #6 on: January 05, 2010, 03:17:17 pm »
Its true if the tool works well it will last forever in my opinion.

Some time ago I compiled a set of apps to use in dingux via the telnet session.
Among them dos2unix.
It should be even possible to use it via dmenu with file selector, although I've never tested it.
Here you can download it: http://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,116,163

Downloading now to try it out zear. Thanks for the link.

Thank you everyone for the input on this topic much appreciated.

Have A Great One
Ikonz101
« Last Edit: January 05, 2010, 03:19:22 pm by Ikonz101 »

 

Post a new topic