Skip to content

Commit 5200e86

Browse files
committed
update 1.6
support multiple upload to machine and make remote script to one file and support to run on startup
1 parent a5ac8c9 commit 5200e86

File tree

10 files changed

+470
-209
lines changed

10 files changed

+470
-209
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_modules/
33
package-lock.json
44
dist/
55
dist_debug/
6-
ccIDE.wheel
6+
ccIDE.wheel

advremote.lua

Lines changed: 0 additions & 50 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ccide",
3-
"version": "1.5",
3+
"version": "1.6",
44
"description": "ComputerCraft mod virtual lua IDE",
55
"main": "index.js",
66
"scripts": {

readme.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,18 @@ special thank for [ccblockly](https://github.com/Mirka1405/ccblockly) for idea
66
![Screenshot 2024-08-20 202018](https://github.com/user-attachments/assets/ba6c1ca6-ce91-41c9-b412-b1f3a8f2e735)
77

88
# Quick Start
9-
1. install nodejs and git
10-
2. git clone cd to this project
11-
3. Install dependency use `npm install .`
9+
1. install nodejs and git.
10+
2. git clone and cd to this project .
11+
3. Install dependency use `npm install .`.
1212
4. To run this IDE use `npm run dev` or if you using windows you can use `run.bat` to run it.
13-
5. Done!
1413

1514
## Install Remote code into computercraft
1615
it very simple! to install Remote code.
17-
### Run from URL
18-
for advanced computer/pocket/turtle
1916
```
20-
wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/advremote.lua
21-
```
22-
for non advance computer/pocket/turtle
23-
```
24-
wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua
25-
```
26-
### Download and Run
27-
for advanced computer/pocket/turtle
28-
```
29-
wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/advremote.lua advremote.lua
30-
advremote
31-
```
32-
for non advanced computer/pocket/turtle
33-
```
34-
wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua remote.lua
35-
remote
17+
wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/startup.lua
3618
```
19+
And restart the computer.
20+
3721
If error "Domain not permitted" try [this solution](https://github.com/cc-tweaked/CC-Tweaked/discussions/626#discussioncomment-241924).
3822

3923
## official support library, peripheral and module function
@@ -150,7 +134,7 @@ https://github.com/user-attachments/assets/195231d4-8fd8-4101-8068-70bc038a5c4f
150134
https://github.com/user-attachments/assets/8f114cfa-d87c-47d0-a670-a13dc975ab06
151135

152136
# For adapting in other project
153-
This project is based for every block based IDE from DPSoftware Foundation
137+
This project is for every block based IDE from DPSoftware Foundation.
154138

155139
# License
156140
This project is licensed under the [GPL v3 License](https://github.com/DPSoftware-Foundation/ccIDE/blob/main/LICENSE).

remote.lua

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)