Teach atticat to code! (paying $50 - $100)
- Atticat
- Joined: Thu May 01, 2014 5:04 pm
- Byond Username: Atticat
Teach atticat to code! (paying $50 - $100)
Anybody willing to teach how to code in byond at a VERY BASIC level (enough that I can fix some grammar mistakes and code some simplistic ideas like making the captain immune to alcohol) will receive a large sum. I am willing to negotiate the price beforehand. Heck if you do a good job I'd be willing to pay over $100. What I really need is a patient person willing to give me weekly lessons for a specified amount of time until shit clicks with my brain. Any takers?
I really really like this community and game and would love to be a closer part of it.
I really really like this community and game and would love to be a closer part of it.
-
- Joined: Tue Aug 25, 2015 12:59 pm
- Byond Username: LiamLime
Re: Teach atticat to code! (paying $50 - $100)
The bureaucracy is expanding to meet the needs of the expanding bureaucracy.
- Thunder11
- In-Game Admin
- Joined: Fri Apr 18, 2014 12:55 pm
- Byond Username: Thunder12345
- Github Username: Thunder12345
- Location: Scotland, UK
Re: Teach atticat to code! (paying $50 - $100)
https://www.edx.org/course/introduction ... -6-00-1x-6
I know it's python and not BYOND, but once you learn how to program in python it's not that hard to learn the syntax for BYOND
I know it's python and not BYOND, but once you learn how to program in python it's not that hard to learn the syntax for BYOND


Spoiler:
-
- Joined: Sat Apr 19, 2014 5:19 am
- Byond Username: Gun Hog
Re: Teach atticat to code! (paying $50 - $100)
Save your money. Go to #coderbus on the IRC and seek help there.
- Wyzack
- Joined: Fri Apr 18, 2014 11:32 pm
- Byond Username: Wyzack
Re: Teach atticat to code! (paying $50 - $100)
I am actually pretty curious about coding, but i would prefer to learn by looking at what is already there. How do i go about poking around the game code? Do i just get it off git?
Arthur Thomson says, "Since there are no admins I would loging with another account and kill you"
Caleb Robinson laughs.
Arthur Thomson catches fire!
certified good poster
Caleb Robinson laughs.
Arthur Thomson catches fire!
tusterman11 wrote:Can you stop lying? I just asked you and you are was a piece of shiit on me!!!
EngamerAzari's real number one fangirl <3Kor wrote:I wish Wyzack was still an admin.
certified good poster
-
- Joined: Fri Mar 13, 2015 10:26 pm
- Byond Username: KorPhaeron
Re: Teach atticat to code! (paying $50 - $100)
YepWyzack wrote:I am actually pretty curious about coding, but i would prefer to learn by looking at what is already there. How do i go about poking around the game code? Do i just get it off git?
- Wyzack
- Joined: Fri Apr 18, 2014 11:32 pm
- Byond Username: Wyzack
Re: Teach atticat to code! (paying $50 - $100)
Noice. Maybe by the time the freeze is over i will underdstand enough to be able to code my arquebus idea
Arthur Thomson says, "Since there are no admins I would loging with another account and kill you"
Caleb Robinson laughs.
Arthur Thomson catches fire!
certified good poster
Caleb Robinson laughs.
Arthur Thomson catches fire!
tusterman11 wrote:Can you stop lying? I just asked you and you are was a piece of shiit on me!!!
EngamerAzari's real number one fangirl <3Kor wrote:I wish Wyzack was still an admin.
certified good poster
-
- Joined: Tue Aug 25, 2015 12:59 pm
- Byond Username: LiamLime
Re: Teach atticat to code! (paying $50 - $100)
- Download git repo
- Open the dme file in Dream Maker
- Open the station map (dmm) file
- Hit 'update' (if it doesn't do that by default),
- Find an object on the map you're interested in
- Right click it, "select" or whatever the menu option is, this will select it in the tree on the left
- Double click the object in the tree
- Look at the variables it has
- Change something
- Run > Compile (in the top menu)
- This creates a .dmb file where the .dme file is
- Open dream seeker, open the dmb file and run
- Wait an hour while it launches the server (like 2 minutes)
- hit the yellow diamond to join, see what changed
- Repeat.
- Open the dme file in Dream Maker
- Open the station map (dmm) file
- Hit 'update' (if it doesn't do that by default),
- Find an object on the map you're interested in
- Right click it, "select" or whatever the menu option is, this will select it in the tree on the left
- Double click the object in the tree
- Look at the variables it has
- Change something
- Run > Compile (in the top menu)
- This creates a .dmb file where the .dme file is
- Open dream seeker, open the dmb file and run
- Wait an hour while it launches the server (like 2 minutes)
- hit the yellow diamond to join, see what changed
- Repeat.
The bureaucracy is expanding to meet the needs of the expanding bureaucracy.
- Shaps-cloud
- Code Maintainer
- Joined: Thu Aug 14, 2014 4:25 am
- Byond Username: Shaps
Re: Teach atticat to code! (paying $50 - $100)
I will trade a link to khan academy for $100
- IcePacks
- Joined: Sun Apr 20, 2014 4:46 am
- Byond Username: IcePacks
Re: Teach atticat to code! (paying $50 - $100)
$150 upfront and pax will make your coding dreams come true
i'm charging an extra 50 for the slutty avatar i see when i pop into this thread to make a shitheaded comment
i'm charging an extra 50 for the slutty avatar i see when i pop into this thread to make a shitheaded comment
OOC: Deitus: tfw RL porn doesnt sexually excite me anymore
- Shaps-cloud
- Code Maintainer
- Joined: Thu Aug 14, 2014 4:25 am
- Byond Username: Shaps
Re: Teach atticat to code! (paying $50 - $100)
im sorry the pope triggered youIcePacks wrote:$150 upfront and pax will make your coding dreams come true
i'm charging an extra 50 for the slutty avatar i see when i pop into this thread to make a shitheaded comment
- Drynwyn
- Joined: Fri Apr 18, 2014 5:09 pm
- Byond Username: Drynwyn
Re: Teach atticat to code! (paying $50 - $100)
So you know- there's a significant difference in complexity between fixing grammar errors and doing something like making the captain immune to alcohol.
Fixing a grammatical error only requires searching the code for the phrase that has a grammatical error, finding it, and retyping it. You don't need to understand the formatting or message-display code, you just need to find and replace.
Making the captain immune to alcohol would require doing the hard part of SS13 coding, which is understanding the code that is already there. This is the tricky part. Coding in BYOND is actually pretty simple- what's tricky is understanding how to make your code interact properly with the clusterfuck that is SS13 code.
Have you done any coding in non-byond languages?
Fixing a grammatical error only requires searching the code for the phrase that has a grammatical error, finding it, and retyping it. You don't need to understand the formatting or message-display code, you just need to find and replace.
Making the captain immune to alcohol would require doing the hard part of SS13 coding, which is understanding the code that is already there. This is the tricky part. Coding in BYOND is actually pretty simple- what's tricky is understanding how to make your code interact properly with the clusterfuck that is SS13 code.
Have you done any coding in non-byond languages?
In game, I play the A.I Firmware, the French cyborg C.U.R.I.E, Aubrie Allen, and the lizard scum Skulks-Through-Maintenance.
Who is online
Users browsing this forum: No registered users