Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Texture, Model & Animation Help Custom Model on FCMod not working!
Nocturnal Offline
Member

Posts: 96
Threads: 14
Joined: Dec 2014
Reputation: 0
#1
Custom Model on FCMod not working!

i am trying to use a custom light source for my fcmod. when i try to use the light source, it works. But! It then turns into the original lantern from tdd. this is annoying as hell. Please help.
08-10-2015, 03:54 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Custom Model on FCMod not working!

What doesn't work? Are you picking up your lantern entity, but when you use the lantern, end up with TDD's lantern?

Discord: Romulator#0001
[Image: 3f6f01a904.png]
08-10-2015, 04:31 AM
Find
Nocturnal Offline
Member

Posts: 96
Threads: 14
Joined: Dec 2014
Reputation: 0
#3
RE: Custom Model on FCMod not working!

(08-10-2015, 04:31 AM)Romulator Wrote: What doesn't work? Are you picking up your lantern entity, but when you use the lantern, end up with TDD's lantern?

yes. BINGO. True blue! You figured it out :D I am picking up the entity in the game! and it then... TURNS INTO A F*CKING LANTERN!!
08-10-2015, 05:22 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#4
RE: Custom Model on FCMod not working!

(08-10-2015, 05:22 AM)GameEnthusiast Wrote:
(08-10-2015, 04:31 AM)Romulator Wrote: What doesn't work? Are you picking up your lantern entity, but when you use the lantern, end up with TDD's lantern?

yes. BINGO. True blue! You figured it out Big Grin I am picking up the entity in the game! and it then... TURNS INTO A LANTERN!!

Have you replaced the lantern in the "models/hand_objects/lantern" directory in your Full Conversion folder? Have you also added your models folder to your Full Conversion's resources.cfg file?

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 08-10-2015, 05:25 AM by Romulator.)
08-10-2015, 05:24 AM
Find
Nocturnal Offline
Member

Posts: 96
Threads: 14
Joined: Dec 2014
Reputation: 0
#5
RE: Custom Model on FCMod not working!

(08-10-2015, 05:24 AM)Romulator Wrote:
(08-10-2015, 05:22 AM)GameEnthusiast Wrote:
(08-10-2015, 04:31 AM)Romulator Wrote: What doesn't work? Are you picking up your lantern entity, but when you use the lantern, end up with TDD's lantern?

yes. BINGO. True blue! You figured it out :D I am picking up the entity in the game! and it then... TURNS INTO A LANTERN!!

Have you replaced the lantern in the "models/hand_objects/lantern" directory in your Full Conversion folder? Have you also added your models folder to your Full Conversion's resources.cfg file?

yes, i have. both
(This post was last modified: 08-10-2015, 05:44 AM by Nocturnal.)
08-10-2015, 05:43 AM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#6
RE: Custom Model on FCMod not working!

In your mod's resources.cfg ([your_mod]/resources.cfg) put your mod first on the list and remove /models, you don't need that dir anymore.

And change the name of your entity, remember there's a lantern entity inside /items named lantern.ent or something. Call yours something else, like DoomLantern.ent and put that one in game.

If you put DoomLantern.ent in LevelEditor and it doesn't work or the item is not visible or something weird, check [game_dir]/resources.cfg, your mod has to be listed to be able to load your files.

08-10-2015, 01:22 PM
Find
Nocturnal Offline
Member

Posts: 96
Threads: 14
Joined: Dec 2014
Reputation: 0
#7
RE: Custom Model on FCMod not working!

(08-10-2015, 01:22 PM)Daemian Wrote: In your mod's resources.cfg ([your_mod]/resources.cfg) put your mod first on the list and remove /models, you don't need that dir anymore.

And change the name of your entity, remember there's a lantern entity inside /items named lantern.ent or something. Call yours something else, like DoomLantern.ent and put that one in game.

If you put DoomLantern.ent in LevelEditor and it doesn't work or the item is not visible or something weird, check [game_dir]/resources.cfg, your mod has to be listed to be able to load your files.

ok then ^_^ thanks! i accually wanted to have a flashlight, or phone btw. and i have the correct models files, hand and light source. and i removed it, but then it is still the same. yes i do have my mod dame dir in the resource.cfg

i got it fixed! i had hand lantern.ent also in there. that was the problem

Also is El Fantasma cancelled?
(This post was last modified: 08-10-2015, 06:05 PM by Traggey.)
08-10-2015, 03:39 PM
Find
Traggey Offline
is mildly amused

Posts: 3,257
Threads: 74
Joined: Feb 2012
Reputation: 185
#8
RE: Custom Model on FCMod not working!

GameEnthusiast, do not double post. Thanks.
08-10-2015, 06:05 PM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#9
RE: Custom Model on FCMod not working!

(08-10-2015, 03:39 PM)GameEnthusiast Wrote: Also is El Fantasma cancelled?

Never! Like many others, I just need time.
I can't let that die, there's a couple of features -which I find very interesting- that I'd like to share with the community and it was kinda hard for me to achieve. There is one which I'm proud of, that involves a second player to help you go on (think about it, how would that be possible?). I can't wait to complete it, I do have all the assets I need, a good base, from here on it's just code, and maybe voice acting, but that comes by its own when it's released.
(Let's see if I have to move the whole project to SOMA...) ty for asking.

08-10-2015, 09:58 PM
Find
Nocturnal Offline
Member

Posts: 96
Threads: 14
Joined: Dec 2014
Reputation: 0
#10
RE: Custom Model on FCMod not working!

(08-10-2015, 06:05 PM)Traggey Wrote: GameEnthusiast, do not double post. Thanks.

sorry. did not realize that was what i did. just wanted to ask Amn if it was cancelled

(08-10-2015, 09:58 PM)Daemian Wrote:
(08-10-2015, 03:39 PM)GameEnthusiast Wrote: Also is El Fantasma cancelled?

Never! Like many others, I just need time.
I can't let that die, there's a couple of features -which I find very interesting- that I'd like to share with the community and it was kinda hard for me to achieve. There is one which I'm proud of, that involves a second player to help you go on (think about it, how would that be possible?). I can't wait to complete it, I do have all the assets I need, a good base, from here on it's just code, and maybe voice acting, but that comes by its own when it's released.
(Let's see if I have to move the whole project to SOMA...) ty for asking.

Well you can do that. but you just have to do a teleport thing like degresiophobia had. So that should get that past that problem.
(This post was last modified: 08-11-2015, 12:09 AM by Nocturnal.)
08-11-2015, 12:05 AM
Find




Users browsing this thread: 1 Guest(s)