Search found 135 matches

by WaspUK1966
Sun Nov 23, 2014 4:57 pm
Forum: Modding
Topic: [MOD] Ogre v1.2 final version
Replies: 46
Views: 78956

Re: [MOD] Ogre v1.2 final version

Hi. Sounds like you are using an old version of Ogre (1.1 or less). The teleporter on level 1 was a bug that has since been removed. Please use v1.2 on nexusmods: http://www.nexusmods.com/grimrock/mods/391/? Version 1.2 has been fully play tested by me, and hasn't any bugs that I am aware of. It can...
by WaspUK1966
Thu Nov 20, 2014 11:21 pm
Forum: Modding
Topic: How do I create a game with only one champion?
Replies: 14
Views: 14252

Re: How do I create a game with only one champion?

Thanks for your trouble. Yeah, I know that by using trainSkill I can set the different skills (ie armor, swords etc). But I want the character to have a starting Experience Level that is higher than the level 1 you get when you start a game, and I cant figure out how to increase Level() to achieve t...
by WaspUK1966
Thu Nov 20, 2014 11:41 am
Forum: Modding
Topic: How do I create a game with only one champion?
Replies: 14
Views: 14252

Re: How do I create a game with only one champion?

Very informative script. Thanks for that. However, I just need a code that sets the characters starting level and skill levels (eg Level = 6, Armours = 4 etc). Anyone got one? Also, is it possible to change the set skills for your character, such adding fire magic ability etc to a fighter (so he`s a...
by WaspUK1966
Wed Nov 19, 2014 10:12 pm
Forum: Modding
Topic: How do I create a game with only one champion?
Replies: 14
Views: 14252

Re: How do I create a game with only one champion?

Thanks again. Basically, code goes something like this: party:getChampion(1):setName("Prince Urdril") party:getChampion(1):setSex("male") party:getChampion(1):setClass("Fighter") party:getChampion(1):setPortrait("assets/textures/portraits/human_male_02.tga") f...
by WaspUK1966
Wed Nov 19, 2014 12:52 pm
Forum: Modding
Topic: How do I create a game with only one champion?
Replies: 14
Views: 14252

Re: How do I create a game with only one champion?

yeh, I was thinking about doing that. Basically, I`m trying to do a sequel to my game "Ogre". Ive set my script up so only one character is enabled upon start. I've even changed his name by using the setName function. But I've tried to give him other starting abilities, such as Level, Armo...
by WaspUK1966
Wed Nov 19, 2014 11:56 am
Forum: Modding
Topic: How do I create a game with only one champion?
Replies: 14
Views: 14252

Re: How do I create a game with only one champion?

Thanks for the prompt reply. Pity. I assume, then, that the character select screen is hard-coded, and unable to change? I`ll try and think of a way round it. Maybe I can have the game exported with a save game included (if poss) for the start of the level, so that the player doesn't use the charact...
by WaspUK1966
Wed Nov 19, 2014 10:26 am
Forum: Modding
Topic: How do I create a game with only one champion?
Replies: 14
Views: 14252

Re: How do I create a game with only one champion?

Thanks for that. Just one problem: If I put the script in the mod, then yes, once the game screen shows you only have one character to use. However, the shadow of the other character icons that would normally be there still show on the screen (looks rather unprofessional). Any way of getting rid of ...
by WaspUK1966
Tue Nov 18, 2014 11:01 am
Forum: Modding
Topic: How do I create a game with only one champion?
Replies: 14
Views: 14252

How do I create a game with only one champion?

I`m thinking of doing a game (sort of a survival type thing). But I only want one playable character in the game, who has some predefined skills, level etc, not a whole party of 4. How can I do this, so that when the game is loaded the player only has the one character available on the character-sel...
by WaspUK1966
Mon Nov 10, 2014 7:54 pm
Forum: Modding
Topic: [MOD] Ogre v1.2 final version
Replies: 46
Views: 78956

[MOD] Ogre v1.2 final version

The final version of my game is now available on Nexus: http://www.nexusmods.com/grimrock/mods/391/? In this version: ** Several bug Fixes and tweaks ** Numerous game improvements (in play and layout) ** New Challenges! Now looks and feels the way I intended it to Fully play tested by me. Found no o...
by WaspUK1966
Tue Oct 14, 2014 3:32 pm
Forum: Modding
Topic: "Unable to publish project: not enough memory" error
Replies: 3
Views: 4306

"Unable to publish project: not enough memory" error

Ive been trying to upload my created game to the Steam Workshop, but keep getting the above message. I have 8GB installed memory. My exported .DAT file is only 224MB. The exported .DAT file works no problem through the Grimrock dungeon menu, so it isn't a prob with the game file. I checked with Task...