Other
All tutorials without a respective section goes here
13 topics in this forum
-
Hi all! I am still pretty new to this editor, however I'd like to share my experience so far with other users that might not know how to texture models yet. Please note this tutorial is only for basic texturing of models. If any info below is wrong or missing please let me know and I'll add it. How do I run the .jar? For me the .jar wouldn't run by double clicking it. I had to use cmd to run it. I created a simple Run.bat file containing the following line: java -jar "model_editor_1.4.1.jar" Opening your cache Go to File > Open cache... Using the explorer window that just popped up, locate your cache folder a…
-
1
Reputation Points
- 69 replies
- 12.8k views
-
-
Video was not made by me, was made by someone off a rsps discord and i got told i could make a thread on r-s if i wanted. https://youtu.be/B5ww-xH_joc
-
0
Reputation Points
- 34 replies
- 5.9k views
-
-
Hello everyone, If you are tired of the dreaded unlicensed version of winrar, feel free to download this file and place it in your winrar installation directory and then load winrar after You will then notice your version of winrar is fully activated. This should always work, it has unlimited uses. Hope this helps whoever needs it https://easyupload.io/4wdr1u
-
0
Reputation Points
- 2 replies
- 462 views
-
-
Step 1: Navigate to Steam Community :: Steam Workshop and find a source engine game that's heavily modded, such as Garry's Mod Step 2: Look for the model itself, start by opening the model category here: Step 3: Now download crowbar, you can download it on github via GitHub - ZeqMacaw/Crowbar: Crowbar - GoldSource and Source Engine Modding Tool, this tool is a source engine modding tool that will allow us to extract the contents from the steam workshop. Save it somewhere then run it and you'll see this screen. Step 4: Let's make a folder in our Docum…
-
0
Reputation Points
- 11 replies
- 1.8k views
-
-
How to add icon to anguish/ascend/ethos Just go to Gamewindows replace that with this package com.client; import java.net.*; import java.util.Arrays; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.awt.event.WindowListener; import java.awt.image.BufferedImage; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.*; import org.omg.CORBA.portable.InputStream; import com.client.features.settings.InformationFile; import com.client.loader.Loader; import com.sun.javafx.util.Utils; import com.sun.xml.internal.ws.api.ResourceLoader; public class ClientWindow extends Client implements ActionLis…
-
0
Reputation Points
- 5 replies
- 1k views
-
-
Hello, so I created website that offers free highscores hosting service. Creating highscores takes no more then 4 minutes! So let me tell you what to do First go to http://rsps-scores.com and click Create highscores button Then fill registration form and click Sign up http://image.prntscr.com/image/25f581e1896842a495d590fd4a163438.png Website will then take you to your newly created dashboard. In dashboard you can add any URL to your highscore page or add different game modes by completing these forms http://image.prntscr.com/image/2b51bdd5600e433b9ea3632ac43bb767.png You can also change your highscores theme (theme examples will b…
-
0
Reputation Points
- 16 replies
- 4.1k views
-
-
Things you'll need; Lost-Isle Files Gradle Eclipse First, make sure you have the files above, start by opening the Src and Client in Eclipse. Next, in the files you'll want to install MongoDB, aswell as make a new folder in your C drive named "Data" without quotes. Inside the "Data" folder, create a new folder named "db" without quotes. Now, find your Environmental Variables and edit PATH with this: "C:\Program Files\MongoDB\Server\3.2\bin;" Good, now next open up the Gradle link, and click and drag the 'Install' button onto Eclipse and let it install, after it's done it'll need to restart Eclipse, select yes. Next, right click…
-
1
Reputation Points
- 43 replies
- 11.2k views
-
-
Is it possible to view models in a tool? What is the name of the tool for viewing models etc
-
0
Reputation Points
- 0 replies
- 297 views
-
-
I saw people having issues with running runite, so I will show you how to set it up. Step 1: open eclipse and load up the files. This part is pretty self explanatory. If you don't know how to load files into eclipse, stop now. step 2: Change to the src file on the source. If you haven't noticed already, the source isn't loading properly. To fix this you want to: 1. Right click the source 2. Click build path 3. Click Configure build path Image: [ After clicking configure build path a new tab will open. You want to click on source. Image: After clicking source, you should see some…
-
1
Reputation Points
- 32 replies
- 6.7k views
-
-
can anyone edirect me to a good rs2 tutorial? i would appreciate
-
0
Reputation Points
- 5 replies
- 1.1k views
-
-
Never seen full ale brewing before so here's mine. It's as accurate to real RS as information provides regarding spoiling and maturing rates and setting success rates. Brewable package com.rs.game.player.content.skills.cooking; import java.util.HashMap; import java.util.Map; public enum Brewable { KELDA_STOUT(new int[] { 6118, 6118 }, null, 17, 6113, 1, 1), DWARVEN_STOUT(new int[] { 1913, 5747 }, new int[] { 5777, 5857 }, 19, 5994, 4, 215), ASGARNIAN_ALE(new int[] { 1905, 5739 }, new int[] { 5785, 5865 }, 24, 5996, 4, 248), GREENMANS_ALE(new int[] { 1909, 5743 }, new int[] { 5793, 5873 }, 29, 255, 4, 281), WIZARD_MIND_BOMB(new int[] {…
-
0
Reputation Points
- 10 replies
- 1.6k views
-
-
Hello friend I bring you a tutorial of the message "Conneting to Server" when starting section in anguish Go to Client Game and look for the following public void login(String s, String s1, boolean flag) { and down it will come out something like this if (missingPassword()) { return; } firstLoginMessage = ""; secondLoginMessage = ""; Signlink.errorname = s; try { if (!flag) { drawLoginScreen(true); } Replace it to this if (missingPassword()) { return; } firstLoginMessage = "Connecting to server..."; secondLoginMessage = ""; Signlink.errorname = s; try { if (!flag) { draw…
-
0
Reputation Points
- 2 replies
- 701 views
-