Jump to content




Bossman's Programs


24 replies to this topic

#1 Bossman201

  • New Members
  • 92 posts

Posted 29 May 2012 - 05:27 PM

My computer has decided that Minecraft can't be played anymore so updates will take a long time, since I can't test, if at all. Sorry.

Bosschat
Spoiler
Recipes
Spoiler

Edited by Bossman201, 03 July 2012 - 02:34 AM.


#2 Maarten551

  • New Members
  • 18 posts

Posted 29 May 2012 - 07:34 PM

for this part :

Quote

[Dynamic modem placement (currently in v 005 MUST be on right side or you must edit code (without help))

I can help you, here is the function :
function startModem()
 local sides = {"left", "right", "back", "top", "bottom"}
 for i=1, table.getn(sides), 1 do
  rednet.open(sides[i])
 end
end

Hope it helps ^^

#3 Teraminer

  • New Members
  • 175 posts
  • LocationDon't look behind you..

Posted 29 May 2012 - 08:02 PM

Sugestion /mute command to mute others (or yourself :)/> !!! when you are done saying "how your day is doing" to yourself)

#4 Bossman201

  • New Members
  • 92 posts

Posted 31 May 2012 - 01:17 AM

Finished /mute and /unmute commands and added to OP. Thanks Teraminer for the idea!

EDIT: Note: Will release an update after I add more features/finish more stuff.

#5 Teraminer

  • New Members
  • 175 posts
  • LocationDon't look behind you..

Posted 31 May 2012 - 06:31 PM

Glad to help ;D

#6 Bossman201

  • New Members
  • 92 posts

Posted 01 June 2012 - 02:41 AM

Big update soon! Program is over 300 lines now and 8kb. Version checking and updates are complete.

#7 Bossman201

  • New Members
  • 92 posts

Posted 06 June 2012 - 03:23 AM

Finished a major coding project. Check version history, I will clarify as needed.

#8 Teraminer

  • New Members
  • 175 posts
  • LocationDon't look behind you..

Posted 06 June 2012 - 10:40 AM

I have an Idea for a logo "BossChat, Chat like a Baws"

Look at my sig! :)/>

#9 cant_delete_account

  • Members
  • 484 posts

Posted 11 June 2012 - 05:07 AM

I made some logos for you :(/> (tell me if you want a different style, I might be able to make it):
Spoiler


#10 max96at

  • New Members
  • 15 posts
  • LocationAustria

Posted 11 June 2012 - 09:17 PM

Tried to make a logo with some gimp filters, tell me if you like it.
Spoiler


#11 Bossman201

  • New Members
  • 92 posts

Posted 11 June 2012 - 11:49 PM

@thesbros I really, really like the "Gradient-ish" one :)/>
@max96at I really like this one too -_-/>

Thanks guys :(/>

Just thought of something, if you guys have some sig html code, I can add them to the topic

#12 cant_delete_account

  • Members
  • 484 posts

Posted 12 June 2012 - 02:36 AM

View PostBossman201, on 11 June 2012 - 11:49 PM, said:

@thesbros I really, really like the "Gradient-ish" one :)/>
@max96at I really like this one too -_-/>

Thanks guys :(/>

Just thought of something, if you guys have some sig html code, I can add them to the topic
Easy, just do:
[ img ]http s://dl.dropbox.com/u/43297400/Images/Other/bosschat-gradient.png[/ img] (no spaces) in the topic.
Also, I made 2 more another logos. -_-/> :
Posted Image
and...
Posted Image

#13 Bossman201

  • New Members
  • 92 posts

Posted 12 June 2012 - 03:40 AM

You can post all the img codes and I'll put them all in a spoiler. And I really like the second one now haha, I can't decide whether to use gradient-ish or that one.

EDIT: Figured out how to get the html myself, all sigs added to topic and credit given as best as possible. :(/>

#14 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 12 June 2012 - 06:02 AM

... Pastebin is more advanced then you! Pastebin is simple go to their website . On. The homepage is a textbox
. Paste code in their. Somewhere near bottom their is a save button. It then gives you a address. Give us that!

#15 cant_delete_account

  • Members
  • 484 posts

Posted 12 June 2012 - 05:11 PM

View PostBossman201, on 12 June 2012 - 03:40 AM, said:

You can post all the img codes and I'll put them all in a spoiler. And I really like the second one now haha, I can't decide whether to use gradient-ish or that one.

EDIT: Figured out how to get the html myself, all sigs added to topic and credit given as best as possible. :(/>
The top one I made too lol, and you forgot to add the other 2 ones xD
P.s: I'm writing on my iPhone so sorry for any grammar / spelling errors

#16 Bossman201

  • New Members
  • 92 posts

Posted 13 June 2012 - 09:20 PM

Update!

EDIT: It's amazing how the original program was only 192 lines long, supported two commands, a handful of "features", and the only way to get it on another computer in-game was with a floppy. Now it's much longer, supports a few more commands, a bunch of features, including an automatic updater!

#17 A2Creativity

  • New Members
  • 5 posts
  • Location-

Posted 16 June 2012 - 05:06 PM

I can't understand... what does it do ??

#18 Bossman201

  • New Members
  • 92 posts

Posted 21 June 2012 - 10:04 PM

View PostA2Creativity, on 16 June 2012 - 05:06 PM, said:

I can't understand... what does it do ??
Bosschat is a fully-functional chat program (with the exception of displaying whether 'caps lock' is on or off). It's got most of the features that every basic chat program has.

#19 Klausar

  • Members
  • 110 posts

Posted 24 June 2012 - 06:24 AM

I'm new here, it's a stupid question but what do I have to type for modem? How do I set one up?

#20 Bossman201

  • New Members
  • 92 posts

Posted 24 June 2012 - 10:27 PM

>looks at code to see which version is posted.

Okay, all you have to do is attach the modem before the program is run.
Oops that was for the unreleased update.

EDIT: The only setup a modem requires is rednet being opened on the side the modem is attached to, which should always be handled by the program and not the user (which is not the case in this version of Bosschat because I was testing arguments passed to programs during runtime). The first thing you need to do is create a modem with 8 stone and 1 redstone torch, (the recipe can be found here) and then attach it to a computer by sneak-right-clicking.

All you need to do is type 'bosschat' and then the side that the modem is on.
bosschat <side>
All sides: left, right, front, back, top, bottom

I don't think you need to add quotation marks (didn't really alpha test this update as much as I should have). If it doesn't work, let me know and I'll rush to push out the next update which is able to:
  • Determine routers dynamically, and
  • Open the correct side for rednet.
  • Alerts you when your modem is removed or a modem is placed, and
  • Opens rednet on the correct side when it's placed (just had an idea for a pre-release, program will dynamically close rednet if modem is destroyed/removed)






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users