安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
It can be any tap really, you just need access to that SetLiquidAmount() function so you can refill your drink as soon as you drink it. Something of note though, if you have more than one drink in your inventory it can act a little strange, but why would you need or want more than one drink?
Also if you don't like those specific numbers you can adjust them to what you want. The important thing though is that the number in the SetLiquidAmount() function needs to be at least as large as the sum of the absolute value of the other numbers.
Also I don't think Charisma actually does anything in the game, and there is also a speed value you can set. However, we currently have very little way of knowing what our character's current values are to know what we should change them too. Once you get far enough in the game you actually can get an item that affects your speed but that you can't hack... and as that speed seems nice I like to just let that be my speed. Though I wouldn't mind having a higher speed.
Normally on one side of a door you will have a Goto("A") and on the other side you have a Goto("B"), thus creating a little A <-> B system. That's all great and everything but it doesn't take long for us to learn we can set a door to any other door in the game. It's a hastle though going constantly reporgraming doors, so what I like to do is take pairs of doors and chain them together. Normally we would have A <-> B and C <-> D. But what we want is instead: A -> D -> C -> B -> A. But what does this look like when in actual use? Well let us take the hotel hallway forinstance. Each of those doors I have set up to take me to various points in the world, but let's take a look at just one of them for now.
Two of the doors as you can see are their default code (though with a # so you know what door it is. The reason the other two though check to see if the user is Sebastian, is that I only want this door network to work for me. If someone else uses the door they'll end up where they expect. The nice thing about setting it up this way is I don't actually cut off my own ability to go to any of these 4 places. Sure I could have set up the hotel door to go directly to door on the street to the bakery, and the backery back to the hotel, but then I wouldn't have been able to actually get into the bakery (and it does have a nice soda machine I can reprogram so that's nice). Also I can get into the hotel room still and watch my neighbor that watches the birds sleep.
It's pretty funny that we write lines of code in the game the same way we would in real life : with automation and time-saving in mind.
If you want, I can upload this on github ? :}
- Requires an account (You solved that by us emailing you, still not ideal :P)
- Code Formatting. GitHub doesn't have any good formatting for Sprak (Since it's made up and based on BASIC I think)
- Forking can become quite annoying after a while, especially if several users try to fork at the same time. This can cause loss of others script and you'll have to be careful in what to allow and disallow.
I own a web-server that has a special javascript-based code formatting that might work instead of GitHub. I would love to write up something so that everyone can see and share their code easily.The temporary address is: http://elseheartbreak.zinals.nu.preview.citynetwork.se/index.php
(I screwed up the DNS, so until it is fixed, that will have to suffice).
It currently uses my 5~6 year old script-kiddie style, but it can be changed to whatever I/the community wants). It's far from complete and currently it just shows how the code-formatting works. (The scripts are saved in a remote database and will be editable).
My idea is that you can upload and share as a registered user (this allows editing later) or just as a Guest (Author will still display the name inputted)
@Zinal : Well, the main point of an Awesome List is to share the most awesome stuff, not to host it, but to share it.
So you can share your code anywhere on github, a anonymous gist, pastebin, your webserver, your own git server, a shared etherpad to work on it , etc. :)
I put the code in a steam community guide here:
http://steamcommunity.com/sharedfiles/filedetails/?id=651229341
Neurydancer, may I suggest you create a guide for your github repository? Maybe with the code or at least the links in it? Guides are a bit more visible than a thread there.
Thanks in advance :)
I don't get this ,are you physically changing the game by enteirng this "coding" ?
Can you do stuff the devs never intended or maybe even break the game.
Or are you confined to only doing certain things ?
You are still confined to only certain things: the ones they gave you access through the hacking mechanism
I know this is years old, but I felt that it was important to respond to this as it still pops up in search results.
If you're doing this, please think a little more out of the box. While in the real world you have to use a cup of coffee in order to get its affects, you're able to proxy everything in this game. Think about having this code in a more fundamental item in the game for your play, and tamper with it there. As an added benefit, you don't have to worry about replenishing the contents if you're not actually Using the item for its affects.
Food for thought for anyone else that stumbles across this like me.
So its hard to say how confined you are with the games hacking mechanic, as that would entail actually hacking the real game and figuring out the source code to know what limitations the game actually has.
Of course as its a sandbox ish game, you can brake it quite easily , in fact if you don't... I'm not sure why your playing it lol
as for doing things the Devs never intended, well they intended for the player base to discover things they never could have predicted or intended... so technically no as that's a catch all intention lol