Difference between revisions of "NewUserWalkthrough:Page01"
From ISXOgre
(→Getting the file.) |
|||
Line 17: | Line 17: | ||
* When you signed up, you should have got the link in your email. Here it is again incase you don't have the email. | * When you signed up, you should have got the link in your email. Here it is again incase you don't have the email. | ||
* ISXOgre.dll (Built for current Innerspace Version: ISXDK35): https://updater.ogregaming.com/eq2/download_isxdk35.php | * ISXOgre.dll (Built for current Innerspace Version: ISXDK35): https://updater.ogregaming.com/eq2/download_isxdk35.php | ||
− | * To obtain the install file, click the link above and choose "Save As" and save the file into your /innerspace/extensions/ISXDK35/ folder. | + | * To obtain the install file, click the link above and choose "Save As" and save the file into your /innerspace/x64/extensions/ISXDK35/ folder. |
* When you save the file, make sure the file name is EXACTLY "ISXOgre.dll". If there is anything else, such as "ISXOgre (2).dll" it will not work. | * When you save the file, make sure the file name is EXACTLY "ISXOgre.dll". If there is anything else, such as "ISXOgre (2).dll" it will not work. | ||
* Alternate method: | * Alternate method: | ||
Line 23: | Line 23: | ||
** You are welcome to pick either version. "Live" version doesn't change very often, and is often used by people on TLE. "Dev" (for development) changes frequently to meet the needs of content being released quickly. Generally used for people on Live. | ** You are welcome to pick either version. "Live" version doesn't change very often, and is often used by people on TLE. "Dev" (for development) changes frequently to meet the needs of content being released quickly. Generally used for people on Live. | ||
** Live (generally for people on TLE) | ** Live (generally for people on TLE) | ||
− | *** httpget -file "${LavishScript.HomeDirectory}/Extensions/ISXDK35/ISXOgre.dll" https://updater.ogregaming.com/dll/ISXOgre.dll | + | *** httpget -file "${LavishScript.HomeDirectory}/x64/Extensions/ISXDK35/ISXOgre.dll" https://updater.ogregaming.com/dll/ISXOgre.dll |
** Development build (generally for people on Live) | ** Development build (generally for people on Live) | ||
− | *** httpget -file "${LavishScript.HomeDirectory}/Extensions/ISXDK35/ISXOgre.dll" https://updater.ogregaming.com/dll/dev/ISXOgre.dll | + | *** httpget -file "${LavishScript.HomeDirectory}/x64/Extensions/ISXDK35/ISXOgre.dll" https://updater.ogregaming.com/dll/dev/ISXOgre.dll |
=== Setting up Innerspace === | === Setting up Innerspace === |
Revision as of 10:44, 12 July 2022
New User Walkthrough - Page 1: Introduction
Welcome to Ogrebot!
For contact information, see Contact Information
Contents
ISXOgre: Getting Started
Getting the subscription and setting up an account.
- See Obtaining a subscription
- Ensure you have set up both Innerspace and ISXEQ2 prior to proceding.
Getting the file.
- When you signed up, you should have got the link in your email. Here it is again incase you don't have the email.
- ISXOgre.dll (Built for current Innerspace Version: ISXDK35): https://updater.ogregaming.com/eq2/download_isxdk35.php
- To obtain the install file, click the link above and choose "Save As" and save the file into your /innerspace/x64/extensions/ISXDK35/ folder.
- When you save the file, make sure the file name is EXACTLY "ISXOgre.dll". If there is anything else, such as "ISXOgre (2).dll" it will not work.
- Alternate method:
- Open Innerspace console, and copy/paste the following:
- You are welcome to pick either version. "Live" version doesn't change very often, and is often used by people on TLE. "Dev" (for development) changes frequently to meet the needs of content being released quickly. Generally used for people on Live.
- Live (generally for people on TLE)
- httpget -file "${LavishScript.HomeDirectory}/x64/Extensions/ISXDK35/ISXOgre.dll" https://updater.ogregaming.com/dll/ISXOgre.dll
- Development build (generally for people on Live)
- httpget -file "${LavishScript.HomeDirectory}/x64/Extensions/ISXDK35/ISXOgre.dll" https://updater.ogregaming.com/dll/dev/ISXOgre.dll
Setting up Innerspace
- For proper usage, Innerspace has to be run as a 32 bit application, it now loads as a 64 bit. Follow this to change it back to a 32 bit.
- https://forums.ogregaming.com/viewtopic.php?f=13&t=304
Continue to Page 2 Loading ISXOgre